@charset "UTF-8";
/* CSS Document, Shorthand used throughout */
/* --- global white space reset ---*/
* {
	margin: 0 0;
	padding:0 0;
}
/*--- Type Seclectors ---*/
body {
	text-align:center;
	font-size:11px;
	line-height:16px;
	font-family:Verdana, Geneva, sans-serif;
}

p {
	padding-bottom:25px;
	text-align:center
}
 iframe {
	 background-color:#FFF;
	 border:1px solid #CCC;
 }
/*--- ID Seclectors ---*/
#wrapper {
	position:relative;
	margin:0 auto;
	text-align:left;
	background-color:#f5f5f5;
	width: 645px;
}
#clear {
	clear:both;
}
#header {
	position: relative;
}
#content {
	float:left;
	width:621px;
	background-image:url(images/content_bg.png);
	background-position:top;
	background-repeat:repeat-x;
	padding:12px;
	background-color:#f5f5f5;
}

#vid {
	float:left;
}
#video {
	width:195px;
	float:right;
}
#main {
	width:276px;
	margin-right:12px;
	float:left;
}
#opinion {
	width:195px;
	float:left;
	margin: 0 16px;
}
#history {
	width:195px;
	float:left;
/*	margin: 25px 12px 0 0;*/
	
}

#footer {
	float:left;

}
#tabmain {
	width: 300px; 
	float:left;
	height: 36px;
	background-image:url(images/tabmain.png);
	text-indent: -9999px;
}
#popout {
	float: right;	
}

#rowtwo {
	padding-top:25px;
}
/*---Class Selectors---*/
.bold {
	font-weight:bold;
}

/*--- Decenent Selecors---*/

	
h3 {
	width: 645px; 
	height: 87px;
	background-image:url(images/footer.png);
	text-indent: -9999px;
}


