@charset "utf-8";
/* CSS Document */

body {
	font: Arial, Helvetica, sans-serif;
	background-color: #000000;
}



/****** HOME PAGE ******/

#home_top {
	width: 800px;
	height: 502px;
	padding: 0;
	float: left;
}

#home_txt {
	width: 800px;
	padding: 0;
	float: none;
	visibility: hidden;
	left: 200px;
	top: 100px;
	z-index: 0;
}

/****** NAV BUTTONS ******/

#nav_bar {
	width: 800px;
	height: 66px;
	float: left;
}

#nav_spcr {
	width:27px;
	height:66px;
	float: left;
}

#btn_artwork {
	width:136px;
	height:66px;
	float: left;
}

#btn_exhibits {
	width:136px;
	height:66px;
	float: left;
	margin-left: 16px;
}

#btn_about {
	width:136px;
	height:66px;
	float: left;
	margin-left: 16px;
}

#btn_links {
	width:136px;
	height:66px;
	float: left;
	margin-left: 16px;
}

#btn_contacts {
	width:136px;
	height:66px;
	float: left;
	margin-left: 16px;
}

/****** MENU ******/

#menu_container {
	width: 150px;
	height: 205px;
	padding: 0 0 0 50px;
	float:left;
}
#menu_home {height: 34px;}
#menu_artwork {height: 34px;}
#menu_exhibits {height: 34px;}
#menu_about {height: 34px;}
#menu_links {height: 34px;}
#menu_contact {height: 34px;}

/****** ABOUT PAGE ******/

#about_title {
	width: 800px;
	height: 90px;
	float: left;
	background-image: url(../images/slices/about/about_title.jpg);
}

#about_left {
	width: 200px;
	height: 510px;
	padding: 0;
	float: left;
}

#about_menu {
	width: 200px;
	height: 220px;
	float: left;
	background-image: url(../images/slices/about/about_menu.jpg);
}


#about_galen {
	width: 200px;
	height: 290px;
	padding: 0;
	float: left;
	background-image: url(../images/slices/about/about_spcr.jpg);
}

#about_text {
	width: 600px;
	height: 510px;
	padding: 0;
	float: left;
	background-image: url(../images/slices/about/about_text.jpg);
}

#about_text p {
	width: 530px;
	color: #FFFF99;
	font-size: 0.9em;
	float: right;
	line-height: normal;
	margin: 30px 30px 0 20px;
}

#about_text a {
	text-decoration: none;
	color: #FFFFCC;
	/**	color: #FFCC33;  **/
}

#about_text a:hover{
	text-decoration: none;
	color: #CCCCFF;
}

.about_style {
	font-size: 16px;
}




/****** EXHIBITS PAGE ******/

#ex_left {
	width: 220px;
	height: 510px;
	padding: 0;
	float: left;
}

#ex_current {
	width: 580px;
	height: 510px;
	padding: 0px;
	margin: 0px;
	float: left;
	background-image: url(../images/slices/exhibits/images/exhibits_current.jpg);
}

#ex_menu {
	width: 220px;
	height: 220px;
	float: left;
	background-image:url(../images/slices/exhibits/images/exhibits_menu.jpg)
}

#ex_top {
	width: 800px;
	height: 90px;
	float: left;
	background-image: url(../images/slices/exhibits/images/exhibits_title.jpg);
}

#ex_spc {
	width: 580px;
	height: 15px;
}

#ex_scroll_dir {
	width: 220px;
	height: 270px;
	float: left;
}

#ex_scroll {
	width: 580px;
	height: 510px;
	float: left;
	padding: 0 0 0 0;
}

#ex_scroll p {
	color: #FFFF99;
	padding: 0 20px 0 20px;
	font-size: 16px;
}

#ex_scroll span {
	color: #FFFF99;
	font-size: 20px;
	font-weight: bold;
}

#ex_scroll .O{
	color: #FFFF99;
	font-size: 28px;
	font-weight: bold;
}

#ex_scroll .T {
	color: #FFFF99;
	font-family:"Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
}

#ex_scroll .L {
	color: #FFFF99;
	font-family:"Times New Roman", Times, serif;
	font-size: 34px;
	font-weight: bold
}

#ex_scroll a {
	color: #FFFF99;
	text-decoration: none;
	font-weight: bold;
}

#ex_scroll a:hover {
	color: #9999FF;
	text-decoration: none;
}

#ex_bottom {
	width: 220px;
	height: 90px;
	float: left;
	background-image: url(../images/slices/exhibits/images/exhibits_btm.jpg);
}

#ex_bottom p {
	color: #FFFF99;
	padding: 0 20px 0 180px;
	font-size: 16px;
}

#ex_home {
	width: 194px;
	height: 93px;
	padding: 0;
	float: left;
	background-image: url(../images/slices/exhibits/images/images/exhibits_05.gif);
}



/****** LINKS PAGE ******/

#links_left {
	width: 220px;
	height: 510px;
	padding: 0;
	float: left;
}

#links_current {
	width: 580px;
	height: 510px;
	padding: 0;
	float: left;
	background-image: url(../images/slices/links/links_current.jpg);
}

#links_menu {
	width: 220px;
	height: 220px;
	float: left;
	background-image:url(../images/slices/links/links_menu.jpg)
}

#links_top {
	width: 800px;
	height: 90px;
	float: left;
	background-image: url(../images/slices/links/links_title.jpg);
}

#links_scroll_dir {
	width: 220px;
	height: 290px;
	float: left;
	background-image: url(../images/slices/links/links_arrows.jpg);
}

#textbox_links {
	width: 450px;
	height: 470px;
	float: right;
}

#textbox_links_a {
	width: 440px;
	height: 260px;
	float: right;
	padding-right: 10px;
	text-align: right;
}

#textbox_links_b {
	width: 440px;
	height: 20px;
	float: right;
	padding-right: 10px;
	color: #9999CC;
	font-size: 14px;
	text-align: right;
}

#textbox_links_b a {
	color: #BB7F0A;
	font-size: 14px;
}

#textbox_links_b a:hover {
	color: #996699;
	font-size: 14px;
}

#textbox_links ul, li {
	list-style: none;
	font:Arial, Helvetica, sans-serif;
	color: #BB7F0A;
	font-weight: normal;
	font-size: 20px;
	line-height: 125%;
}

#ul, li a {
 	text-decoration: none;
	color: #BB7F0A;
/**	color: #FFCC33;  **/
}

#ul, li a:hover{
	text-decoration: none;
	color: #9999CC;
}

/****** CONTACT PAGE ******/

#contact_title {
	width: 800px;
	height: 90px;
	float: left;
	background-image: url(../images/slices/contact/contact_title.jpg);
}

#contact_left {
	width: 40px;
	height: 290px;
	padding: 0;
	float: left;
	background-image: url(../images/slices/contact/contact_ltspcr.jpg);
}

#contact_menu {
	width: 220px;
	height: 220px;
	float: left;
	background-image: url(../images/slices/contact/contact_menu.jpg);
}

#contact_right {
	width: 580px;
	height: 220px;
	float: left;
	background-image: url(../images/slices/contact/contact_rtspcr.jpg);
}

#contact_gallery {
	width: 362px;
	height: 290px;
	float: left;
	background-image: url(../images/slices/contact/contact_gallery.jpg);
}

#contact_gallery p {
	font: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFF99;
	text-align: left;
	padding: 0 0 0 20px;
}

#contact_galen {
	width: 398px;
	height: 290px;
	float: left;
	background-image: url(../images/slices/contact/contact_galen.jpg);
}

#contact_galen p {
	font: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFF99;
	text-align: right;
	padding: 0 65px 0 0;
	font-weight: normal;
	vertical-align: text-bottom;
}

#contact_galen, a {
	text-decoration: none;
	color: #FFFFCC;
	/**	color: #FFCC33;  **/
}

#contact_gallery a {
	text-decoration: none;
	color: #FFFFCC;
	/**	color: #FFCC33;  **/
}

#contact_galen a:hover {
	text-decoration: none;
	color: #CCCCFF;
}

#contact_gallery a:hover {
	text-decoration: none;
	color: #CCCCFF;
}

.style1 {
	font-size: 36px;
	font-family: "Myriad Web Pro", "Myriad Pro", Arial, sans-serif, Verdana;
}

