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

* {
	margin:0;
	padding:0;
}
body {
	background-color:#C5A380;
	background-image:url(images/back3.gif);
	background-repeat:repeat;
	font-family:Verdana, Geneva, sans-serif;
	color:#222222;
}
#container {
	margin:0 auto;
	width:900px;
	border:2px #9E744C solid;
	border-top:none;
    -moz-box-shadow:0 0 30px 5px #444; 
    -webkit-box-shadow: 0 0 30px #444;     
}
textarea, input, select {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
#bannerOver {
	background-image:url(images/bannerOver.png);
	background-repeat:no-repeat;
	position:absolute;
	width:313px;
	height:482px;
	margin:0 0 0 550px;
	z-index:100;
}
#banner {
	width:900px;
	height:482px;
	overflow:hidden;
	z-index:10;
}
#banner img {  
/*    padding: 15px;  */
/*    border:  none;  */
/*    background-color: #eee;  */
    width:  900px; 
    height: 482px; 
    top:  0; 
    left: 0 
} 
#content {
	background-color:#F8F8F8;
}
#menu {
	height:50px;
	background-image:url(images/menuBar2.png);
	background-position:center;
	background-repeat:repeat-x;
}
#menu ul {
	width:500px;
	margin:0 auto;
}
#menu ul a {
/*	background-image: url(navi_bg_divider.png); 
	background-repeat: no-repeat;
	background-position: right; */
	padding-right: 17px;
	padding-left: 20px;
	display: block;
	line-height: 50px;
	text-decoration: none;
	color: #FFFFFF;
	font-size:12px;
	font-weight:bold;
	letter-spacing:6px;
}
#menu ul a:hover {
/*	background-image: url(navi_bg_divider.png); 
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 18px;
	padding-left: 18px;
	display: block;
	line-height: 50px;
	text-decoration: none; */
	color: #FFFFFF;
/*	background-color:#D7D7D7; 
	color: #222222; */
	background-color:#632627;

}
#menu ul .current a {
	color: #222222;
	background-color:#F8F8F8;
}
#menu li {
	height:50px;
	float:left;
	list-style-type:none;
/*	border-left:thin #BBBBBB solid; */
	border-right:thin #BBBBBB solid;
}
#text {
	min-height:430px;
	padding:20px 15px 30px 25px;
	font-size:11px;
}
#text a {
	color:#652D2F;
}
#text a:hover {
	color:#8D3B3E;
}
#left {
	width:580px;
	padding:0 15px 0 0;
	line-height:20px;
}
#left p {
	padding: 0 0 15px 0;
}
#left .largeText {
	font-size:14px;
}
#notice {
	padding:10px;
	border: 1px solid #743330;
	background-color: #ffdee1;
	margin-bottom: 10px;
}
#left h1 {
	color:#652D2F;
	font-size:15px
}
#left h2 {
	font-size:13px;
}
#left h3 {
	font-size:11px;
	padding:0 0 0 30px;
}
#left ul,ol {
	padding:0 0 0 50px;
}
.spacedMenu li {
	padding:0 0 15px 0;
}
#right {
	float:right;
	width:240px;
	padding:0 0 0 15px;
	border-left:thin #999999 solid;
}
#right p {
	padding:0 0 5px 0;
}
#right h2,h3 {
	padding: 0 0 5px 0;
}
#right ul {
	padding: 0 0 15px 0;
	line-height:20px;
}
#right li {
	list-style-type:none;
	padding:0 0 0 15px;
}
#footer {
	margin:0 auto;
	font-size:9px;
	color:#8C6136;
	padding:15px;
	text-align:center;
}
#footer a {
	color:#8C6136;
	font-weight:bold;
}
