
/* general info */
body {
	margin: 10px 0px 0px 0px;
 	padding: 0;
	font: normal .72em/1.5em 'Tahoma', sans-serif;
	color: #514C53;
	background: #F8F3E8;
	text-align: center;	
	height: 100%;	
}

a { background: inherit; color: #000000; text-decoration: underline; }
a:hover { background: inherit; color: #red; text-decoration: underline; }

h1, h2, h3 {
	font: bold 1em 'Tahoma', Tahoma, Sans-serif;
	color: #514C53;
}
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; text-transform: uppercase;}
h3 { font-size: 1.2em; }

p, h1, h2, h3 {
	margin: 5px 0px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;		
}


/* LAYOUT */
#wrap {
	width: 800px;
	margin: 0 auto;
}

#header {
	text-align: right;
	width: 800px;
	margin: 0px 0px 0px 0px;
	background: url(images/header.png);
	vertical-align: bottom;
}

#content {
	width: 800px;
	height: 495px;
	margin: 0px 0px 0px 0px;

}

#contentright {
	width: 300px;
	height: 465px;
	margin: 15px 20px 15px 15px;
	text-align: justify;
	float: right;
}

#contentleft {
	width: 280px;
	height: 465px;
	margin: 15px 15px 15px 20px;
	text-align: justify;
	float: left;
}

#footer {
	width: 800px;
	height: 28px;
	text-align: center;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #DA8662;
}


/* header menu */
#menu {	
	clear: both;
	margin: 0; 
	padding: 0px 0px 0px 0px;		
	width: 800px;
	height: 27px;		
	float: center;
}
#menu ul {
	font: bolder 14px 'Tahoma', sans-serif;
	width: 800px;
	color: #514C53;
	background-color: #DA8662;		 	
	margin: 0px 0px 0px 0px;
	padding: 0;
	display: inline;
	/* border-bottom: 6px solid #FFF; */
	float: left;	
}
#menu li {
	float: left;
	list-style: none;
}
#menu li a {
	display: block;
	padding: 5px 15px;	
	color: #514C53;	
	text-decoration: none;	
}
#menu li a:hover {
	background: #EEE4CC;
	color: #514C53;
}
#menu li a#current  {
	background: #EEE4CC;
	color: #514C53;
}