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

/* Page & Body */


body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-repeat: no-repeat;
	background-color: #000;
	margin: 30px;
}

a {
	color: #990000;
	text-decoration: none;
}


/* Header */

#header {
	height: 100px;
	width: auto;
	background-image: url(images/header.jpg);
	color: #B7B7B7;
}

/* Navigation */

#nav {
	height: 30px;
	margin:auto;
	width: auto;
}

#nav ul {
	float: left;
	width: 100%;
	background-repeat: repeat-x;
	height: 30px;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	line-height: 28px;
	background-image: url(images/nav_silver.jpg);
}

#nav ul li {
	display: inline;
}

#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	color: #000000;
	text-decoration: none;
	letter-spacing: 1px;
	height: 30px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	font-family: "Trebuchet MS", Tahoma, Arial;
}

#nav ul li a:hover, 

#nav ul li a:active {
	background-image: url(images/nav_dred.jpg);
	background-repeat: repeat-x;
	color: #FFF;
}

#nav ul li#current a {
	background-image: url(images/nav_red.gif);
	background-repeat: repeat-x;
}

/* Body */

#content_wrap {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	background-color: #FFFFFF;
	border: 1px solid #B2B2B2;
}
#body_right {
	width: 690px;
	background-color: #FFFFFF;
	float: right;
	margin: 0px;
	padding: 20px;
	height: auto;
}
#body_right h1 {
	font-size: 16px;
	padding: 0px;
	margin: 0px;
}
#body_left_nav {
	width: 180px;
	background-color: #FFF;
	float: left;
	margin: 0px;
	padding: 20px;
}

#body_left_nav h1
{
	color: #900;
	font-size: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	font-weight: bold;
	text-transform: uppercase;
}

#body_left_nav ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	margin-bottom: 12px;
}


#body_left_nav li a
{
	display: block;
	color: #999;
	background-color: #FFF;
	width: 170px;
	padding: 3px 2px 3px 8px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}


#body_left_nav a:hover
{
	background-color: #F7F7F7;
	color: #900;
}



/* Footer */

#footer {
	width: auto;
	padding: 10px;
	height: 50px;
	text-align: left;
	color: #333;
	font-size: 11px;
	float: none;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin: 0px;
}

#footer a {
	color: #110;
	text-decoration: none;
}


/*
	lists
*/
