@charset "utf-8";
<!-- 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:11pt;
	background: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #ccc;;
}
input {
	width: 182px;
}
img {
	border:none;
}
#container { 
	width: 1018px;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
}
#header {
}
#leftcol {
	float:left;
	width: 304px;
}
#page {
	float:right;
	top:120px;
	width:680px;
}
#websites_column {
	float:left;
	width: 319px;
}
#media_column {
	float:right;
	width: 319px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer {
	font-size:8pt;
	text-align:center;
	margin:60px 0 30px 0;
}
.hidden{display:none;}
--> 
</style>
<!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.thrColFix #leftcol { width: 180px; }
.thrColFix #media_column { width: 190px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColFix #media_column, .thrColFix #leftcol { padding-top: 30px; }
.thrColFix #websites_column { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->

