/*  
div {
	border: 1px dotted red;
}
*/

body {
	background: url(/images/bg.gif) repeat-x;  
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #5b5454;
}


input, textarea{
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #5b5454;
}

br.even {
	clear: both;
}

img {
	border: 0px;
}

#page {
	width: 800px;
	background-color: #fff;
}

#header {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 800px;
	height: 69px;
	background: #cf263e;
}
#logo {
	width: 346px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#contactInfo{
	width: 354px;
	float: right;
	margin: 0px;
	padding: 0px;
}

#contactCopy{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	border-right: 20px solid #cf263e;
	border-top: 15px solid #cf263e;
}

#banner {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 800px;
	height: 56px;
}

#bodyCopy{
	margin:0px;
	padding:0px;
	border: #fff solid 10px;
	text-align: left;
}

#footer{
	margin:0px;
	padding:0px;
	border: #fff solid 5px;
}

#footerCopy{
	font-size: 11px;
	color: #807676;
}

a,  a:link { color: #b53028; text-decoration: underline; }

a:visited { color: #b53028;  text-decoration: underline; }
a:active { color: #b53028; text-decoration: underline; }

a:hover { text-decoration: none; }

#footer a,  #footer a:link { color: #807676; text-decoration: underline; }

#footer a:visited { color: #807676;  text-decoration: underline; }
#footer a:active { color: #807676; text-decoration: underline; }

#footer a:hover { text-decoration: none; }

h3 {
color: #b53028;
}