*{ 
	margin: 0; 
	padding: 0; 
}*

#leftmenu { 
	margin: 0 0 25px; 
	clear: left; 
	width: 200px; 
	float: left; 
}

.top {
	height:60px; 
}

.top a { 
	float: left; 
	width: 87px; 
	padding: 2px 0 7px; 
	text-align: center; 
	margin: 0 0 0 10px; 
	color: #636365; 
	background: url(design/topmenu.gif) no-repeat;
}

.menucaption { 
	background: url(design/caption.gif) no-repeat; 
	padding: 2px 0 0 18px; 
	height: 35px; color: #fff;  
}

#bottom { 
	font-size: .84em; 
	clear: both; 
	padding: 5px; 
	background: #eeeeee;
	text-align:center;	
}

#rightmenu { 
	float: right; 
	width: 200px; 
}

body { 
	background: #fff url(design/background.gif) repeat-x; 
}

#center { 
	width: 600px; 
	float: left; 
	margin: 0 0 20px 15px;
	padding-left:15px;
	padding-bottom:15px;
	padding-right:15px; 
}

#container {   
   	border:1px solid #CCCCCC;
   	position: absolute;
	left: 50%;
	width: 1050px;
	margin-left: -525px;
	font-family:Tahoma;
	font-size:14px;
	line-height:19px;
	color:#333333;
}

a {	
	color: #0069D2;	
	background: inherit; 
	text-decoration: none; 
}

a:hover { 
	color:#E80000; 
	background: inherit; 
	text-decoration: underline; 
}

.menubg { 
	background: #eee; 
	padding: 10px; 
}

.menubg li { 
	list-style: none; 
	border-bottom: 1px dotted #ccc; 
	line-height: 26px; 
}

.menubg li a { 
	padding: 0 5px; 
}

