@charset "UTF-8";

/* CSS Document */

html, body {
	padding: 0;
	margin: 0;
}

#container {
	position: absolute;
	width: 740px;
	height: 500px;
	float: left;
	margin: 10px auto;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 45px;
}

#top {
	position: relative;
	float: left;
	width: 740px;
	height: 5px;
	border-top: solid #F9BE47 2px;
	background: #511A01;
}

.logo a:hover {
	background: none;
}

#left {
	position: relative;
	float: left;
	width: 200px;
	margin-top: 10px;
	padding: 5px 5px 5px 5px;
	border-right: solid #A98A50 1px;
	clear: left;
}

#right {
	position: relative;
	width: 530px;
	padding: 15px 5px 5px 15px;
	float: left;
}

.clear {
	clear: none;
}

#footer {
	position: relative;
	float: left;
	width: 710px;
	margin-top: 5px;
	padding: 15px 5px 15px 5px;
	font-family: "AvantGarde MD BT", sans-serif;
	font-size: 11px;
	color: #A98A50;
	text-align: center;
	border-top: solid #F9BE47 1px;
}

#footer a {
	text-decoration: underline;
	color: #A98A50;

}
#footer a:visited {
	color: #F9BE47;
}
#footer a:hover {
	text-decoration:none;
	color:#511A01;
}

#bottom {
	position: relative;
	float: left;
	width: 740px;
	height: 5px;
	border-top: solid #511A01 2px;
	background: #A98A50;
}

#validator {
	position: relative;
	float: left;
	width: 300px;
	padding: 25px 0px 10px 0px;
	font-family: AvantGarde, sans-serif;
	font-size: 12px;
	z-index: 10;
}

h1 {
	font-family: "AvantGarde MD BT", Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #511A01;
	margin: 1px 5px 15px 5px;
	text-align: left;
	}

h2 {
	font-family: "AvantGarde MD BT", Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #511A01;
	margin: 5px 5px 15px 5px;
	text-align: left;
	}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #511A01;
	margin: 5px 5px 15px 5px;
	text-align: left;
	}
h3 a {
	color:#511A01;
	text-decoration:underline;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #511A01;
	}
.big a {
	color:#511A01;
	text-decoration:underline;
}

.tx {
	font-family: AvantGarde, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-align: justify;
	margin: 5px 5px 15px 5px;
}

.tx a {
	color:#3C434D;
	text-decoration:underline;
}

.tx a:hover {
	text-decoration:none;
	color:#3C434D;
}

ul.disc {
	list-style-type: square;
	font-family: AvantGarde, sans-serif;
	font-size: 12px;
}

.lk {
	color: #666666;
}

.lk:hover {
	text-decoration: underline;
	color: #F9BE47;
}

.stars  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.stars a {
	color:#511A01;
	text-decoration:none;
	padding:0px 10px 7px 12px;
	background: url("../seo_star.gif") no-repeat 0px 0px;
}

.stars a:hover {
	text-decoration:underline;
	color:#511A01;
}

.sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3A3937;
	font-weight: bold;
}

.sm a {
	color:#3C434D;
	text-decoration:none;
}

.sm a:hover {
	text-decoration:underline;
	color:#3C434D;
}

.ttl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #720D1B;
	font-weight: bold;
}


/* -------------------NEW MENU---------------------- */

#nav { 
float:left; 
width:160px; 
height:auto;
margin: 5px
padding: 5px;
}

#nav li { 
list-style: none;
line-height: 1.5em;
}
 
#nav a:link, 
#nav a:visited { 
display: block; 
margin: 5px;
padding-left: 5px;
color:#511A01; 
text-align: left;
border-bottom:1px solid #511A01; 
text-decoration:none; 
font-family: "AvantGarde MD BT", sans-serif;
font-size: 12px;
font-weight: 400;
text-transform:uppercase; 
}

#nav a:hover { 
color:#FFFFFF; 
background:#A98A50; 
}

#nav a:active { 
background:#F9BE47; 
color:#000000; 
}