html, *
{
	padding:0px;
	margin:0px;	
}

#wrapper {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 756px;
	background-image:url(../images/content_back.gif);
	background-repeat:repeat-y;
}

#left_content {
	width:200px;
	float:left;	
}

#right_content {
	margin-left:200px;
	padding-top:40px;
	padding-bottom:40px;
	padding-left:40px;
	padding-right:40px;
	border-left: solid 2px #FFFFFF;	
	min-height: 464px;
}

#header {
	background-color: #B5A293;
	height: 85px;
	width: 756px;
	border-bottom: solid 2px #FFFFFF;
}

#footer {
	clear: both;
	width: 731px;
	line-height: 35px;
	background-color:#B5A293;
	border-top: solid 2px #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:25px;
}

.navItem
{	
	padding-top:3px;
	padding-left:5px;
	padding-bottom:7px;
	width:195px;
	min-height:25px;
	height:25px; /* min-height hack for ie */
	border-bottom:solid 2px #FFFFFF;
}


div[class].navItem /* min-height hack for ie */
{		
	height:auto;
}

p {	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color: #32251C;
	padding-top:5px;
	padding-bottom:10px;
}

a:link, a:active, a:visited
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	font-weight:bold;
	color:#EB6300;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}

a.navLink2:link, a.navLink2:active, a.navLink2:visited
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	display:block;	
}
a.navLink2:hover
{
	color:#7D6755;
}

a.navLink:link, a.navLink:active, a.navLink:visited
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	display:block;	
}
a.navLink:hover
{
	color:#463427;
}

#footer a:link, #footer a:active, #footer a:visited
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:10px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover
{
	text-decoration:underline;
}

ul.navSub
{		
	list-style: none;
}

li.navSub
{
	padding-left: 12px;
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position:0.2em 0.42em;
}

ul.navSubSub
{		
	list-style: none;
}

li.navSubSub
{
	padding-left: 12px;
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position:0.2em 0.42em;
}

ul.navSubSubSub
{		
	list-style: none;
}

li.navSubSubSub
{
	padding-left: 12px;
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position:0.2em 0.55em;
}

a.navSub:link, a.navSub:active, a.navSub:visited
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	height:18px;
}
a.navSub:hover
{
	color:#463427;
}

#content td
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#32251C;
}

.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#32251C;
}





