html {margin: 0; padding: 0;}

* html .visualIEFloatFix { height: 0.01%; }

.clsHeader1 {
	font-family:arial,helvetica,sans-serif;
	font-size:20px;
	font-weight:bold;
	color: #FFFFFF;
}

.clsHeader2 {
	font-family:arial,helvetica,sans-serif;
	font-size:18px;
	font-weight:bold;
	color: #FFFFFF;
}

.clsHeader3 {
	font-family:arial,helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #FFFFFF;
}

.clsNormal {
	font-family:arial,helvetica,sans-serif;
	font-size:12px; 
	color: #FFFFFF;
}

.clsBulletList {
	font-family:arial,helvetica,sans-serif;
	font-size:12px; 
	list-style-type:disc;
	list-style-position: outside;
	list-style-image: none;
	color: #FFFFFF;
}

.clsNumberList {
	font-family:arial,helvetica,sans-serif;
	font-size:12px; 
	list-style-type:decimal;
	list-style-position: outside; 
	list-style-image: none;
	color: #FFFFFF;
}

body {
	margin: 0; 
	padding: 0; 
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	background: #FFFFFF repeat-y url(images/fill110.gif);
}

a {color: #000;}


header {
	height: 2px;
	margin: 0;
	background-color: #FFFFFF;
}



#mainmenu {
	position: absolute;
	width:555px;
	height: 24px;
	left:131px;
	top:0px;
	text-align: left;
	vertical-align: baseline;
	border: 1px white;
	background-color: #FFFFFF;
	padding-top:2px;
}

#banner {
	color: #FFFFFF;
	text-align: center;
	font-size: 24px;
	border: 2px white;
}
	
div#menu {     
position: absolute;
left: 10px;
width: 100px;
color: #000000;
padding-top: 10px;
}

#page {
	margin:0px 25% 0px 111px;
	right: 25px;
	border-left: 0px solid white;
	border-right: 0px solid white;
	background-color: #000000;
	color: #FFFFFF;
	padding-left:10px; 
	padding-right:10px; 
	padding-top:2px; 
	padding-bottom:2px; 
}

div#adverts {    
	position: absolute;
	right: 25px;
	width:20%;       
	text-align: center;
	background-color: #FFFFFF;
	color: #000000;
	padding-top:10px;
	height: 100%
}

footer {
	height: 18px;
	margin: 0;
	background-color: #000000;
	color: #FFFFFF;
	background:url(images/header.jpg) no-repeat fixed top left;
}

a:active { 
	color: yellow; 
	text-decoration: none;
}

a:visited {
	color: #FFCC99; 
	text-decoration: none;
}

A:hover {
	color:red; 
	text-decoration:none;
}
a:link {  
	color: yellow;
	text-decoration:none;
}

