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


html {
 	min-height: 100%;
 	height: auto; 
}

body { 
	background: #000; 
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif; 
	color: #fff;
	margin:0;
	padding:0; 
}

#header {
	height:181px;
	background: url(../img/header-bg.png) top left no-repeat;
	margin:0;
	padding:0;
	width:100%;
}

#header #container {
	width:864px;
	margin:0 auto;
	font-size:1em;
}

#container .logo {
	width:268px;
	margin-top:55px;
	float:left;
	padding-left:10px;
}

#container .others {
	width:576px;
	margin-top:15px;
	float:right;
	text-align:right;
	text-transform:uppercase;
	font-size:12px;
	padding-right:10px;
}

.others img { border:0;}

#header #nav {
	background: url(../img/nav-bg.png) bottom center no-repeat;
	height:35px;
	margin:20px 0;
}

#header #nav #box {
	width:864px;
	margin:0 auto;
	clear:both;
	padding:0;
}

#header #nav .left {
	width:290px;
	float:left;
	font-size:12px;
	text-align:left;
	padding-left:10px;
}

#header #nav .right {
	width:504px;
	float:right;
	font-size:15px;
	text-align:right;
	padding-right:10px;
}

#nav ul {
	margin:0;
	padding:0;
}


#nav ul li {
	list-style:none;
	margin:0;
	padding:0;
	display:inline;
}

#nav .left a {
	margin:0 10px 0 0;
	text-decoration:none;
	text-transform:uppercase;
}

#nav .right a {
	margin:0 0 0 10px;
	text-decoration:none;
	text-transform:uppercase;
}


#nav a:link, #nav a:visited {
	color:#fff;
}

#nav a:hover {
	color:#ff000;
}
	
#content {
	width:100%;
	background: url(../img/content-bg.png) bottom left no-repeat;
	border-bottom:2px solid #fff;
}

#content a {
	font-weight:bold;
	text-decoration:underline;
	color:#fff;
}

#content h1 {
	color:#ff0000;
	margin:15px 0;
	padding:0;
	font-size:20px;
	font-weight:bold;
}


#content h3 {
	color:#fff;
	margin:15px 0;
	padding:0;
	font-size:16px;
	font-weight:bold;
}

#content #box {
	width:800px;
	background: url(../img/content-box-bg.png) top left repeat;
	margin:0 auto;
	padding:20px 40px 40px 40px;
	margin-bottom:60px;
}

#content #left {
	width:315px;
	float:left;
}

#content #left h2 {
	color:#ff0000;
	margin:0 0 25px 0;
	padding:0;
	font-size:20px;
	font-weight:normal;
}

#content #left img {
	border:0;
	margin:0 0 15px 0;
}

#content p {
	font-size:12px;
	line-height:20px;
}

#content #right {
	width:453px;
	margin-left:15px;
	padding-left:15px;
	border-left:2px solid #333333;
	float:left;
}

#content #right h2 {
	color:#ff0000;
	margin:8px 0 25px 0;
	padding:0;
	font-size:18px;
	font-weight:normal;
	background:url(../img/h2-bg.png) bottom right no-repeat;
}

#content #right img {
	border:1px solid #ff0000;
	margin:0 0 0 10px;
}

#content #text {
	float:left;
	width:600px;
	padding-right:18px;
}

#content #text ul {
	width:250px;
	float:left;
	margin-bottom:5px;
}

#content #text ul li {
	color:#ff0000;
	line-height:35px;
	font-size:17px;
	list-style:circle;
}

#content #pics {
	width:182px;
	float:right;
}

#content #pics img {
	border:1px solid #ff0000;
	margin:0 0 15px 0;
}

#footer {
	width:864px;
	margin:0 auto;
	padding:20px 0 20px 0;
	clear:both;
	margin-bottom:25px;
}

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

#footer .links {
	width:150px;
	float:left;
	font-size:12px;
	margin-right:45px;
}

#footer .links ul {
	margin:0;
	padding:0;
	list-style:none;
}

#footer ul li {
	padding:0;
	margin:0;
	line-height:30px;
	border-bottom:1px dotted #fff;
}

#footer .copy {
	float:right;
	font-size:11px;
	text-align:right;
}

fieldset { border:0;margin:0;padding:0; }

label { display:block; font-size:14px; margin:5px 0; }

input.text,textarea { width:300px;font:12px/12px 'courier new',courier,monospace;color:#333;padding:3px;margin:1px 0;border:1px solid #ccc; }
	
input.submit { padding:2px 5px;font:bold 12px/12px verdana,arial,sans-serif; }