@charset "UTF-8";
body {
	#background-color: #ead088;
	background-color: #fcc16d;
        background-image: url(../_images/background.png);
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: fixed;
	margin-top:0px; 
	margin-left:0px; 
	margin-right:0px; 
	margin-bottom:0px;
	height: 100%;
}

#HEADER {
	border-right: 1px black solid;
	border-left: 1px black solid;
	border-bottom: 1px black solid;
	background-color: #ffffff;
	background-image: url(../images/header.png);
	width: 1000px;
	height: 300px;
	text-align: center;
	margin-left: auto ;
	margin-right: auto ;
}

#CONTENT {
	border-right: 1px black solid;
	border-left: 1px black solid;
	background-color: #fff2bb;
	width: 1000px;
	min-width: 1000px;
	min-height: 600px;
  	margin-left: auto;
	margin-right: auto;
  }
  
#LEFT {
	float:left;
	width:240px;
	min-width:240px;
	margin-left: 0px;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-shadow: #000000 0px 2px 6px;
  }
  
#RIGHT {
	float:right;
	width:700px;
	min-width:700px;
	margin-right: 40px;
	margin-top: 60px;
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
  }

#FOOTER {
	border-right: 1px black solid;
	border-left: 1px black solid;
	background-color: #fff2bb;
	background-image: url(../_images/footer.png);
	width: 1000px;
	height: 175px;
	text-align: center;
	margin-left: auto ;
	margin-right: auto ;
	font-family: verdana;
	font-size: 8px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: #000000 0px 1px 6px;
}

div.button {width:240px; height:25px; top:0px; left: 0px; background-image: url(../_images/button.png); color: #ffffff;}
div.button a {width:240px; height:25px; display:block; padding-top:5px; color: #ffffff;}
div.button a:link {text-decoration:none; color: #ffffff;}
div.button a:visited {text-decoration:none; color: #ffffff;}
div.button a:hover {text-decoration:none; color: #E2B25B;}
div.button a:active {text-decoration:none; color: #ffffff;}