
body		{ color: #AAAAAA;font-size:12px;font-family: Arial, Helvetica, sans-serif; }

A			{ font-size:12px;font-family: Arial, Helvetica, sans-serif;color:#777777; text-decoration:none;}
A:link		{ color: #777777;}
A:visited	{ color: #777777;}
A:active	{ color: #777777; }
A:hover 	{ color: #AAAAAA; text-decoration:none; }

A.works_navigation			{ font-size:12px;font-family: Arial, Helvetica, sans-serif;color:#777777;text-decoration:none; }
A:link.works_navigation		{ color: #777777;}
A:visited.works_navigation	{ color: #777777;}
A:active.works_navigation	{ color: #777777;}
A:hover.works_navigation	{ color: #AAAAAA; text-decoration:none; }

A.bodylink			{ font-size:9px;font-family: Arial, Helvetica, sans-serif;color:#777777;text-decoration:none; }
A:link.bodylink		{ color: #777777;}
A:visited.bodylink	{ color: #777777;}
A:active.bodylink	{ color: #777777;}
A:hover.bodylink	{ color: #AAAAAA; text-decoration:none; }

A.hplink			{ font-family: Arial, Helvetica, sans-serif; font-size:25px; color:#333333; letter-spacing:-2px; text-decoration:none; }
A:link.hplink		{ color: #333333;}
A:visited.hplink	{ color: #333333;}
A:active.hplink		{ color: #333333;}
A:hover.hplink		{ color: #AAAAAA; text-decoration:none; }

<!-- PAGE LAYOUT -->
/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:1000px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:130px; 
  background-color:#000000; 
 width:100%;
} 

#virtualideas{
height:80px;
padding-left:5px;
position:relative;
top:20px;
font-family: Arial, Helvetica, sans-serif;
font-size:60px;
color:#333333;
letter-spacing:-2px
} 

#navmenu{
margin-top:20px;
border-top:1px solid #333333;
border-bottom:1px solid #333333;
padding:5px;
} 

#maincol{
background-color: #000000;  
 float: left; 
 width:1000px; 
 height:590px; 
 display:inline; 
 position: relative; 
 }

#contentarea{
height:500px;
}

#contentarea_text{
height:500px;
padding-left:5px;
}

#pagetitle{
 position:relative; 
 height:80px;
 padding-left:5px;
 top:5px;
 font-family: Arial, Helvetica, sans-serif;
 font-size:50px;
 color:#333333;
 letter-spacing:-2px;
} 
 
#footer{
 border-top:1px solid #333333;
 height:30px; 
 padding:5px;
 font-family: Arial, Helvetica, sans-serif;
 font-size:9px;
 color:#444444;
 clear:both;
 } 
  
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

<!-- PAGE LAYOUT -->