@charset "utf-8";
/* CSS Document */


body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-weight:bold}


#horizon{
	background-color:#6d6e71 ;
		
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}
	
	
	#maincontainer {
	width:100%;
	padding:0;
	height:277px;
	margin-left: 0;
	position:absolute;
	left: 0;
	top: -138px; background-image:url(bg.gif);
	background-position:left;
	background-repeat:repeat-x}
	
	#center {width: 800px; 
	padding: 0.5em 0 1em 0;
	margin: 0 auto 0 auto;}
	
	
	html>/**/body #center ul {margin-left: -3.25em}
	
	#center ul {margin-left: 0em}
	
	#center ul li
	{display: inline;
	list-style: none;
	}
	
	#center li {padding-right: 4em;
	}
	
	#left {width: 350px;
	float: left;
	text-align:left;
	margin-top: 4em}
	
	#right {width: 148px;
	float: right;
	margin-top:4em;
	text-align:left}
	
	#clear {clear: both}
	
	html>/**/body #base {margin-top: 14em}
	
	#base {clear: both;
	margin-top: 14.5em;
	color:  #eb757a;
	font-size:smaller;
	letter-spacing: 0.5px}
	
	
	
	.style1 {font-size: smaller}
.style2 {color: #eb757a}
	
	#base a {color: #eb757a;
	text-decoration:none;}
	
	#base a:hover {color: #333333;}