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

* {border:0; padding:0; margin:0;}
body {
	background-color:#000;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:11px;

}
h2 {
	font-size:16px;
	color:#000099
	line-height:1.1em;
	margin:15px 0px 10px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000099;
	font-weight: bolder;
}
h3 {
	font-size:14px;
	line-height:1.2em;
	margin:15px 0px 10px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}


h4 {
	font-size:13px;
	font-weight:bold;
	margin:15px 0px 3px 0px;
	color:#993300;
}
#container {
	position:relative;
	width:1143px;
	margin:0px auto;

	background-repeat:no-repeat;
	background-position:center top;	
}
#logo {
	position:absolute;
	left:38px;
	top:31px;
}
#footer {
	margin:20px auto;
	font-size:10px;
}

.headers {
	color:#fff;
	text-align:center;
	background-image: url(../images/header_back.jpg);
	background-repeat: repeat-x;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size: 18px;
	font-weight:bold;
	border: 1px solid #666666;
	height:29px;
	padding-top:3px;
	letter-spacing: .08em;
}
.imgLeft {
	width:100px;
	float:left;
	padding-right:20px;
}
p {
 line-height:1.1ems;
 margin-bottom:5px;
}
.imgRight {
	width:200px;
	float:right;
	padding-left:20px;
}
