﻿body {
	background:#000 url(images/bg.gif) top center repeat-x;
}

h1 {	
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#7686b4;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	margin-bottom: 5px;
}
h2{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#252b69;
}
h3{	
	font-size:18px;
}
p, ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	}
	
a {
	color:#252b69;
	text-decoration:underline;
}


div#container {
	margin: 0 auto;
	width:900px;
	background:#fff;
	border:#000 1px solid;
}

div#header {
	width: 900px;
	height:403px;
	background:#130b09;
	background:url(images/header.jpg);
}

div#content{
	width: 521px;
	float:left; 
	padding:20px;
}



/*-----SIDEBAR & MAIN NAV AREA------*/
div#sidebar {
	width:339px;
	float:right;
	background:#7686b4 repeat-x;
}

ul#list-nav {
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	list-style:none;
	margin:0 auto;
	margin-bottom: 2px;
	padding:0px;}

ul#list-nav li a {
	width:315px;
	display:block;
	text-decoration:none;
	padding:5px 4px 5px 20px;
	color:#fff;
	background:#252b69;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aeafb3;
}
ul#list-nav li a:hover {
	background:#aeafb3;
	color:#000;
}
ul#list-nav li a#current{ 
	background:#81805c;
	color:#FFFF99;
	}


/*-----ADDRESS - Contact Info------*/
address {
width: 190px;
margin:10px auto;
padding:10px 0;
text-align:center;
font:normal 12px Arial, Helvetica, Verdana, sans-serif;
color:#00000;
}


/*-----FOOTER------*/
div#footer {
	clear:both;
	width: 900px;	
	height:42px;
	background-image:url(images/footer.jpg);}
div#footnav {
	padding: 20px 0px 5px 20px;	
	font-size: 12px;
	text-align:left;}
#footnav  a {
	text-decoration: none;
	font-size: 10px;
	color:#fff;
	font-family: tahoma;}
#footnav  a:hover {
	text-decoration: underline;
	color:#c2bf6e;}

.owner {
	float:right;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    padding: 0 0 0 100px;;
	color: #FFFF99;
}

/*-----COPYRIGHT INFO------*/
div#copyright {
	text-align:center;
    clear: both;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 9px;
    padding: 30px 0 0;
	color: #ffffff;
}
	div#copyright img {
	border: none;
	}
	div#copyright a:link, div#copyright a:visited {
	color: #10409F;
	text-decoration: none;
	}
	div#copyright a:hover {
	text-decoration: underline;
	}

/* ----------------- IMAGE ELEMENTS ----------------- */
.left {
	float: left;}
	.left img {
		border: 1px solid #000;}

.right {
	float: right;}
	.right img {
		margin: 0 0 0 10px;
		border: 1px solid #999;}
.right2 {
	float: right;}
	.right2 img {
		margin: 0 0 0 10px;}
			
.center {
	text-align: center;}
	.center img {
		border: 1px solid #000;}
	
.clear {
	clear: both;}
