body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #363535;
	background-color: #fdf5d0;
	background-image: url(../img/common/main_bg.jpg);
	background-repeat: repeat-x;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}

* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5 {
	color: #aed6ff;	
}

img {
	behavior: url(js/iepngfix.htc)
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #353535;
	text-decoration: underline;	
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #353535;
	text-decoration: none;	
}

#wrapper {
	height: 100%;
	width: 808px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
}

#header {
	height: 147px;
	width: 800px;
	background-image: url(../img/common/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px auto;
}

#header .logo {
	margin-top: 20px;
}

#header .menu {
	margin-top: 16px;
}

#header .menu img {
	padding-right: 25px;
}

.content-top {
	background-image: url(../img/common/content_t.gif);
	background-repeat: no-repeat;
	height: 8px;
	width: 808px;	
}

.content-bottom {
	background-image: url(../img/common/content_b.gif);
	background-repeat: no-repeat;
	height: 8px;
	width: 808px;	
}

.content {
	background-image: url(../img/common/content_c.gif);
	background-repeat: repeat-y;
	width: 808px;
}

#fullCol {
	width:808px; 
	padding-left:12px; 
	padding-right:10px; 
	padding-bottom:10px;
}

#left-col {
	width: 510px;
	float: left;
	padding-top: 8px;
	padding-left: 15px;
	padding-right: 20px;
	padding-bottom: 8px;
}

#right-col {
	width: 200px;
	float: left;
	padding-top: 8px;
	padding-bottom: 8px;
}

#random-images {
	padding-top: 10px;
	padding-left: 35px;	
}

.clear {
	clear: both;
}

.header-img {
	margin-bottom: 15px;	
}


#footer {
	background-image: url(../img/common/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 80px;
	width: 100%;
	margin-top: 10px;
	background-color: #eee1b5;
}

#footer .container {
	width: 800px;
	margin: 0px auto;
}

#footer .copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #c2b291;	
}

#footer .links {
	padding-top: 14px;
	padding-bottom: 10px;
}

#footer .links a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #9d885b;
	text-decoration: none;
}

#footer .links a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #413825;
	padding-top: 14px;
	text-decoration: none;
}

#footer .links img {
	padding-right: 15px;
	padding-left: 8px;	
}

.styled {
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #353535;
	background-color: #f2f5f7;
	border: 2px solid #d3cdc1;
	margin-bottom: 5px;
}

.searchCategory {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #7b7b7b;
	padding-top: 4px;
	padding-bottom: 2px;
}

.imgBorder {
	padding: 7px;
	border: 2px solid #aed6ff;	
}

label{
	float: left;
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #7b7b7b;	
}

.textarea{
	width: 250px;
	height: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #353535;
	background-color: #f2f5f7;
	border: 2px solid #d3cdc1;
	margin-bottom: 5px;

}

#submitbutton{
	margin-left: 120px;
	margin-top: 5px;
	width: 90px;
}

#captcha {
	margin-left: 120px;
	margin-top: 5px;
	width: 90px;
}

br{
	clear: left;
}

#home-landing {
	padding-top: 30px;
}

:focus { 
	outline: 0; 
} 

input.mailing-list {
	color:#666;
	background-color:#aed6ff;
	border: 1px solid;
	border-color: #aed6ff;
	font-family: 'trebuchet ms', helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
} 

input.mailing-listhov { 
	border-color: #5cac69;