﻿
#wrapper
{	
	margin: 0 auto;
	width: 1024px;
	background: white;		
}
#top
{	
	
	height: 152px;
	padding: 10px;
	
}
#main
{
	margin-top: 10px;	
	
	margin: 0px;
	padding: 0px;
	height: 1000px;
}
#content
{	
	margin-top: 10px;
	width: 804px;
	padding: 5px;		
	position: absolute;
	min-height: 400px;	
	margin-left: 200px;
}
/*******************************************************/
/*                       Left	      		           */
/*******************************************************/

#left
{
	
	padding: 0px 0px 10px 0px;	
	margin: 0px 10px;	
	margin-top: 10px;
	position: absolute;
	width: 180px;
	height: 800px;	
	background: #A8DADB	
}
#left a
{
	font-weight: normal;
	font-size: 12pt;	
}

/*******************************************************/
/*                       Top-Menu					   */
/*******************************************************/
#top-menu
{
	border-top: solid 2px #AFD67D;
	
}
#top-menu ul
{
	margin: 0px;
	background: #AFD67D;
	padding: 3px;
	text-align:center;
	text-transform: lowercase;
}
#top-menu ul li 
{	
	display:inline;		
	
}

#top-menu li a
{
	color: #404040;
	font-weight: normal;
	text-decoration: none;	
	padding: 2px 12px 3px 12px;
	font-size: 12pt;	

}
#top-menu li a:hover
{
	color: white;
}

#page-title
{
	background: #78C9CA;
	color: White;
	font-size: 20pt;
	padding: 7px;	
	font-family: Gill sans;
	
}
/**********************************************/
/*                 Footer                     */
/**********************************************/

#footer
{		
	background: white;
	text-align: center;
	margin-top: 100px;
	padding: 10px;
	font-size: 8pt;	
	width: 1004px;
	
}
#footer li a
{	
	font-size: 14pt;
	padding: 2px 6px 3px 6px;
	
}
#footer ul
{
	text-align:center;
}
#footer ul li 
{	

	display:inline;
	border-right: #84C98A 1px solid;	
	
}


