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

body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #4d3925;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.photos {
	padding: 10px;
	float: left;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
a:link {
	font-weight: normal;
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #FFCC00;
}
a:visited {
	background-image: none;
	background-repeat: repeat-x;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
h2 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
h3 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: normal;
	font-style: italic;
}
.endnote {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	font-variant: normal;
	font-weight: bold;
}

/* New Shit Starts Here!!!! */

	#wrap {
	width:800px;
	margin:0 auto;
	background:#99c;
	}
	#header {
	background:#ddd;
	}
	#main {
	float:left;
	width:780px;
	padding:10px;
	background-color: #FFFFFF;
	text-align: justify;
	}
	#sidebar {
		float:right;
		width:230px;
		padding:10px;
		background:#99c;
	}
	#footer {
	clear:both;
	width:auto;
	padding:5px 10px;
	background-image: url(images/background.jpg);
	background-color: #FFFFFF;
	background-position: center;
	}
	#footer p {
	margin:0;
	color: #D6C0AD;
    }
	* html #footer {
		height:1px;
	}
#footer a:link {
	margin:0;
	color: #FFFFFF;
}
#footer a:visited {
	margin:0;
	color: #FFFFFF;
}
#emailbox {
	width: 100%;
	background-color: #CCCCCC;
	border: 1px solid #000000;
	background-position: top;
}
#emailbox h2 {
	margin: 5px;
}

.emailformbits {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	border: 1px solid #000000;
	width: auto;
	margin: 5px;
	font-size: 14px;
}