body {
font: 11px verdana, geneva;
}

#content { 
	background-color: #FFFFFF;
	background-image:url(images/mainbackground.jpg);
	background-repeat:no-repeat;
	size: 12px;
	position: absolute;
	left: 12px;
	top: 8px;
	width: 800px;
	height: 800px;
}

#logo {
position:fixed; 
	float:left;
	width: 800px;
}
#navigation {
position:fixed; 
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 220px;
	height: 20px;
	float:left;
	line-height: 16px;
	margin-top: 95px;
}
#navigation2 {
position:fixed; 
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: normal;
	width: 220px;
	height: 520px;
	float:left;
	line-height: 13.5px;
	margin-top: 5px;
	}
#followus {
	width: 260px;
	float:right;
}

#navigation a, a:link {
text-decoration: none;
color: #666666;
}
#navigation a:hover {
color: #FFFFFF;
background-color: #0099FF;
}


