@charset "utf-8";
body  {
	font: 12px Georgia, Times New Roman, serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #eae4d3;
	background-image: url(../images/bg-main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a {
	color: #e0d865;
}
input {
	border: 1px solid #000000;
	background-color: #CDC1AB;
	padding: 2px;
}
textarea {
	border: 1px solid #000000;
	background-color: #CDC1AB;
	padding: 2px;
}


#container { 
	width: 766px;  
	margin: 0 auto; 
	text-align: left; 
} 

#header {
	height: 135px;
} 
#topnav {
	text-align: right;
	padding-top: 28px;
}
#topnav a {
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 15px;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 290px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	
}
#mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 50px;
} 
#mainContent h3 {
	color: #6F4537;
	font-size: 18px;
}
#mainContent h4 {
	color: #666340;
	font-size: 14px;
}
#mainContent a {
	color: #6F4537;
}
#photoContent { 
	margin: 0 100px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
} 
#photoContent h3 {
	color: #6F4537;
	font-size: 18px;
}
#photoContent h4 {
	color: #666340;
	font-size: 14px;
}
#photoContent a {
	color: #6F4537;
}

.imagebreak {
	padding-bottom: 3px;
	padding-top: 3px;
}
#container2 {
	width: 766px;
	margin: 0 auto;
	text-align: left;
	height:223px;
	background-image: url(../images/bg-welcome.jpg);
} 

#mainContent2 {
	padding-top: 42px;
	padding-bottom: 0px;
	padding-left: 150px;
	padding-right: 100px;
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	color: #FFFFFF;
	font-size: 13px;
} 
#sidebar2 {
	float: right; 
	width: 290px;
	padding-top: 45px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	color: #ffffff;
	
}
#sidebar2 li {
	list-style-image: url(../images/dot.jpg);
	list-style-position: outside;
	line-height: 1.5em;
}

#footer {
	padding: 0 10px 0 20px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 
#footer a {
	color: #931d30;
	font-size: 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
}
#footer a:hover {
	color: #931d30;
	font-size: 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: underline;
}

#footer p {
	margin: 0; 
	padding: 10px 0; 
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.image {
	padding: 2px;
	border: 1px solid #837F52;
	background-color: #FFFFFF;
}
