/* CSS Document */

html,body{margin:0;padding:0;background-color: #fef7ec;}

body{
	text-align:center;
	background-image: url(images/background2.gif);
	background-repeat: repeat-x;
	border-top:#4C3210 thick solid; 
}


div#header {
	height:265px;
	line-height:0px;
	margin:0;
	padding-left:10px;
	background-image:url(images/background3.jpg);
	}
	
div#extra{background:#fef7ec}

div#footer {
	margin:0;
	padding:5px 10px; 
	background-image:url(images/footer.png); 
	background-position:bottom; 
	background-repeat:no-repeat; 
	height:130px; 
	vertical-align:text-bottom; 
	color: #856153;
	}

div#container {
	text-align:left; 
	width:960px;
	margin:0 auto; 
	position:relative;
	}
	
div#content {
	float:right;
	width:725px; 
	padding:15px 15px 15px 15px;
	background-color:#fff; 
	border-bottom:#f7e4d6 thin solid;
	}
	
div#navigation {
	float:left;
	width:175px; 
	padding:15px 5px 20px 5px; 
	background:#f7eee3;
	border: thin solid #f7e4d6;
	}
	
div#extra {
	padding-top:75px; 
	clear:both; 
	width:100%}

div#logo{
		position:relative;
		top:20px;
		left:40px;
		width:200px;
		border:none;
		}

div#copyright {
		position:relative;
		top:75px;
		width:400px;
		margin:0 auto;
		font-family: georgia,serif;
		font-size: 10px;
		font-variant: small-caps;
		letter-spacing: 2pt;
		font-weight:normal;
		text-align:center;
		z-index:2;
		}

div#links {
		position:relative;
		float:right;
		top:35px;
		width:200px;
		z-index:1;
		}		

