@charset "utf-8";
body {
	background-image:url(images/wallpaper.jpg);
	background-position:center center;
	background-repeat: repeat;
}

#layout {
	
	width: 960px;
	margin:auto;
	color: #8a0202;
	font-family:"Calibri, Helvetica, sans-serif";
	font-size: 12px;
}

#header {
	height: 240px;
	width: 930px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 5px;
	background-color: #d1e6b6;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
	-khtml-opacity: 0.75;
    opacity: 0.75;
}

#middle {
	height: 1160px;
	width: 930px;
	margin-left:auto;
	margin-right: auto;
	margin-bottom: 10px;
	background-color:#d1e6b6 ;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
	-khtml-opacity: 0.75;
    opacity: 0.75;
	
}

#left {
	width:  80px;
	float: left;
	position:relative;
     }

#nav {
	padding-top: 20px;
	padding-right:50px;
	color: #772f07;
	font-size:18px;
	font-family: Calibri, helvetica, sans-serif;
	}

#right {
	float: right;
	padding-right:50;
	width: 820px;
	position:relative;
}


a:visited{
	color:#186231; 
}

a:unvisited{						
	color:#f8c38d;
}

a:hover{	
	color:#186231;
}