

html, body {
height:100%; 
margin:0px;
padding:0px;


}


body {
	font: normal 10px "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica, Arial, sans-serif;
	color: #000;
	background-color: #fff;
	
}


a img { border: none; }











/* Layers */




#frame {
	width: 700px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top:200px;
	}


#header {
    padding-top: 200px; 
	padding-bottom: 20px;
    position: relative;
    width: 700px; 
	height: 110px;
	text-align:center
}

#topbar {
position: absolute; 
top:0px; 
width:700px; 
}



#mainmenu{
    background:transparent;
    position: absolute;
    top:100px; width: 700px;
	
}  




#mainmenu a{
	display:inline-block;
	font-size:14px;
	color:#FF6600;
	text-decoration:none;
	padding: 5px 20px 5px 12px;
	background-image: url(../images/cross.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	font-variant: small-caps;
	letter-spacing:.6em;
}


#mainmenu a:hover { 

color: #CCC;

 }



.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hide from IE Mac \*/
.clearfix {display: block;}
/* End hide from IE Mac */






