@charset "UTF-8";
/* CSS Document */

.cboth { clear: both; }

  /* STYLING & LAYOUT */
  
  
#main {
	width: 720px ;
   margin-top: 20px;
  margin-left: auto ;
  margin-right: auto ;
}  
  



.header {
  width: 480px ;
  margin-left: 0px ;
  margin-right: 0px ;
  float:left;
}

.contact {
  float:right;
  width:240px
  text-align:right;
}
#showreel {
  width: 820px ;
  margin-left: 0px ;
  margin-right: auto ;
  padding-top:20px;
}



.footer { 
height: 20px;
width: 720px;
text-align:center;
font-size:8px;
margin-top:100px;
display:block;
}

.style_body {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }

.small_body {font-size: 8px}

body,td,th {
	color: #666666;
	font-size:12px;
	
}

body {
	background-color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


  