td img {display: block;}body {
	margin:0px; background-color: #c6a47f;
	background-image: url('images/background.jpg');
	background-repeat: no-repeat;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #c6a47f;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background.jpg);
	background-attachment: fixed;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	text-decoration: none;
	color: #699664;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	text-decoration: none;
	color: #699664;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	text-decoration: none; 
	color: #7d5750;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	text-decoration: none;
	color: #699664;
}
h1 { font-size: 25px; color: #7d5750; }
h2 { font-size: 25px; color: #699664; }
h3 { font-size: 20px; color: #7d5750; }
h4 { font-size: 16px; color: #7d5750; }
h5 { font-size: 12px; color: #699664; }
h6 { font-size: 12px; color: #999999; }


.mainback {
	vertical-align: top;	
	background-image: url(images/mainbackground.jpg);
	background-repeat: repeat-y;
}
.content {
	vertical-align: top;
	text-align: left;	
	background-image: url(images/content_backtop.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-right: 20px;
	padding-left: 15px;
}
.navback {
	vertical-align: top;
	background-image: url(images/nav_background.jpg);
	background-position: top;
	background-repeat: repeat-y;
}
.navbottom {
	vertical-align: top;
	background-image: url(images/nav_bottomart.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

/* mobile styles */
@media handheld {

	html, body {
		font: 12px/15px sans-serif;
		background: #fff;
		padding: 3px;
		color: #000;
		margin: 0;
		}
	#sidebar, #footer {
		display: none;
		}
	h1, h2, h3, h4, h5, h6 {
		font-weight: normal;
		}
	#content img { 
		max-width: 250px;
		}
	.center {
		width: 100% !important;
		text-align: center;
		}
	a:link, a:visited {
		text-decoration: underline;
		color: #0000CC;
		}
	a:hover, a:active {
		text-decoration: underline;
		color: #660066;
		}

}
/* iPhone-specific styles */
@media only screen and (max-device-width: 480px) { 

	html {
		-webkit-text-size-adjust: none;
		}

}