body {
	background-image: url(images/pinkvector.jpg);
	background-repeat: repeat-x;
}
#content{
position:absolute;
width:850px; 
height:100%; 
z-index:1; 
top:18px;
left:50%; 
margin-left:-425px; 

}
#coolmenu{
width: 100px;
}

#coolmenu a{
font: bold 20px Arial;
padding: 7px;
padding-left: 10px;
display: block;
width: 100%;
color: #FFFFFF;
text-decoration: none;
}

html>body #coolmenu a{ /*Non IE rule*/
width: auto;
}

#coolmenu a:hover{
background-color:;
color: #CCCCCC;
}

H1 {
font: 18px Arial;
color:#666666;
margin-top:-1px;
margin-bottom:-1px;
}

H2 {
font: bold 14px Arial;
color:#999999;
margin-top:2px;
margin-bottom:2px;
}

H3 {
font: bold 16px Arial;
color:#666666;
margin-top:2px;
margin-bottom:2px;
}


.data {    
font: 16px Arial;
color: #666666;
}

.data a{    
font: 16px Arial;
color:#FF3399;
text-decoration:none;    
}

.data a:hover{    
color: #FF3399;  
text-decoration:underline;  
}

.data2 {    
font: 12px Arial;
color: #666666;
}

.data2 a{    
font: 12px Arial;
color:#FF3399;
text-decoration:none;    
}

.data2 a:hover{    
color: #FF3399;  
text-decoration:underline;  
}


table#primary{
width:850px;
bgcolor:#FFFFFF;
}
