/*
      Created by CSS Portal Layout Generator
	  
	  http://www.cssportal.com
	  	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #ffffcc;
	margin: 0px;
}

img {
border: 0;
}

p {
 padding: 10px;
}

#wrapper {
	margin: 0 auto;
	width: 900px;
	
}

#content { 
 float: left;
 width: 600px;
display: block;
}

#header {
 width: 900px;
 float: left;
 height: 193px;
}

#logo {
 width: 288px;
 float: left;
 height: 193px;
}

#banner {
 margin-top: 13px;
 margin-right: 12px;
 width: 600px;
 float: right;
 height: 168px;
}

#navigation {
 float: left;
 width: 900px;
 height: 25px;
 margin-top:15px;
 margin-bottom:15px;
}

#leftcolumn { 
 width: 300px;
 float: left;
}

#footer{
 width: 900px;
 float: left;
text-align: right;
 height: 35px;
}

a:link {
color:#FF6600;
text-decoration:none;
font-weight:bold;
}

a:hover{
color:#FF6600;
text-decoration:underline;
font-weight:bold;
}

a:visited{
color:#FF6600;
text-decoration:none;
font-weight:bold;
}

a:active{
color:#FF6600;
text-decoration:none;
font-weight:bold;
}


.allvideos {

display:block;
text-align:left;
clear:both;
float:left;
}
