body {
	font-family:"trebuchet MS", verdana, geneva, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #333;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
		
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 60px;
	width: 100%;
	background: #82B434;
	padding-top: 8px;
	
}

#header h1{
	font-size:30px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	
}

#menu {
	font-family: "trebucet ms", verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	height: 25px;
	top: 60px;
	left: 0px;
	width: 100%;
	padding: 0px;
	color: #000;
	background: #eee;	
	
}

a:link{
	
	text-decoration: none;
	color: #000;
	}

a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #369;
	color: #000;
}

a:hover, a:active {
	text-decoration: none;
	border-bottom: 1px solid #036;
	color: #000;	
} 

#container {
	position: absolute;
	top: 85px;
	left:0px;
	background: #fff;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 100%;
	height: 100%;
}

#bar {
	float: left;
	width: 200px;
	background: #eee;
	padding: 10px;
	margin-right: 30px;
	height: 100%;
	text-align: center;
		
}

img {
	border: 0;
}

#bar h1 {
	
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
}

#main {
	
	margin: 15px 15px 15px 240px;
	padding: 15px 15px 15px 15px;
	background: #fff;
	
	
}

table {
	border: thin solid #ccc;
	background: #fff;
}

th {
	
	letter-spacing: 2.5px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	border-bottom: thin solid #ccc;
	border-left: thin solid #ccc;
	border-right: thin solid #ccc;
	
}

td {
	border: thin solid #ccc;
	
	
	
}

