body{
	margin: 0px auto;
	text-align:center;
	background:#f0d5a6;
}

a {
	color: #cd5a13;
	text-decoration: none;
}

a:hover {
	color: #cd5a13;
	text-decoration: underline;
}

#container{
	margin: 0px auto;
	text-align:left;
	width:1060px;
}

a{
	text-decoration:none;
}
img{
	border: 0px;
}

#header{
	background: url(header.png);
	width:1060px;
	height:134px;
	display:block;
}

#header-quote{
	width:1060px;
	height:51px;
}

#content-wrapper{
	background: url(body-bg.png);
	width: 1060px;
	background-repeat: repeat;
}

#content{
	background: url(vertical-dots.jpg) repeat-y 52%;
	width: 1060px;
        font-size: 12px;
        color: #333333;
        font-family: Arial;
        line-height: 18px;

}

#content2 {
	width: 1060px;
        font-size: 12px;
        color: #000000;
        font-family: Arial;
        line-height: 125%;

}

#footer{
	background: url(footer.png) no-repeat;
	width:1060px;
	height:110px;
	display:block;
}

#left-column{
	float:left;
	width:425px;
	margin-left: 57px;
	padding: 0px 35px;
	display:inline;
}

#left-column2{
	float:left;
	width:600px;
	margin-left: 195px;
	padding: 0px 35px;
	display:inline;
}

#right-column{
	float:right;
	width:430px;
	margin-right:70px;
	
}
	
#clear{
	clear:both;
}

#header-nav{
	float: left;
	position: relative;
	margin: -77px 0px 0px 140px;
	display:inline;
	font-size:9pt;
}
#header-nav ul
{
	padding-left: 0;
	margin-left: 0;
	color: #cd5a13;
	float: left;
	font-family: verdana;
}

#header-nav ul li { 
	display: inline; 
}

#header-nav ul li a
{
	padding: 0.2em 1em 1.4em;
	color: #cd5a13;
	text-decoration: none;
	float: left;
}

#header-nav ul li a:hover
{
	background-color: #cd5a13;
	color: #fff;
}

#map{
	width: 465px;
	height: 185px;
	margin: -25px 0px 15px 5px;
	position:relative;
}

#tag-line{
	width: 100%;
	text-align: center;
	margin: -5px 0px 20px;
	color: #CA6700;
	font-size: 11px;
}
.title-main {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	color: #979f0c;
	text-transform: uppercase;
	font-weight: bold;
}

a.title-main {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #979f0c;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

a.title-main:hover {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #cd5a13;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: underline;
}

.title-main2 {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	color: #e3c400;
	text-transform: uppercase;
	font-weight: bold;
}

.box-bg {
    background-repeat:repeat-x;
	background-position:bottom;
}

.box-bg-top {
    background-repeat:repeat-x;
	background-position:top;
}
.strike {
	color: #990000;
	text-decoration: line-through;
}
