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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; 
	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;
}
h1 {
	color:#5c0a0c;
	font-size:14px;
	font-weight:bold;
}
h2 {
	color:#5c0a0c;
	font-size:10px;
	font-weight:bold;
}
#container {
	width: 650px;  
	background: #5c0a0c;
	background-image: url(../images/bg.jpg);
	background-repeat:repeat-x;
	margin:0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:1px ;
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#innerContainer {
	width: 480px;
	margin:30px auto 0px;
	background: #e9d7c9;
}
#header {
	border-bottom:15px solid #cbb9ab;
	font-size:11px;
	font-weight:bold;
	color:#771013;
}
#header table td{
	padding: 10px; 	
	border-right:1px solid #aaaaaa;
}
#header a {
	font-size:11px;
	color: #5c0a0c;
	text-decoration:none;
	font-weight:bold;
}
#header a:hover{
	color:#cbb9ab;
	text-decoration:none;
}
#mainContent {
	padding:10px; 
	font-size:10px;
	color:#5c0a0c;
}
#contentText {
	width:460px;
	margin-left:0px;
	padding:0;
}
#acerDiv {
	text-align:center;
	padding: 5px 10px; 
}
#acerDiv a{
	font-size:9px;
	text-decoration:none;
	color:#cbb9ab;
}
#acerDiv a:hover{
	color:#fff;
	text-decoration:none;
}

/* Staff Page */
#staffContent {
	
}