@charset "utf-8";
/* CSS Document */

body {
	background-color: #e4c1bf;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#headerSearch{
	margin-top:10px;
	_margin-top:9px;
}
form{
	display:inline;
}
.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a:link {
	color: #be322c;
}
a:visited {
	color: #be322c;
}
a:hover {
	color: #DB6862;
}
a:active {
	color: #be322c;
}
body,td,th {
	color: #731c18;
}
.searchbg{
	background-image:url(../images/template_header_search_bg.jpg); 
	background-repeat:repeat-x; 
	background-color:#741C18;
}
.searcharea{
	width:100%; 
	height:24px; 
	border:0px;
}
.footerpadding{
	padding:5px; 
	padding-top:3px;
}
.contentarea{
	padding:4px;
}
h2{
	margin:0px;
}
p{
	margin-top:0px;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */