/*************************************
Main body of the site
**************************************/

body {
width:800px;
margin: 0 auto;
margin-top: 50px; 
height:100%;
text-align:left;
}

html {
	padding:0; 
	margin:0; 
	border:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-image:url(media/wwback.jpg);
}

/*************************************
Styling of the columns
**************************************/

#c1, #c2, #c3
{
width:800px;
}


/*************************************
Text and other layout of site
**************************************/

a:link, a:visited 
{
color: red;
font-weight:bold;
text-decoration:none;
position: relative;
}
a:hover           
{ 
color: red;
font-weight:bold;
text-decoration:none;
}


