﻿/* Layout */ 

body {
	margin: 0;	
	background: #222222;
	text-align: center;
	padding: 0;
}

#outer {
	text-align: left;
	border: 0;
	width: 765px;
	margin: auto;
	margin-top: 5px;
}

#header {
	text-align: center;
	height: 125px;
	background: transparent;
	padding: 0 0 0 0;
}

#bar {
 position: absolute; top:100px;  margin-left: auto; margin-right: auto;
 height: 30px;
 width: 765px;
 background: transparent;
 font-family: arial, tahoma, sans-serif;
 color: #ffffff;
 text-align: center;
 text-decoration: none; 
 line-height: 30px; 
   }
  

#bodyblock {
	background: #2f5a03;
	position: relative;
	width: 765px;
	padding: 0;
}

#sidebar {
 float: left;
 background: #2f5a03;
 color: #ffffff;
 line-height: 25px;
 width: 200px;
 margin-top: 20px;
 padding-left: 25px;
 text-align: left;
   }
   
#pagename {
	width: 530px;
	height: 50px;
	background: #ffff99;
	text-align: center;
	margin-top:0px;
}

#cont {
	width: 530px;
	color: #333333;
	background: #ffffee;
	text-align: left;
}

#footer {
	height: 25px;
	background: #eeeedd;
	color: #666666;
	line-height: 25px;
	font-family: verdana, sans-serif;
	font-style: italic;
	font-size: 76%;
	margin: auto;
	padding: 0 10px 0 10px;
}
