/* CSS Document */

body {
	background-color:#CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}

#container, #container2 {
	width: 800px;
	position:absolute;
	left: 50%;
	margin: 0 0 0 -400px;
	background-color: #ffffff;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-y;

}

#logo {
	width: 200px;
	height: 135px;
	float:left;
	background-color: #000000;
}

#logo h1 {
	width: 200px;
	height: 135px;
	margin: 0;
	padding: 0;
	background-image: url(../images/logo.jpg);
	background-repeat:no-repeat;
}

#logo h1 span {
	display:none;
}

#header {
	width: 600px;
	height: 135px;
	float:right;
	margin: 0;
	padding: 0;
	background-image: url(../images/header.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

#navigation {
	width: 200px;
	float:left;
	margin: 0;
	padding: 0;
	background-color:#000000;
	border-top: 5px solid #a16345;
	color:#FFFFFF;
	text-align:center;
	font-size:12px;
}

#navigation ul a, #navigation ul a:link, #navigation ul a:visited, #navigation ul a:visited {
	width: 200px;
	display:block;
	border-bottom: 5px solid #a16345;
	text-decoration:none;
	color: #ffffff;
	line-height: 30px;
	font-weight:bold;
}

#navigation ul a:hover {
	background-color: #9e9e9e;
	color: #ffffff;
}

#navigation p a img{
	width: 130;
	display: auto;
	border-bottom: 0;
}

#navigation p {
	padding: 5px;
	margin: 0;
}

#content {
	width: 580px;
	float: right;
	margin: 0;
	padding: 10px;
	background-color:#ffffff;
	
	min-height: 365px;
	font-size: 12px;
}

#content h1 {
	font-size: 18px;
	color: #000000;
	margin: 0 0 10px 0;
	padding: 0;
}

#content h2 {
	font-size: 14px;
	color: #660000;
	margin: 0 0 10px 0;
	padding: 0;
}

#clear {
	clear:both;
}

#footer {	
	width: 794px;
	font-size:10px;
	color: #ffffff;
	background-color:#000000;
	padding: 3px;
	border-top: 5px solid #a16345;
}

#footer a {
	color: #ffffff;
}

#bottom, #bottomlinks {
	background-color:#cccccc;
	width: 800px;
	color: #000000;
	font-size:9px;
	text-align:center;
}

#bottomlinks ul {
	width: 800px;
	text-align:center;
}

#bottomlinks ul li {
	float: left;
	text-align:center;
}

#bottom a, #bottomlinks a {
	color: #000000;
	font-size:9px;
	margin: 3px 3px 0 0;
}
	