@charset "UTF-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	list-style:none;
	}

.bold {
	font-weight:bold;
	}
.italic {
	font-style:italic;
	}
body {
	text-align:center;
	height:100%;
	}
/*
#stripe {
	position:absolute;
	right:0;
	width:50px;
	height:100%;
	background-color:#CCFF00;
	}
*/

#container {
	width:940px;
	margin:0 auto;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

#banner {
	width:940px;
	height:80px;
	float:left;
	/*margin:0 0 0 20;
	overflow:hidden;
	background-color:#CCCCCC;*/
	background:url(../graphics/details/banner_end.jpg) no-repeat 910px 20px;
	}
#banner h1 {
	width:500px;
	height:80px;
	margin:0 0 0 15px;
	text-indent:-9999em;
	background-image:url(../graphics/banner/logo_4.jpg);
	background-repeat:no-repeat;
	/*color:#FFFFFF;*/
}
	
#menu {
	/*background-color:#99FF00;*/
	width:940px;
	/*height:30px;*/
	line-height:40px;
	float:left;
	}
	
#menu li {
	display:inline;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	/*color:#FFFFFF;*/
	margin:0 0 0 15px;
	}

#info {
	/*background-color:#CC0000;*/
	width:940px;
	float:left;
	margin:15px 0 0 0;
	/*min-height:600px;*/
	}

#footer {
	width:940px;
	float:left;
	background-color:#FCFFFF;
	text-align:center;
	margin:30px 0 0 0;
	}
#footer li {
	display:inline;
	font-size:9px;
	margin:0 3px 0 3px;
	}

a:link, a:visited, a:active {
	text-decoration:none;
	color:#5F665B;
	}
a:hover {
	text-decoration:none;
	color:#DAE0E0;
	}

