body
{
	background:#B7B29E;
	font-family:calibri;
}

#sitewrapper
{
	position:absolute;
	left:50%;
	margin-left:-451px;
	background:url("../images/background.gif");
	background-position:center;
	width:900px;
}



#photoholder
{
	position:absolute;
	top:80px;
	background:white;
	width:900px;
	height:350px;
	z-index:2;
	background:url("../images/photo1.jpg");
}


#mainpage
{
	position:relative;
	width:843px;
	min-height:200px;
	margin:520px 29px 0px 28px;
	padding:0px;
	z-index:4;
	font-size:10pt;
}

#bordertop
{
	width:843px;
	height:5px;
	background:url("../images/bordertop.gif");
}

#bordermid
{
	width:823px;
	background:white;
	padding:10px;
}

#borderbot
{
	width:843px;
	height:5px;
	background:url("../images/borderbot.gif");
}


#header
{
	top:0px;
	position:absolute;
	background:url("../images/top.png");
	background-repeat:no-repeat;
	background-position:center;
	width:900px;
	height:407px;
	z-index:10;
}

#middle
{
	top:407px;
	position:absolute;
	background:url("../images/middle.gif");
	background-repeat:no-repeat;
	background-position:center;
	width:900px;
	height:286px;
	z-index:3;
}

#bottom
{
	position:absolute;
	left:50%;
	margin-left:-451px;
	background:url("../images/bottom.gif");
	background-position:top;
	background-repeat:no-repeat;
	height:4px;
	width:900px;
	z-index:3;
}    

  


#header #navigation
{
	width:500px;
	margin-top:-30px;
}


#header #navigation ul
{
	list-style: none;
}

#header #navigation li
{
	display:inline;
	padding-right:15px;
	padding-top:10px;
}

#header a
{
	font-size:9pt;
	color:#A02618;
	text-decoration:none;
}

#header a:hover
{
	font-size:9pt;
	color:black;
	text-decoration:underline;
}


h2
{
	margin:0px;
	padding:0px;
	font-size:14pt;
	color:#A02618;
}

#sitefooter
{
	font-size:8pt;
	color:#888;
	border-top:1px solid #bbb;
	padding-top:10px;
}


#sectionhead
{
	text-align:right;
	position:absolute;
	top:-50px;
	font-size:18pt;
	color:white;
	right:0px;
}

#breadcrumbs
{
	text-align:right;
	position:absolute;
	top:-22px;
	font-size:8pt;
	font-weight:bold;
	color:#aaa;
	right:0px;
}

#breadcrumbs a
{
	color:#aaa;
	text-decoration:none;
}

