body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
	color: #ffffff;
	background: #efefef;
}

a {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

a:hover {
	color: #c38351;
}

img.floatLeft { 
    float: left; 
    margin: 0px 5px 5px 5px; 
}

img.floatRight { 
    float: right; 
    margin: 0px 5px 5px 5px; 
}

#wrap {
	width: 800px;
	margin: 0 auto;
}

#header {
	float: left;
	width: 605px;
	background: #c38351;
	text-align: center;
}

#photo img {
	padding: 20px;
	background-image: url(images/bg_photo.gif);
	position: relative;
	z-index: 2;
	float: right;
}

#nav {
	float: left;
	width: 595px;
	background: #7b3f28;
	background-image: url(images/bg_grad.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	margin-top: 5px;
	padding: 5px;
	text-align: center;
}
	
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
	
#nav li {
	display: inline;
	margin: 0;
	padding: 0;
}

#flash {
	position: relative;
	z-index: 1;
	float: left;
	width: 760px;
	top: -35px;
	padding: 20px 20px 10px 20px;
	background: #cccc99;
	color: #7b3f28;
	font-size: 12px;
}

#main {
	position: relative;
	z-index: 1;
	float: left;
	width: 580px;
	top: -35px;
	padding: 20px 30px 10px 30px;
	background: #cccc99;
	background-image: url(images/bg_main.gif);
	background-position: left;
	background-repeat: repeat-y;
	color: #7b3f28;
	font-size: 12px;
}

#main p:first-letter { 
	color: #c38351; 
	font-size: 14px;
	font-weight: bold;
}

#main p.leftbox {
	border-style: solid;
	border-width: 1px;
	width: 200px;
	margin-top: 10px;
	margin-left: 25px;
	padding: 10px;
}

#main p.rightbox {
	float: right;
	border-style: solid;
	border-width: 1px;
	width: 200px;
	margin-top: 0px;
	margin-right: 80px;
	padding: 10px;
}

#sidebar {
	float: right;
	width: 145px;
	text-align: center;
	background: #c38351;
	background-image: url(images/bg_side.gif);
	background-position: right;
	background-repeat: repeat-y;
	margin-top: 5px;
	margin-left: 5px;
	padding: 10px 5px 50px;
}

#footer {
	position: relative;
	float: left;
	width: 620px;
	top: -35px;
	font-size: 8px;
	padding: 5px 10px;
	margin-top: 5px;
	background: #7b3f28;
	background-image: url(images/bg_grad.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	text-align: center;
}
	
#footer p {
	margin: 0;
}

#flashfooter {
	position: relative;
	float: left;
	width: 780px;
	top: -35px;
	font-size: 8px;
	padding: 5px 10px;
	margin-top: 5px;
	background: #7b3f28;
	background-image: url(images/bg_grad.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	text-align: center;
}

#flashfooter p {
	margin: 0;
}

#gallery img {
	width: 100%;
	height: 100%;
	border: 1px solid;
	border-color: #999 #ddd #ddd #999;
}

#gallery a:hover {
	z-index: 50;
	top: -45px;
	left: -53px;
}

#gallery a:hover img {
	width: 200px;
	height: 150px; 
}