/* ------------- general styles */
* { 
	margin : 0; 
	padding : 0; 
}
body {

	margin:0px 0px 0px 0px;
	padding:0px;
	height : 100%;
}
html { 
	background : #780d12;
	height : 100%;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 22px;
	font-weight: bold;
	color: #000;
	margin-bottom:14px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
	color: #d4262e;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	font-weight: normal;
	color: #000;
	margin-bottom: 14px;
}
p a:link { 
	color : #000;
	font-weight: normal; 
	text-decoration : underline;
}
p a:visited { 
	color : #000;
	font-weight: normal; 
	text-decoration : underline;
}
p a:hover { 
	color : #d4262e;
	font-weight: normal; 
	text-decoration : underline;
}

/* ------------- containers */
#container { 
	width : 750px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -65px;
	background : url(../images/siteimages/loop_bkg.jpg) repeat-y;
}

/* ------------- header */
#header {
	position : relative;
	width : 750px;
	height : 180px;
}

/* ------------- main */
#main {
	position : relative;
	width : 750px;
	background : url(../images/siteimages/main_bkg.jpg) no-repeat;
	margin: 0px auto;
}

/* ------------- content */
#content {
	position : relative;
	margin: 0 auto;
	width : 700px;
}
#cleardiv {
	clear : both;
	height: 65px; /* this pushs the footer */
}

/* ------------- footer */
#footer {
	position : relative;
	width : 750px;
	height : 65px;
	text-align : center;
	margin: 0px auto;
	background : url(../images/siteimages/footer_bkg.jpg) no-repeat;
}
#bottom_nav {
	position : relative;
	padding-top: 24px;
}
#footer ul {
	margin : 0;
	padding: 0.5em 3em;
	display: inline;
	list-style-type : none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
}
#footer li {
	display: inline;
	margin-right: .75em; padding-right: 1em;
	border-right: 1px solid #fff;
	font-weight: normal;
}
#footer li.last {
	border-right: 0;
}
#footer a:link { 
	color : #fff; 
	text-decoration : underline;
}
#footer a:visited { 
	color : #fff; 
	text-decoration : underline;
}
#footer a:hover { 
	color : #c3797a; 
	text-decoration : underline;
}
