/*begin nav style*/
.twoColFixRtHdr #nav {
width:100%;
height: 26px;
padding: 0;
margin: 0px 0px 0px 0px;
position:relative;
z-index:900;
float:none;
}
a:focus {
outline: black solid 0px;
}
#menulist_root , #menulist_root ul { /* all lists */
padding:0;
margin:0 none;
margin:0px;
list-style:none;
width:100%;
}
.twoColFixRtHdr #nav ul#menulist_root a:hover {
color: #C43132;
}
#menulist_root ul {
	background: none !important;
}
#menulist_root li { /* all list items */
	padding: 0;
	margin: 0;
	height: 26px;
	list-style: none;
	background-repeat: no-repeat;
}
#menulist_root li ul { /* second-level lists */
	position: absolute;
	z-index: 99;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	width: 17em;
	height: auto;
	text-align: center;
}
#menulist_root li li {
	padding: 0;
	margin: 0;
	width: 17em;
	height: 20px;
	line-height: 20px;
	background: #C2B091;
	border-bottom: solid 2px #291D13;
	text-align: center;
}
#menulist_root ul a {
	white-space: nowrap;
}
#menulist_root li:hover ul ul, #menulist_root li:hover ul ul ul,
#menulist_root li.sfhover ul ul, #menulist_root li.sfhover ul ul ul {
	left: -999em;
}
/* This "unhides" the sub-menus (left: -999em is what hides them) */
#menulist_root li:hover ul, #menulist_root li li:hover ul, #menulist_root li li li:hover ul,
#menulist_root li.sfhover ul, #menulist_root li li.sfhover ul, #menulist_root li li li.sfhover ul {
	left: auto;
	margin: 0;
	margin-top:-2px;
}
#menulist_root li ul {
	width: 17em;
	border: solid 2px #291D13;
	border-bottom: none;
	text-align: center;
}
#menulist_root li li a {
	line-height: 20px;
	width: 100%;
	*width: 100%; /* IE */
	text-align: center;
}
html[xmlns*=""] body:last-child #menulist_root li li a { width: 100%; }
#menulist_root li li a:hover {
	background: #333333;
	line-height: 20px;
	height: 20px;
}

#menulist_root li li a.active {
	padding: 0;
	background: none;
	color: #A2CC36;
}
#menulist_root li:hover,
#menulist_root li.sfhover {
	position: static;
}
#menulist_root ul li a, #menulist_root ul ul li a {
	background: none;
	font-weight: normal;
	border-right: 0;
	padding: 0 0 0 0px;
	font-size: 11px;
}
#menulist_root li a, #menulist_root li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -2000px;
	height: 26px;
	background-repeat: no-repeat;
}
#menulist_root li li a, #menulist_root li li a:visited {
	text-indent: 0px;
	text-align:left;
	padding-left:10px;
	color:#291D13;
}
.class {background-image: url(images/nav_classa.gif); width: 178px;}
.class a {background-image: url(images/nav_class.gif);}
.dates {background-image: url(images/nav_datesa.gif); width: 131px;}
.dates a {background-image: url(images/nav_dates.gif);}
.about {background-image: url(images/nav_abouta.gif); width: 94px;}
.about a {background-image: url(images/nav_about.gif);}
.whatsnew {background-image: url(images/nav_whatsnewa.gif); width: 111px;}
.whatsnew a {background-image: url(images/nav_whatsnew.gif);}
.journal {background-image: url(images/nav_journala.gif); width: 107px;}
.journal a {background-image: url(images/nav_journal.gif);}
.graduates {background-image: url(images/nav_graduatesa.gif); width: 116px;}
.graduates a {background-image: url(images/nav_graduates.gif);}
.photos {background-image: url(images/nav_photosa.gif); width: 99px;}
.photos a {background-image: url(images/nav_photos.gif);}
.forum {background-image: url(images/nav_foruma.gif); width: 164px;}
.forum a {background-image: url(images/nav_forum.gif);}
ul#menulist_root li a:hover {background: none;}
#menulist_root li {float: left;}
#menulist_root:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
/*end nav style*/
body  {
	font: 12px arial;
	background: #2A1D14;
	margin: 30px 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px 0px 0px 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #2E1A0F;
	line-height:18px;
}
form {margin: 0;padding:0;}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixRtHdr #container {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	background-color: #C4B493;
	padding: 0px 0px 0px 0px;
	border:2px solid black;
} 
.twoColFixRtHdr #contentbody {
	width: 955px;
	text-align: left;
	background-image: url(images/bg_fs.jpg);
	background-repeat:y;
	padding: 0px 20px 0px 25px;
} 
.twoColFixRtHdr #header {
	width: 625px;
	height: 106px;
	text-align: left;
	background-color: #C4B493;
	padding: 15px 0px 0px 375px;
	background-image: url(images/header.gif);
	color:#782E00;
} 
.twoColFixRtHdr #header h1{
	color:#782E00;
	text-decoration:none;
	display:inline;
	font-size:17px;
}

.twoColFixRtHdr #footer {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center;
	padding: 0px 0px 3px 0px;
	color: #ffffff;
	font-size:12px;
	font-family:arial;
} 
.twoColFixRtHdr #footer a:link, .twoColFixRtHdr #footer a:visited {
	color:#ffffff;
	text-decoration:none;
}
.twoColFixRtHdr #footer a:hover {
	color: #9B8072;
	text-decoration:none;
}
.twoColFixRtHdr #footer2 {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center;
	padding: 0px 0px 10px 0px;
	color: #ffffff;
	font-size:11px;
	font-family:arial;
} 
.searchfield {padding: 2px 0 0 0; margin-top:4px;font-family:arial;font-size:12px;color:#331C10;width:157px;height:20px;border: 1px solid #331C10;}
.twoColFixRtHdr #rightcolumn {
	width: 226px;
	float: left;
	text-align: left;
	background-color: #331C10;
	padding: 10px 0px 0px 15px;
	margin: 10px 0px 0px 0px;
} 
.twoColFixRtHdr #homeContent {
	float: left;
	padding: 0px 0px 0px 0px;
	width: 714px;
	margin: 10px 0px 20px 0px;
	text-align: left;
} 
.twoColFixRtHdr #img1_bg {
	padding: 10px 0px 0px 0px;
	width: 462px;
	height:284px;
	margin: 1px 0px 0px 0px;
	background-image: url(images/home_img1_bg3.jpg);
} 
.twoColFixRtHdr #img2_bg {
	padding: 7px 0px 0px 0px;
	width: 218px;
	height:81px;
	margin: 0px 0px 0px 0px;
	background-image: url(images/home_img2_bg.gif);
} 
.twoColFixRtHdr #img2_bg2 {
	padding: 7px 0px 0px 0px;
	width: 218px;
	height:81px;
	margin: 0px 0px 0px 0px;
	background-image: url(images/home_img2_bg.gif);
} 
.twoColFixRtHdr #home_artext {
font-size:11px;
height:15px;
}
.twoColFixRtHdr #homeContent #homeblock, #homeblock {
	padding: 0px 20px 4px 9px;
	margin: 0px 0px 20px 0px;
	font-family:arial;
	line-height:19px;
	font-size:13px;
	color:#2E1A0F;
	text-align:left;
} 
.twoColFixRtHdr #homeContent #homeblock h3, #homeblock h3 {
	margin: 0px 0px 5px 0px;
	font-family:ClarendonBT Bold, arial;
	line-height:18px;
	font-size:18px;
	color:#2E1A0F;
	font-weight: bold;
} 
.twoColFixRtHdr #homeContent #homeblock h4, #homeblock h4 {
	margin: 0px 0px 5px 0px;
	font-family:arial;
	line-height:15px;
	font-size:15px;
	color:#782D00;
	font-weight: bold;
} 
.twoColFixRtHdr #homeblock a:link, .twoColFixRtHdr .homecalendar a:visited, .twoColFixRtHdr .homecalendar a:link {
	color:#782D00;
	text-decoration:none;
}
.twoColFixRtHdr #homeblock a:hover, .twoColFixRtHdr #homeblock a:visited, .twoColFixRtHdr .homecalendar a:hover {
	color: #8A6450;
	text-decoration:none;
}
.twoColFixRtHdr .home_artist_images {
	border: 3px solid #4D3522;
	margin: 0px 0px 0px 10px;
}
.twoColFixRtHdr #rightcolumn #rightcolitem {
	width: 212px;
	text-align: left;
	background-color: #CAB999;
	background-image: url(images/bg_home_rightcol.jpg);
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
} 
.twoColFixRtHdr #rightcolumn #rightcolitem1 {
	width: 212px;
	text-align: center;
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
} 
.twoColFixRtHdr #rightcolumn #rightcoltitle {
	color:#ffffff;
	font-size:16px;
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
} 
.twoColFixRtHdr #homeContent #innerTitle {
	font-size:24px;
	line-height:24px;
	font-family:Times;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
} 
.twoColFixRtHdr #homeContent #innerContainer {
	width:668px;
	border: 3px solid #4D3522;
	padding: 12px;
	margin: 0px 0px 0px 0px;
} 
.twoColFixRtHdr .home_artist_images {
	border: 3px solid #4D3522;
	margin: 0px 0px 0px 10px;
}
.twoColFixRtHdr .message {color:#D80101;font-weight:bold;}