/********* Start Stylesheet ******/
body{
	margin:20px;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	color:#545249;
	background:url(images/body-bg.jpg) left top repeat-x;
	background-attachment:inherit;

}
h2{
	font:normal 20px Verdana, Arial, Helvetica, sans-serif;
}
h3{
	font:bold 14px Verdana, Arial, Helvetica, sans-serif;
}

/*** div boxs **/
#wrapper{
	margin-left:auto;
	margin-right:auto;
	width:974px;
}
#header{
	float:left;
	width:974px;
	height:121px;
	margin-top:20px;
}
#logo{
	float:left;
	width:974px;
	text-align:center;
}

#content{
	float:left;
	width:974px;
	background:url(images/content-bg.jpg) left top repeat-y;
}
#content-text{
	float:left;
	width:904px;
	padding:35px;
}
#video-1{
	margin-left:auto;
	margin-right:auto;
	width:737px;
	padding:10px;
	border:1px solid #ebebeb;
	background-color:#fefafa;
}
#video-2{
	margin-left:auto;
	margin-right:auto;
	width:800px;
	padding:5px;
	border:1px solid #ebebeb;
	background-color:#fefafa;
}

#footer{
	float:left;
	width:974px;
	height:21px;
	background:url(images/footer-bg.jpg) left top no-repeat;
}
.float_l{
	float:left;
	margin-bottom:10px;
}
.clear{
	clear:both;
}
.div-center{
	margin-top:30px;
	text-align:center;
}
.italic{
	font-style:italic;
}