body {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 95%; 
	margin: 0; 
	padding: 0;
	color: #666;
	text-align: center;
	background-color: #CCCCCC;
	}
	
a {
	text-decoration: none;
	border-bottom: 0px solid #ccc;
	color: blue;
	}
	
a:hover {
	color:#FF0000;
}	
h2 {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	clear: both;
	background-image: url(images/dots.gif);
	background-repeat: repeat-x;
	background-position: 0 25px;
	padding-bottom: 10px;
	margin-bottom: -6px;
	}
	
#logo {
	width:10px;
	float:left;
	position:relative;
	top:-47px;
	left:10px;
	}
	
#faq li {	
	}	
#faq li a {
	text-decoration: none;
	border: none;
	color: blue;
	padding-top: 0px;		
	display: block;		
	}

#faq li a:hover {
	color:#FF0000;
}

#sarea li {	
	}	
#sarea li a {
	text-decoration: none;
	border: none;
	color: blue;
	padding-top: 0px;		
	display: block;		
	}

#sarea li a:hover {
	color:#FF0000;
}	
	
#lefttxt {
	width:235px;
	float:left;
	}
	
#righttxt {
	width:275px;
	float:right;
	}

#container {
	height: auto ;
	height: 100%;
	min-height: 100%;
	position: relative;
	background-color: white;
	}
	

#header { border-top: 5px solid #000;
}

#header div {
	margin: 0 auto;
	width: 750px;
	text-align: left;
	padding-left: 20px;
	}
	
#header h1 { 
	font-family: Century Gothic, Tahoma, Verdana, sans-serif;
	float: left;	
	font-size: 1.9em;
	padding: 30px 0;
	margin: 0;
	}			
#header h1 span { color: #999;
}

#header h1 a {
	border: none;
	color: #000;	
	font-weight: normal;	
	}		

#nav {
	float: right;
	margin: 0;
	padding: 0;
	}
#nav li {
	list-style-type: none;
	display: inline;		
	float: left;	
	}	
#nav li a {
	text-decoration: none;
	border: none;
	color: #000;
	padding-top: 0px;		
	display: block;	
	margin: 0 15px;		
	}
	
#nav li.home a { 
	background: url(images/small.gif) no-repeat 100%;
	background-position: 0px -2px;
	padding: 1px 20px 10px 20px;
	margin: 0;
	color: #fff;
	}
	
#nav li.price a { 
	background: url(images/small.gif) no-repeat 100%;
	background-position: 0px -2px;
	padding: 1px 20px 10px 20px;
	margin: 0;
	color: #fff;
	}
	
#nav li.link a { 
	background: url(images/small.gif) no-repeat 100%;
	background-position: 0px -2px;
	padding: 1px 25px 10px 25px;
	margin: 0;
	color: #fff;
	}
	
#nav li.about a { 
	background: url(images/medium.gif) no-repeat 100%;
	background-position: 0px -2px;
	padding: 1px 25px 10px 25px;
	margin: 0;
	color: #fff;
	}
	
#nav li.contact a { 
	background: url(images/medium.gif) no-repeat 100%;
	background-position: 0px -2px;
	padding: 1px 19px 10px 19px;
	margin: 0;
	color: #fff;
	}
	
#nav li.area a { 
	background: url(images/large.gif) no-repeat 100%;
	background-position: 0px -2px;
	padding: 1px 19px 10px 19px;
	margin: 0;
	color: #fff;
	}
	
#nav li.test a { 
	background: url(images/large.gif) no-repeat 100%;
	background-position: 0px -2px;
	padding: 1px 22px 10px 22px;
	margin: 0;
	color: #fff;
	}
	
#nav li a:hover { color: #0033FF; }	

#strike {
	background-image:url(images/site-strike.jpg);
	margin-bottom: 5px;
	padding: 15px 15px 0px 15px;
	}
#strike div {
	width: 500px;
	height: 125px;
	margin: 0 auto;
	text-align: right;
	}	

#strike p {
	color: #fff;
	font-size: 30px;
	text-align: right;
	letter-spacing: -1px;
	margin-right:-20px;
	}	
	

#body { 
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background: url(images/line_bg.gif) repeat-y 550px 20px;
	padding-left: 20px;
	padding-bottom: 61px;	
	}
#body:after { 
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	height: 0;
	}
* html #body { height: 1%; }

#l, 
#l {
	width: 500px;
	padding-right: 20px;
	float: left;
	margin-right: 20px;
	}
#l p {
	font-size: 16px;
	}
#r p {
	margin-top: 10px;
	}	

#r {
	width: 240px;
	float: right;
	margin-right:15px;
	}
#r p span {
	color: #009900;
	font-weight: bold;
	}
#r p {
	margin: 1em 0;
	padding: 0;
}

#r li {
	color:blue;
}

#r hr {
	border-top: 1px solid #eee; 
	height: 1px; 
	border-left: 0; 
	border-right: 0; 
	border-bottom: 0; 
	margin: 0; 	
	}			

div.block {
	background-color: #F8F8F8;
	border: 1px solid #ddd;
	padding: 20px;
	text-align: center;
	color: #999;
	margin-top: 10px;
	}	
	
#footer {
	margin-top: -61px;
	color: #fff;
	padding-top: 30px;
	width: 100%;
	z-index: 500;
	position: relative;	
	border-bottom: 7px solid #000;	
	background: #fff;
	}
#footer div {
	width: 800px;
	background-color:#000000;
	margin: 0 auto;
	}	
#footer div div {	
	padding-top: 10px;	
	padding-bottom: 2px;
	font-size: 10px;
	}
#footer a { color: #fff; font-weight: bold; }		

