body
{
color:#000;
background-color: #a62e2f;
font-size:13px;
font-family:arial;
height:100%;
}

a {
text-decoration: none!important;
}

#container
{
width: 100%;
}

#wrapper
{
position: relative;
margin: 0 auto;
width: 800px;
margin-top:20px;
background: url("images/right_bg.gif");
padding-bottom: 4px;
margin-bottom: 20px;
}



/* content box */
#content
{
position: relative;
background: #fff;
width: 796px;
}

/* header section */
#header 
{
position: relative;
width: 796px;
height: 200px;
}

#header img.logo
{
position: absolute;
top: -21px;
left: 0px;
border:0px;
}

#header h1
{
display: none;
}

/* nav */
#navigation
{
position: relative;
height: 37px;
width: 100%;
background-color: #cdccb8;
overflow: hidden;
margin-top: 3px;

}

#navigation ul
{
	list-style: none;
	margin:0px;
	padding:0px;
}

#navigation ul li
{
float: left;
width: 113px;
text-align:center;
height: 27px;
padding-top: 12px;
border-right: 3px solid white;
}

#navigation ul li.last
{
width: 99px;
border-right: none;
}

#navigation ul li a
{
text-decoration: none;
display:block;
width: 113px;
height: 27px;
}

#navigation ul li.last a
{
text-decoration: none;
display:block;
width: 99px;
height: 27px;
}

#navigation ul li.active, #navigation ul li:hover
{
background-color: #b6b59c;
}
/* fonts */
#bodycontent h1
{
	font-family: arial;
	font-size: 30px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
	padding-bottom:0px;
	color: #649a9c;
}

#bodycontent h2
{
	font-family: arial;
	font-size: 30px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
	padding-bottom:0px;
	color: #649a9c;
}

#bodycontent h3
{
	font-family: arial;
	font-size: 16px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
	padding-bottom:0px;
	color: #649a9c;
}


#bodycontent p
{
font-size: 12px;
line-height: 18px;
}


#navigation ul li a, #subcontent ul a
{
color: #605a3a;
text-transform: uppercase;
font-size: 11px;
font-weight: bold;
}


#minor h1, #minor h3
{
	font-family: arial;
	font-size: 16px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
	padding-bottom:0px;
	color: #649a9c;
}

#minor p a
{
color: #000;
}

#maincontent #bodycontent a
{
color: #605a3a;
text-decoration:underline !important;
}
#maincontent #bodycontent a:hover
{
color: #b6b59c;
text-decoration:none !important;
}
/* cols */

#maincontent
{
background-image: url("images/tilebg.jpg");
padding-bottom: 50px;
margin-top:0px;
padding-top:0px;
border-top: 1px solid #fff;
min-height: 300px;

}

#maincontent #subcontent
{
width: 115px;
height: 100%;
background-color: #eaeae2;
float: left;
padding: 10px;
}

#maincontent #bodycontent
{
width: 430px;
float: left;
height: 100%;
padding: 30px;
}

#maincontent #minor
{
margin-left: 625px;
}
#minor p 
{
padding-bottom: 12px;
}

/* rounded box on right */
div.box
{
margin-top:20px;
}

div.boxTop
{
position: relative;
width: 150px;
height: 9px;
background: url("images/topbox.jpg") no-repeat;
}

div.boxBottom
{
position: relative;
width: 150px;
height: 9px;
background: url("images/boxbottom.jpg") no-repeat;
}

div.boxTile
{
position: relative;
width: 130px;
height: auto;
background: url("images/boxmid.jpg") repeat-y;
padding: 10px;
}


/* subnav */
#subcontent
{
	margin-top: 10px;
}

ul.subnav
{
list-style: none;
margin: 0px;
padding:0px;
}
ul.subnav li
{
margin-bottom: 15px;
}

/* hack */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


/******** GALLERY*/
#galleryframe
{
padding-left:0px;
width:450px;
clear:both;

}
#gallery
{
padding-bottom:5px;
margin-bottom:5px;
float:left;
width:200px;
text-align:Center;
background-color:#E8E8E8;
padding-top:10px;
margin-left:10px;


}
#gallery #description h2
{
padding-bottom:0px!important;
margin-bottom:0px!important;
margin-top:5px;
font-size:12px!important;
font-family: verdana;
}
#gallery #description p
{
padding-top:0px!important;
margin-top:0px!important;
font-size:12px!important;
}

#thumb
{
position:relative;
width:110px;
height:80px;
float:left;
}



#galleryframe p
{
padding-top:0px;
margin-top:2px;
padding-left: 0px;
padding-bottom:0px;
margin-bottom:20px;
}

#description p.numphotos
{
font-style:italic;
color:#818181;
}

img.fullimage
{
}

#photo
{

text-align:Center;
}

.center
{
text-align:Center;
}



div.slideshowmodule{ /*IE method of centering a relative div*/
position: relative;
text-align: center;
}

div.slideshowmodule>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}

