body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:normal;
	color: #555;
	background:url(img/site/bg.jpg) repeat-x #F8F8F8;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1 {
	color:#999;
	font-family:"Times New Roman", Times, serif;
	font-size: 4em;
}
h1 span{
	color:#FFF;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	color:#333;
	font-size: 30px;
	margin:10px 0 10px 0;
}

p, ul{
	margin-top: 0;
	line-height: 180%;
}

ul {
	margin:0;
	list-style:none;
	padding:0 0 40px 0;
	width:920px;
}
ul a{
	color:#333;
	text-decoration:underline;
}
li{
	padding:35px 0 35px 0;
	float:left;
	border-bottom: 1px solid #CCC;
}
a {
	text-decoration:underline;
	color:#FFF;
}

a:hover {
	text-decoration:none;
}

#header{
	padding:40px 0 0 0;
	height:216px;
	background:url(img/site/headerBg.jpg) no-repeat #000;
}
#header p{
	color:#ADADAD;
}
#wrapper {
	width: 920px;
	margin: 0 auto;
	padding: 0;
}


.leftImg{
	padding: 0 20px 0 0;
	float:left;
}
.rightImg{
	padding: 0 0 0 20px;
	float:right;
}
.videoRight{
	padding: 0 0 0 20px;
	float:right;
}
.videoLeft{
	padding: 0 20px 0 0;
	float:left;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
