body{
	background: 			#f4f4f4 url(bg_body.gif) repeat-y top center;
  font-family: 			Verdana, sans-serif; 
  font-size: 				12px;
	line-height:			17px;
  font-style: 			normal;
	color:						#666;
	text-align: 			center;
	min-width: 				980px;
}

h1{
	font-family: 			Verdana, sans-serif; 
	font-size: 				24px;
	line-height: 			35px;
	color: 						#229cde;
	font-weight:			normal;
	margin-top:				5px;
}

#mainmenu {
	clear:both;
	height: 46px;
}

#menu {
	font-family: 			TrebuchetMS, "Trebuchet MS", sans-serif; 
	font-size: 				12px; 
	line-height: 			17px;
	float: 					right;
	width: 					725px;
	margin: 				0;
	padding: 				0;
	list-style: 			none;
	background-color:		#666666;
}

#menu li {
	float: 						left;
	margin: 					0;
	padding: 					15px 14px 15px 13px; 
	list-style: 			none;
	color: 						white;
}

#menu li#start {
	padding: 					15px 14px 15px 18px;
	color: 						#fff;
}

#menu a {
	float: 						left;
	text-decoration: 	none;
	color: 						#fff;
}

#menu a:hover, #menu a.active {
	color: 						#fff;
	text-decoration: 	underline;
}

#menu a.active {
	text-decoration: 	underline;
}

#text{
	text-align:				left;
	width:						950px;
	margin:						auto;
	padding:					10px;
}
