@charset "utf-8";
body {
	font: 100% Tahoma,Arial,sans-serif;
	background:url(images/bg.jpg) no-repeat top #000000;
	height:728px;
	margin: 0; 
	padding: 0;
	text-align: center;
	
}

h1{
	color:#cf0505;
	padding-right:20px;
	}
h2 {
	font-size:19px;
	font-weight:bolder;
	color:#024a6f;
	
	}
h3{
	font-size:14px;
	padding-right:20px;
	}
#container {
	width: 800px;
	
	margin: 0 auto;
	text-align: left; 
}
#header {
	background:url(images/bgcontent.png) no-repeat;
	height:600px;
	padding: 20px 10px 0 20px;  
} 
#header h1 {
	margin: 0;
	padding: 10px 0; 
}
#mainContent {
	padding: 0 380px 0 5px;
}
#tableopt {
	margin:200px 10px 0 0;
	font-weight: bold;
}

#vidplace {
	padding-left:30px;
	}

#sidebar1 {
	float: right; 
	width: 365px; /* since this element is floated, a width must be given */
	background:url(images/optinbox.png) no-repeat;
	margin:0px auto;
	

}

#footer { 

	background-color:#fff;
} 
#insidecontainter {
	width: 800px;
	margin:0 auto;
	font-size:11px;
	padding:20px 0;

	}
#sidefooter {
	float: right; 
	width: 400px; /* since this element is floated, a width must be given */
	font-size:11px;
	padding:20px 0;
}
#txt2 {
	font-size:18px;
	}
	
#txtform {
	
	color:#FF0000;
	font-style:italic;
	font-weight:bolder;
	font-size:18px;
	}	
	
#footer p {
	margin: 0; 
	padding: 10px 0;
}
