/* IE PNG FIX */
img, div { behavior: url('iepngfix.htc'); }
html { overflow: -moz-scrollbars-vertical !important; }
/* commented backslash hack \*/
html, body{height:100%;}
/* end hack */
html,body {margin:0;padding:0}
body {text-align:center}/* centre for ie5.+*/
body{
	background-image: url('background-body.jpg');
	background-repeat: repeat-x;
	background-color: #DFDBD2;
	font-family: arial;
	font-size: 13px;
	color: #414243;
}
#outer{
	min-height:100%;
	width:797px;
	margin:auto;/* center it*/
	position:relative;
	background-image: url('background-outer.gif');
	background-repeat: repeat-y;
	text-align:left;
}
#inner{
	/* NEED MINIMUM HEIGHT */
	/* NEED BACKGROUND IMAGE */
	min-height: 600px;
	height: auto;
	_height: 600px;

	background-image: url('background-inner.jpg');
	background-repeat: no-repeat;
}
* html #outer{
	height:100%;
	width:799px;/* box model hack for ie5.+*/
	w\idth:797px
}
#nav{
	position: absolute;
	right: 60px;
	top: 75px;
	text-align: right;
}
#nav a{
	display: table-cell;
	background-image: url('background-nav-top.gif');
	background-repeat: no-repeat;
	background-position: top center;
	height: 17px;
	font-size: 13px;
	font-weight: bold;
	color: #414243;
	text-decoration: none;
	padding: 0 10px 0 10px;
}
#nav a:hover{
	color: #6F1818;
}
#content{
	padding-left: 80px;
	padding-right: 60px;
}
#footer {
	width:820px;
	height:5px;
	color: #000;
	margin:-5px auto 0;
	position:relative;
}
#clearfooter{clear:both;height:5px;width:100%}
p {margin:0 0 10px 0;}
a{
	color: #6C1312;
	text-decoration: underline;
}	
a:hover{
	text-decoration: none;
}

hr{
	background-color: #414243;
	color: #414243;
	height: 1px;
	padding: 0;
	margin: 5px 0;
	
}
h2{
	color: #6C1312;
}
h3{
	color: #6C1312;
}