body {
		background-color:#fff;
		margin:0;
		padding:0;
		font-family:Verdana;
		font-size:10pt;
	}

	#header {
		height:200px;
		width:100%;
		text-align:center;
		background-color:#1b4680;
		border-bottom:2px solid red;
		
	}

	#content {
		width:1000px;
		margin:auto;
		height:1000px;
	

	}

	#footer {
		border-top:2px solid red;
		height:60px;
		width:100%;
		background-color:#010a2a;
	
		bottom:0;
		left:0;
		text-align:center;
		color:#fff;
		font-size:10px;
		

	}

	#footer a:link, #footer a:visited  {
		color:#fff;
	
	}

	#footer a:hover{ 
		color:green;
	}

	#productBox{
		width:600px;
		height:550px;
		float:right;

	}

	#video {
		float:right;
		position:relative;
		width:200px;


	}
	
	img{
		border:0;
	}

	 td.multivids { 
		background: #000 url(http://www.presidentialdebatesgonewild.com/wp-content/themes/probama/images/subvidbg.png) top left no-repeat; 
		padding-top: 35px; 
	 } 
	 div.user-video { 
		float: left; width: 25% !important; 
	 } 
	 div.video-thumb-big { 
		margin-left: 40px; 
	 } 
	 td.bigvid { 
		width: 540px; padding: 0px 50px; background: url(http://presidentialdebatesgonewild.com/wp-content/themes/probama/images/mainvidbg.png) 0% 50% no-repeat;
	 } 
	 td.firsttd { 
		background-color: #fff; 
	 } 
	 strong.freeshipping { 
		display: block; text-indent: -9999px; height: 110px; width; 100px; clear: both; background: url(http://presidentialdebatesgonewild.com/wp-content/themes/probama/images/freeshipping.png) 50% 10px no-repeat; 
	 }


	 h1{
		font-size:14pt;
		text-decoration:bold;
	 }

	 h2 {
		font-size:14pt;
		text-decoration:bold;
		margin-top:10px;
	 }

	 body,
	html {
		margin:0;
		padding:0;
		background:#fff
		color:#000;
	}
	body {
		min-width:750px;
	}
	#wrap {
		background:#fff;
		margin:0 auto;
		width:1050px;
	}
	#header {
		background:#1b4680;
	}
	#header h1 {
    	padding:5px;
	    margin:0;
    }
	#nav {
		background:#c99;
		padding:5px;
	}
	#nav ul{
		margin:0;
		padding:0;
		list-style:none;
	}
	#nav li{
		display:inline;
		margin:0;
		padding:0;
	}
	#main {
		background:#fff;
		float:left;
		width:625px;
	}
	#main h2, #main h3, #main p {
		padding:0 10px;
    }
	#sidebar {
		background:#fff;
		float:right;
		width:400px;
	}
	#sidebar ul {
		margin-bottom:0;
    }
    #sidebar h3, #sidebar p {
		padding:0 10px 0 0;
    }
	#footer {
		background:#1b4680;
		clear:both;
	}
	#footer p {
		padding:2px;
		margin:0;
    }


	#testimonials{
		background-color:#1b4680;
		color:#fff;
		padding:10px;
		border: 1pt solid #FF0000;

	}