body {
	margin: 0px;
	padding: 0px;
	text-align: center;	
	background: url(/images/bodybg.gif) repeat-x center top;
	background-color:#dbdbdb;
	font-family:Arial;
}

#wrap
{
    width:100%;
    height:100%;
    text-align: center;
    }

#page {
	width: 900px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	position:relative;
	border:1px solid transparent;
	background-color:#fff;
    border:2px solid #999;
	background-image:url(/images/headerimg.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}

#content {
	width: 620px;
	font-family: Georgia, Verdana, Helvetica,;
	font-size: 14px;
	font-style: normal;
	line-height: 140%;
	font-weight: normal;
	letter-spacing:1px;
	padding:0px 0px 0px 16px;
	margin:0px 0px 0px 10px;
	background-image:url(/images/content-bg.gif);
	background-repeat:repeat-x;
	color:#444;
	float:right;
}

#footer 
{
	clear: both;
	text-align: center;
	vertical-align: top;
	background-image:url(/images/tnav-bg.gif);
	font-size:14px;
}

p 
{
    margin:10px;
}

/***************LNAV**************/
#lnav{
	color:#e3912d; 
	font-weight:bold; 
	list-style-type:none; 
	line-height:26px; 
	margin:0px;
	padding:0px 0px 0px 10px;
	width:210px;
	}
	
#lnav a{color:#e3912d; text-decoration:none;display:block;}
#lnav a:hover{background-color:#ededed;}
#lnav a:visited{color:#e3912d;}
/*********************************/

h1, h2, h3, h4, h5, h6 {
	margin: 4px 0px;
	padding-left: 0px;
	line-height: normal;
	display:block;
}
h1 {
	font-size: 24px;
	font-weight:100;
    font-style:italic;
}
h2 {
	font-size: 18px;

}
h3 {
	font-size: 14px;

}
h4 {
	font-size: 14px;

}
h5 {
	font-size: 14px;

}
h6 {
	font-size: 14px;

}