@charset "UTF-8";
/* CSS Document */

body { 
	margin: 0; padding: 0;
	background-color:#382216;  
	font-size:13px; 	
	font-family: Verdana, sans-serif;
}

a:link{ color: #CC6600; text-decoration:none; }
a:visited { color: #CC6600;  text-decoration:none; }
a:hover { color: #E09700; text-shadow:#333333; text-decoration:underline;}
a:active { color: #CC0000;  text-decoration:underline; }


#wrapper {
	margin: 0 auto;
	width:1100px; height: 100%;
	background:url(../images/layout_02.jpg) repeat-y center;	
}

#header {
	height:495px; 
	background: url(../images/layout_01.jpg) no-repeat top center;
}


#content-wrapper{
	position:relative;
	width: 870px;
	margin: 0 auto;
	margin-top:-255px;
	padding-bottom: 44px; /* space for sticky footer*/
	
}

#content-data{
	position:relative;
	margin-left:120px;
	width:750px;
	height: 100%;
}

.homeImage {
	float:right
}

#content-data p {
	margin-top:3.5em;
}


#sidebar{
	position:absolute;
	left:0;
	width:90px;
	text-align:right;
	font-size: 14px;
	font-weight: bold;
	color:#422207;
}

#sidebar a:link{ color: #422207; text-decoration:none; }
#sidebar a:visited { color: #422207;  text-decoration:none; }
#sidebar a:hover { color: #C60; text-shadow:#333333; text-decoration:none;}
#sidebar a:active { color: #FFF;  text-decoration:none; }

#footer{
	margin: 0 auto;
	width: 1100px; height:44px;
	margin-top:-44px;
	background:url(../images/layout_03.jpg) no-repeat center;
}

#footer-text{
	width:820px;
	margin:0 auto;
	padding-top:30px;
	font-family:Verdana;
	font-size:8px;
	text-align:center;
	color:black;
}

h1{
	font-size:2em;
	color:#643A16;
}

input, .brownBg { margin:2px; background-color:#FFC; border:thin solid #55351B; color:#55351B; }
.photographs img{
	border:0;
		padding: 0px;
		margin: 8px;		
}

