@charset "utf-8";
/* CSS Document */

body {
	background-color:#b3d9f1;	
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}



	

.clear {
clear:both;
}

#wrapper {
width:935px;
margin:0 auto;
text-align:left;

}



#header {
float:left;
width:935px;
height:110px;
}

#content {
float:left;
width:935px;
height:550px;
background:url(images/form_bg.jpg) ;
}

#content .left {
float:left;
width:585px;
}

#content .right {
background:url(images/video_bg.jpg) no-repeat;
width:350px;
height:550px;
float:left;
}

.video{
width:320px;
height:260px;
}

.player{
padding-top:0px;
padding-left:11px;
}

.homeAbout {
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
color:#333333;
padding-top:20px;
padding-left:21px;
padding-right:40px;

}


#form {
float:left;
width:935px;
background-color:#0f86ca;
background:url(images/form_bg.jpg) ;
}

#form a {
color:#FFFFFF;
}

#contestForm {
color:#ffffff;
padding:30px;
font-size:13px;
}

#products {
float:left;
width:935px;
background-color:#0f86ca;
background:url(images/form_bg.jpg) ;
}

#products a {
text-decoration:none;
color:#333333;
}

#products a:hover {
text-decoration:none;
color:#666666;
}



#footer {
width:935px;
float:left;
font-size:10px;
color:#228bc7;
}

#footer a { 
color:#228bc7;
}
	

