
body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #7e1418;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}
.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #e0e0e0;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/interiorBG.jpg);
	background-repeat: no-repeat;
	/*margin-bottom: 16px;*/
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

a.nav:link {color: white; text-decoration: none; }
a.nav:visited {color: white; text-decoration: none; }
a.nav:hover {color: #f49a0b; text-decoration: none; }
a.nav:active {color: #f49a0b; }

a:link {color: #7e1418; text-decoration: none}
a:visited {color: #7e1418; text-decoration: none}
a:active {color: black; text-decoration: none}
a:hover {text-decoration: underline; color: black;}

.borderit img{
	border: 2px solid black;
}

.borderit:hover img{
	border: 2px solid gray;
}

.borderit:hover{
color: red; /* irrelevant definition to overcome IE bug */
}

h1 {
	color: #792f30;
	border-bottom:1px solid #792f30;;
	}

.newsletter {background:#000;padding:10px 0px 5px 0px;width:900px;margin:0 0 20px 0;color:#fff;font-family:Verdana;font-size:11px;overflow:hidden;}
.newsletter a:link {color: #7e1418; text-decoration: none}
.newsletter a:visited {color: #7e1418; text-decoration: none}
.newsletter a:active {color: black; text-decoration: none}
.newsletter a:hover {text-decoration: none; color: white;}

.divider {border-bottom:1px dashed #777;height:10px;}

#footer {font-family:Verdana;font-size:10px;color:#999;margin:80px 0 20px 0;}

.addthis {
	float: right;	
}

.left {
	float: left;
}

.right {
	float: right;
}