@charset "utf-8";
/* CSS Document */

body {font-family:Arial, Helvetica, sans-serif;font-size:10px; text-transform:uppercase;
	background: #000000;
	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: #e0ceb2;}
	
#wrap {width:100%;height:auto;background-image:url(images/bg.gif);background-repeat:repeat-x;}
#container {width: 900px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */}
	
#header {background: #000000;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 {background-image:url(images/centerbg.png);background-repeat:no-repeat;margin-left:auto;margin-right:auto;width:858px;height:474px;}

#mainContentSched {background-image:url(images/centerbgsched.png); background-repeat:no-repeat; margin-left:auto;margin-right:auto;width:858px;height:2000px;}

.maincontenttxt {font-family:Arial, Helvetica, sans-serif;font-size:13px;color:#000000;text-transform:none;text-align:justify;padding-left:17px;padding-right:7px;width:490px;line-height:20px;padding-top:17px;}

.biotext {font-family:Arial, Helvetica, sans-serif;font-size:13px;color:#000000;text-transform:none;text-align:justify;padding-left:10px;padding-right:7px;width:470px;line-height:20px;padding-top:7px;}

.quotes {font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#000000;text-transform:none;padding-left:37px;width:400px;line-height:20px;padding-top:7px; font-style:italic;}

.headshot {float:right;padding-right:10px;height:423px;margin-top:-4px;}

#linktext {color:#000000;text-decoration:none;font-size:12px;line-height:20px;padding-top:7px;padding-left:50px;width:450px;text-transform:none;}
#linktext a:active {color:#000000;text-decoration:none;}
#linktext a:linked {color:#000000;text-decoration:none;}
#linktext a:visited {color:#000000;text-decoration:none;}

#nav {margin-left:auto;margin-right:auto;padding-top:17px;padding-left:17px;height:33px;}

#scrolltext {font-family:arial, helvetica,sans-serif;color:#000000;font-size:12px;font-weight:bold;text-transform:uppercase;letter-spacing:0.1em;}
#scrolltext a {color:#000000;text-decoration:none;}
#scrolltext a:hover {color:#d7c5aa;text-decoration:underline;} 


#footer {padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */ height:15px;}

.footertxt {font-family:Arial, Helvetica, sans-serif;text-align:center;letter-spacing:0.3em;margin:0;padding-top:10px;font-size:8px;color:#987544;}

h1 {font-family:Arial, Helvetica, sans-serif;font-size:16px;}

.scheduletxt {Arial, Helvetica, sans-serif;font-size:12px;font-weight:bold;line-height:20px;letter-spacing:inherit;color:#000000;text-align:justify;padding-left:20px; height:1000px;}
.scheduletxt a:link {color:#442607;text-decoration:none;}
.scheduletxt a:active {color:#442607;text-decoration:none;}
.scheduletxt a:visited {color:#442607;text-decoration:none;}
.scheduletxt a:hover {color:#000000;text-decoration:underline;}

a:link {color:#cf9d54;text-decoration:none;}
a:active {color:#cf9d54;text-decoration:none;}
a:visited {color:#cf9d54;text-decoration:none;}
a:hover {color:#a26832;text-decoration:none;}  