@charset "UTF-8";

p.nav_text {
text-decoration:                                   none;
}




body{
	margin-top:50px;
	background-image:url(logo/wallpaper1.jpg);
	background-position:top;
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#cab099;
	line-height:18px;
	}
	
	#main {
	width:                                            750px;
	background:                                     #ffffff;
	padding:                            10px 10px 10px 10px;
	border:                              4px  #d3b38a solid;
   margin: -10px -210px 0px 210px;
	}

	

a:link, a:active{
	color:#d3b38a;
	}
	
a:visited{
    color:#d3b38a;
	}

a:hover{
	text-decoration:none;
	}


h1{
	margin-bottom:25px;
	font-size:18px;
	font-weight:normal;
	color:#d3b38a;
	font-family:Georgia, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:10px;
	
	}

#allcontent{
	width:1200px;
	margin:auto;

	}

#header{
	margin:                               -30px 0px 0px 0px;;
	
	}


/* Footer */

#footer{
	padding:0 15px;
	background-image:;
	background-position:top;
	background-repeat:no-repeat;
	color:#e6d7c9;
	text-align:center;
	line-height:24px;
	}


