@charset "UTF-8";
/* =CALL LIBRARY */
	@import url("reset-min.css"); /* ------- Reset all CSS Styles */

/* =GENERAL - the general styles */
	body{
		font: 80%/2.2em "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
		color: #fffeda;
		background: #000000;
		margin: 0;
		text-align: center;
}

	a{text-decoration: none;color: #e67b00;}
	a:hover{color: #e5aa00;}
	hr{display: none;}
	strong{font-weight: bold;}
	ul.menu li{
		border-bottom: 1px dotted #FFFFFF;
	}

/* =LAYOUT - the main layout styles */


div#home{
width: 800px;
margin: 0px auto;
position:relative;
}

div#header{
margin: 0px auto 0px auto;
position:relative;
width: 800px;
height:57px;
text-align: left;
}


div#content{
margin: 0px auto 0px auto;
position:relative;
width: 800px;
text-align: left;
}

    
/* =FOOTER */
	#footer{
		height: 37px;
		background: #4a4841 url(../images/footer_bg.jpg) 0 0 repeat-x;
		font-size: 1.2em;
	}
	#footer a{color: #A39D97;}
	#designby{
		background: url(../images/logo.jpg) 0 0 no-repeat;
		float: left;
		height: 23px;
		padding:2px 0 0 100px;
		margin-top: 5px;
	}
	#footer_navigation{
		float: right;
		padding-top:7px;
	}
	#footer_navigation li{float: left;padding-left:18px;}
	#footer_navigation li a{text-transform:uppercase;}
	#footer_navigation li a:hover{color: #5699A7;}
