@charset "UTF-8";
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #F00500 url(../images/background.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #000000;
}
#container #mainContent .right {
	float: right;
	padding-left: 10px;
	padding-bottom: 20px;
}
#container #left {
	background: url(../images/left_repeat.jpg) repeat-y;
	float: left;
	clear: both;
	width: 18px;
}
#container #header h1 {
	display: none;
}
#header #logo {
	background: url(../images/logo.jpg);
	float: left;
	height: 152px;
	width: 182px;
}
#header #title {
	float: right;
	height: 152px;
	width: 321px;
	background: url(../images/title.jpg);
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #FFF;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	height: 40px;
	clear: both;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#header #line {
	background: url(../images/line.jpg) no-repeat center;
	height: 50px;
	width: 760px;
	clear: both;
}
#container #footer p {
	font-size: 0.8em;
}
#container #footer #footer_right {
	float: right;
	width: 40%;
	text-align: right;

}
#container #footer #footer_left {
	float: left;
	width: 45%;
}
#photo_bottom img {
	padding-right: 5px;
}
#container #mainContent h1 {
	font-size: 1.5em;
}
#container #mainContent h2 {
	font-size: 1.3em;
}
#container #photo_column {
	float: left;
	width: 300px;
	text-align: center;
	}
#container #mainContent #left_col_content {
	float: left;
	width: 420px;
	padding-right: 5px;
	padding-bottom: 5px;
}
#mainContent #photo_bottom {
	width: 420px;
	height: 100px;
	float: left;
	margin-top: 30px;
}
#container #menu {
	margin: 0px;
	padding: 0px;
	height: 26px;
	border-bottom: #AAA solid 1px;
}
#container #submenu {
	margin: 0ps;
	padding: 0px;
	clear:both;
	margin-top:15px;
}
#container #menu ul, #container #submenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#container #menu li, #container #submenu li {
	float: left;
}
#container #menu a, #container #submenu a {
	color: #000099;
	text-decoration: none;
	display: block;
	padding: 5px 7px;
	border:#AAAAAA solid 1px;
}
#container #menu a:hover, #container #submenu a:hover {
	background-color:#BBBBBB;
}
#container #menu a.current, #container #submenu a.current {
	background: #AAA;
	color: #FFF;
}

#left_col_content li {
	padding-bottom: 12px;
}
#left_col_content h3 {
	margin: 0px;
	padding: 0px;
}
#left_col_content p {
	margin: 0px;
	padding-bottom: 12px;
}
#left_col_content .headshots {
	margin: 0px;
	padding-bottom: 0px;
}
#photo_bottom2 .sponsor {
	float: left;
	width: 180px;
	text-align: center;
	margin-right: 10px;
}
#left_col_content img {
	padding: 0px;
}
#photo_bottom img {
	padding: 0px;
}
.artist-page {
	margin-right:10px;
}
.caption {
	text-align: center;
	float: left;
	width: 82px;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size:0.8em;
}
.clearall {
	clear: both;
}
#backtolist {
	width: 140px;
	float: right;
	text-align: right;
}
#backtolist a:link, #backtolist a:visited {
	color:#0000CC;
	text-decoration:none;
}
#backtolist a:hover {
	color:#FF3333;
	text-decoration:underline;
}
#photo_column img {
	margin: 0px 0px 5px;
	padding: 0px;
}
.heading td {
	border-bottom: 1px solid #666666;
	background: #CCCCCC;
}
form label {
	width: 100px;
	float: left;
}
.error {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #F2231E;
}
#frmChangePW strong {
	color: #890100;
	font-size: 1.2em;
}
.col {
	width: 50%;
	float: left;
}
.video {
	list-style-type:none;
}
.right {
	float:right;
}