@charset "UTF-8";
/* CSS Document */
html { 
	overflow: -moz-scrollbars-vertical; 
} 
html { 
	overflow-x: auto; 
}
body {
	background: #C0964C;
	margin: 0; 
	padding: 20px 0px 0px 0px;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: left; 
}
.mainLayout #container {
	width: 600px;  
	
	margin: 0 auto;
	text-align: left; 
}
.mainLayout #header {
	text-align:left;
	padding: 0 0 30px 0;
}
.mainLayout #header a, .mainLayout #header a:hover, .mainLayout #header a:visited, .mainLayout #header a:active{
	padding: 0 30px 0 30px;
	font-size:13px;
	text-transform:uppercase;
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
.mainLayout #mainContent h1 {
	text-transform:uppercase; 
	color:#972A22;
	font-size:15px;
}
.mainLayout #mainContent h2 {
	color:#972A22;
	font-size:14px;
}
.mainLayout #mainContent h3 {
	text-align:right;
	color:#972A22;
	font-size:14px;
}
.mainLayout #mainContent {
	padding: 0px 0px 10px 0px; 
	background-image:url(images/vines-outline-full2.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
.mainLayout #mainContent a, .mainLayout #mainContent a:hover, .mainLayout #mainContent a:visited{
	color:#972A22;
	text-decoration:none;
}
.imageLeft {
	float:left;	
	padding:0px 10px 10px 0px;
	clear:both;
}
img {
	border-style:none;
}
.imageRight {
	float:right;	
	padding:0px 0px 10px 10px;
	clear:both;
}
.textRight {
	text-align:right;	
}
.mainLayout #footer {
	text-align:center;
	padding: 0 10px; 
	background:#C0954B;
	font-size:11px;
}
.mainLayout #footer p {
	margin: 0; 
	padding: 10px 0; 
	color:#333;
}
.mainLayout #footer a, .mainLayout #footer a:hover, .mainLayout #footer a:visited{
	margin: 0; 
	padding: 0px 0; 
	color:#333;
}
