body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #996633 url(images/bg.gif);
}
body, td, div {
	font: 13px "Times New Roman", Times, serif;
	color: #3F2907;
}
a {
	color: #3F2907;
	text-decoration: underline;
}
a:hover {
	color: #CC6600;
}
p {
	margin: 1em 20px;
	line-height:1.3em;
}
h1 {
	font-size: 1.6em;
	font-weight: normal;
	margin: 0 20px 0.6em;
}
h2 {
	font-size: 1.4em;
	font-weight: normal;
	margin: 1.5em 20px 0.6em;
}
ul {
	margin: 1em 20px;
}
#pagewidth{
	width:750px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background: #E6D9B4;
} 
 
#header{
 position:relative; 
 height:250px; 
 width:100%;
} 
#content{
	position:relative;
	width:100%;
	clear: both;
	padding-top: 40px;
} 
 
#leftcol{
	width:320px;
	float:left;
	position:relative;
	text-align: center;
  }
#leftcol img {
	margin-bottom: 1.5em;
	border: 6px solid #FFFFFF;
}
 
#maincol{ float: right; 
 display:inline; 
 position: relative; 
 width:430px; 
 }
 
#footer{
	background-color:#3F2907;
	clear:both;
	color: #E6D9B4;
	text-align: center;
	padding: 1px;
 } 
#footer a {
	color: #E6D9B4;
	text-decoration: underline;
}
#footer a:hover {
	color: #CC6600;
	text-decoration: underline;
}
#gallery {
	padding-left: 20px;
	padding-bottom: 20px;
}
#gallery img {
	border: 8px solid #FFFFFF;
	margin-top: 20px;
	margin-left: 20px;
}
.alert {
	padding: 10px;
	border: 2px solid #CC6600;
	background: #FFFFFF;
}
 
/* ******** Nav ******* */
#nav
	{
	margin: 0;
	padding-left: 30px;
	padding-top: 10px;
	}

#nav li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
  	}
	
#nav a
	{
	float: left;
	border-right: 1px solid #3F2907;
	color: #3F2907;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	text-transform: uppercase;
	font-size: 1.2em;
	line-height: 1em;
	letter-spacing: .2em;
	}

#nav a.end
	{
		border-right: 0px;
	}

#nav a:hover
	{
		color: #CC6600;
		text-decoration: none;
	}
 /* ************  Forms ************* */

form {
	margin: 30px;
}
input, textarea, select {
	font: 13px "Times New Roman", Times, serif;
	color: #3F2907;
}
form fieldset
{
	display: block;
	width: 26em;
	margin: 0 0px 3em;
	padding: 0 1em 1em;
	border: 1px solid #996633;
}
form .submit {
	width: auto;
}
form legend {
	color: #996633;
}

form fieldset.radio
{
	width: 26em;
	margin: 1em 0 2em 0;
}

form fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

form fieldset.radio label
{
	font-weight: normal;
}

form input, 
form textarea
{
	display: block;
	width: 24em;
}

form label
{
	display: block;
	margin-bottom: 1em;
	font-weight: bold;
}

form label.first
{
	padding-top: 1em;
}

form select
{
	display: block;
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
