@import "layout.css";
@import "nav.css";
@import "content.css";


#subnav ul, #nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#subnav {
	background: transparent url("../images/subnav_back.gif") no-repeat left top;
	padding: 4px 0px 0px 188px;
}


#subnav ul li {
	background: transparent url("../images/subnav_bullet.gif") no-repeat left center;
	float: left;
	padding: 0px 8px 0px 15px;
}

#subnav ul li a {
	color: #cd2b06;
	font-weight: bold;
	text-decoration: none;
}

#nav {
	background: transparent url("../images/nav_back.jpg") no-repeat left top;
	height: 349px;
	margin: 22px 0px 0px 23px;
	overflow: hidden;
	width: 172px;
}

#nav ul {
	margin: 25px 10px 25px 36px;
}

#nav ul li {
	margin-bottom: 21px;
}

#nav ul li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

/* Global */
body {
	background: #000;
	margin: 0;
	padding: 0;
	text-align: center;
}

#center {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
/*	width: 760px;*/
	width: 960px;
}

#page {
	background: transparent url("../images/page_back.gif") repeat-y left top;
	text-align: left;
}

/* Header */
#header {
	background: #fcfcfc;
	height: 119px;
	position: relative;
}

#top {
	background: transparent url("../images/top_back.jpg") no-repeat;
	height: 95px;
}

#logo {
	position: absolute;
	top: 29px;
/*	left: 23px;*/
	left: 123px;
}

#slogan {
/*	left: 334px;*/
	left: 434px;
	position: absolute;
	top: 47px;
}

#top_right_image {
	position: absolute;
	right: 0;
	top: 7px;
}

#subnav {
	height: 24px;
}


/* Main */
#main {

}

#left {
	float: left;
	width: 195px;
}

#right {
	background: transparent url("../images/right_back.jpg") no-repeat left top;
	float: left;
	padding-top: 22px;
	width: 765px;
}

#content {
	float: left;
	margin: 0px 20px 0px 130px;
/*	width: 346px;*/
	width: 546px;
}

#content_images {
	clear: right;
	float: right;
	width: 69px;
}

#content_images img {
	margin-bottom: 22px;
}

/* Footer */
#footer {
	background: 	transparent url(../images/footer_back.gif) repeat-y right top;
	height: 		7px;
	display: 		block;
}

/* Misc */
.clearer {
	clear: both;
	float: none;
}



/* Global */
body {
	color: #fff;
	font: normal normal 0.8em/1.2em Verdana, Arial, Helvetica, sans-serif;
}

/* Textual */
p {
	color: #fff;
}

/* Links */
a {
	color: #fff;
}

/* Headings */
h1, h2, h3, h4 {
	color: #fff;
}

h1 { font-size: 1.3em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }
h4 { font-size: 1.0em; }

/* h1.header { text-indent: -100px; } */

/* Images */
#content img {
	border: 1px solid #fcfcfc;
}