body {
	margin: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background: #1f1a17 url(images/background.png) repeat-x top left;
	text-align: center;
}

a {
	color: #7a0d0d;
	text-decoration: underline; ?>;
}

a:hover {
	text-decoration: none; ?>;
}

#header {
	height: 120px;
	border: 0px;
	padding: 10px;
	background: #7a0d0d; /* url(images/background.png) repeat-x top left; */
}

#header img {
	float: left;
	border: 0px;
}

h1 {
	width: 0;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

/* -------------------------------------------- */
/* Begin Nav Styles */
/* -------------------------------------------- */
#hnav {
	background: #d9261c;
	border-top: 10px solid #ffffff;
	margin: 0px 0px 10px 0px;
	height: 1.5em;
}
#hnav h3 {
	width: 0;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

#hnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	height: 1.5em;
}

#hnav ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 1.5em;
	line-height: 1.5em;
	text-align: center;
	background: #d9261c;
	width: 190px;
}
#hnav ul li:hover {
	background: #7a0d0d;
	color: #1f1a17;
}
#hnav ul li a {
	display: block;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-size: .8em;
	text-decoration: none;
	color: #ffffff;
	width: 100%;
}
#hnav ul li a:hover {
	background: #7a0d0d;
	text-decoration: underline;
	color: #ffffff;
}


#vnav {
	width: 190px;
	float: left;
	border-top: 10px solid #1f1a17;
	border-bottom: 10px solid #1f1a17;
}

#vnav h3 {
	width: 0;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

#vnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	width: 190px;
}

#vnav ul li {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	line-height: 1.5em;
}
#vnav ul li:hover {
	background: #d9261c;
	color: #1f1a17;
}
#vnav ul li a {
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-family: Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-size: .8em;
	text-decoration: none;
	background: #2e2c2c;
	color: #ffffff;
	width: 180px;
}
#vnav ul li a:hover {
	background: #d9261c;
	text-decoration: underline;
	color: #ffffff;
}

#vnav ul li ul {
	border-top: 3px solid #1f1a17;
	border-bottom: 3px solid #1f1a17;
}
#vnav ul li ul li {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 1.5em;
	line-height: 1.5em;
	background: #d9261c;
}
#vnav ul li ul li:hover {
	background: #7a0d0d;
	color: #ffffff;
}
#vnav ul li ul li a {
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-family: Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-size: .8em;
	text-decoration: none;
	background: #d9261c;
	color: #ffffff;
	width: 180px;
}
#vnav ul li ul li a:hover {
	background: #7a0d0d;
	text-decoration: underline;
	color: #ffffff;
}

/* -------------------------------------------- */
/* End Nav Styles */
/* -------------------------------------------- */

#container {
	/* background: #ffffff url(sources/columns2.png) no-repeat top left; */
	background: #ffffff url(images/stamp.png) no-repeat bottom right;
	margin: 0px auto;
	text-align: left;
	border: 0px;
	border-left: 1px solid #1f1a17;
	border-right: 1px solid #1f1a17;
	border-bottom: 1px solid #1f1a17;
	width: 960px;
	voice-family: "\"}\""; /* IE 6.1 */
	voice-family: inherit;

	}
 html>body #container { /* FireFox */

}

#breadcrumb {
	width: 750px;
	margin: 0px 10px 10px 10px;
	float: left;
}

#breadcrumb a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	font-variant: small-caps;
	color: #7a0d0d;
	text-decoration: underline;
}

#breadcrumb a:hover {
	text-decoration: none;
}

#content {
	width: 770px;
	float: left;
}

div.contentBlock {
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 10px 0px;
	width: 750px;
	float: left;
	border-bottom: 2px solid #d9261c;
	}
div.contentBlock:after { /* Firefox Hack for clearing floats so the div encloses all entities inside */
	content: ".";
	display: block;
	height: 0;
	overflow:hidden;
	clear: both;
	visibility:hidden;
	}
/* IE7 */
div.contentBlock {display:inline-block;} 
/* Hide from IE Mac \*/ 
div.contentBlock {display:block;} 
/* End hide from IE Mac */ 
* html body div.contentBlock { /* Holly Hack  - the following rule is recognized only by IE 6 Win */
	height: 1%;
}

div.contentBlock h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	margin: 0px 0px 5px 0px;
}

div.contentBlock h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	color: #2e2c2c;
}

div.contentBlock h3 a {
	color: #7a0d0d;
	text-decoration: underline;
}

div.contentBlock img {
	margin: 0px 0px 10px 0px;
	border: 1px solid ;
	float: left;
	margin: 0px 10px 10px 0px;
}

div.contentBlock p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: justify;
	margin: 0px 0px 15px 0px;
}

div.contentBlock p.dateline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	color: #2e2c2c;
}

div.contentBlock a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: justify;
	color: ;
	margin: 0px;
	padding: 0px;
}
div.contentBlock a:hover {
	text-decoration: none;
}

div.address {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 10px 10px;
	border-top: 2px solid #ded5d5;
}

div.address p.name {
	font-weight: bold;
	color: #2e2c2c;
	margin: 0px 0px 5px 0px;
}
div.address p.street {
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}
div.address p.phone {
	font-weight: bold;
	color: #2e2c2c;
	margin: 0px 0px 5px 0px;
}
div.address p.email {
	font-weight: bold;
	color: #7a0d0d;
	margin: 0px 0px 5px 0px;
}

div.formfield {
	margin: 0px 0px 15px 10px;
}
form#contactus div.formField {
	margin: 0px 0px 10px 0px;
	clear: both;
}
form#contactus label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	width: 15em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}
form#contactus input {
	margin-left: .5em;
}
form#contactus img.captcha {
	margin-left: .5em;
}
form#contactus textarea {
	margin-left: .5em;
}

#footer {
	clear: both;
	background: #2e2c2c;
	border: 0;
	margin: 10px 0px 0px 0px;
	height: 1.5em;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	margin: 0px 0px 0px 10px;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.5em;
}