@charset "UTF-8";
body{
	text-align:center;
	background-color: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	}

a {
	text-decoration:none;
	border:none;
}
img {
	border:none;
	margin: 0px;
}
p{
	margin:0px;
	padding:0px;
}
ul{
	margin:0px;
	padding:0px;
}
.main .container {
	background-color: #000000;
	margin: 0px auto;
	width:1200px;
}
#header{
	height: 12em;
}
#content{
}
#footer{
	width: 1200px;
}
.main .home{
	height: 43em;
	background-image: url(../img/main.jpg);
	background-repeat: no-repeat;
	background-position: center 20px;
}
#logo {
	margin:0;
	padding:0;
	text-align:left;	
	position: relative;
	top: 45px;
	left: 58px;
}


/*********** navigation START *************/
ul{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 1118px;
	background: #FFF;
	float: left;
	position: relative;
	left: 48px;
	top: 90px;
}
ul li{
	float: left;
}
ul a {
	display: block;
	padding: 0 5.5em;
	line-height: 2.1em;
	text-decoration: none;
	color:#000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background: url(../img/divider_black.gif) repeat-y left top;
}

ul a:hover {
	color:#d42f2f;
}
/************* navigation END **************/
.main #bottomBar {
	margin: 0;
	padding: 0;
	width: 995px;
	background: #FFF;
	float: left;
	position: relative;
	left: 48px;
	top: 50px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align:left;
	line-height: 2.1em;
	padding: 0 5.6em;
	clear:both;
}
ul#links{
	background: #000;
	float: left;
	left: 48;
	top: 100px;
}
ul#links li{
	float:left;

}
ul#links a{
	padding: 0.5em 1.5em;
}

.main .arial11{
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCC;
	width: 750px;
	margin: 0 auto;
	text-align: center;
	top:650px;
}
.aboutText{
	margin-left: 62px;
	padding: 10px 0;
	width: 1050px;
	font: 14px Helvetica, Arial, sans-serif;
	text-align:justify;
	color:#FFF;
}
.highlight{
	font-size:18px;
	font-weight:bolder;
}
.italic{
	font-style:italic;
}