/********** General and Typography **********/

* {
	margin:0; 
	padding:0;
	}

html,body {
	font-family:Tahoma, Trebuchet MS, Helvetica, sans-serif; 
	font-size:11px;
	color: #000000;
	height:100%;
	background-color:#ffffff;
	background-repeat:repeat-x;
	background-attachment: fixed;
}

ul {
	list-style: disc outside;
	margin-left:30px;
	line-height:20px;
	}
	
p {
	line-height:20px;
	margin-bottom:20px;
	}
	
a:link {
	text-decoration:none;
	color: #644e40;
	}
	
a:active {
	text-decoration:underline;
	}
	
a:visited {
	text-decoration:none;
	color: #000000;
	}
	
a:hover {
	text-decoration:underline;
	}
	
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:normal;
	margin-bottom:20px;
	}
	
h2 {
	font-weight:normal;
	font-size: 9px;
	color: #3e2d22;
	margin-bottom:5px;
	}
	
/********** Structure **********/

#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:764px;
	padding-left:15px;
	padding-right:15px;
	background-repeat:repeat-y;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

/********** Top **********/

#header {
	width:764px;
	height:257px;
	}
	
/********** Content **********/

#title {
	padding-top:43px;
	width:764px;
	height:108px;
	}

#content {
	min-height:200px;
	width:620px;
	padding-left:72px;
	padding-right:72px;
	padding-top:26px;
	background-repeat:no-repeat;
	background-color:#170e0a;
	padding-bottom:150px; /* bottom padding for footer */
	}
	
#content table {
	width:100%;
	padding: 20px;
	}
	
#content td {
	vertical-align:top;
	}
	
.photo {
	border:1px solid #644e40;
	}
	

/********** Bottom **********/

#footer {
	position:absolute;
	width:764px;
	height:120px;
	bottom:0;
	}
	
/********** Menu **********/

#menu {
	position:absolute;
	width:764px;
	height:34px;
	padding-left:0px;
	padding-top:0px;
	}

#menu ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	border:0px;
	
}		
#menu li {
	float: left;
	display: inline;
	margin:0px;
	padding:0px;
	border:0px;	
	}