body {
	background: #FFFFFF url(images/bg.jpg) 50% 0 repeat-y;
	text-align:center;
	}
	
#frame {
	width:740px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align:left;
	}
		
#nav {
	width:160px;
	padding:25px;
	float:left;
	background:#fff;
	margin:25px 20px 0 0;
	text-align:right;
	line-height:18px;
	}

#nav a {
	font-size:11px;
	font-family:Georgia, Verdana, Arial, sans-serif;
	color:#C15D27;
	text-decoration:none;
	line-height:18px;
	}

#nav a:hover {
	font-size:11px;
	font-family:Georgia, Verdana, Arial, sans-serif;
	color:#333333;
	text-decoration:block;
	line-height:18px;
	}
	
#navSelected {
	width:160px;
	padding:0px;
	float:left;
	background:#fff;
	margin:0 0 0 0;
	text-align:right;
	line-height:18px;
	}

#navSelected a {
	font-size:11px;
	font-family:Georgia, Verdana, Arial, sans-serif;
	color:#333333;
	text-decoration:none;
	line-height:18px;
	}
	
#navSelected a:hover {
	font-size:11px;
	font-family:Georgia, Verdana, Arial, sans-serif;
	color:#333333;
	text-decoration:none;
	line-height:18px;
	}
	
#navSub {
	width:160px;
	padding:0px;
	float:left;
	background:#fff;
	margin:0 0 0 0;
	text-align:right;
	line-height:18px;
	}

#navSub a {
	font-size:11px;
	font-family:Georgia, Verdana, Arial, sans-serif;
	color:#C15D27;
	text-decoration:none;
	line-height:18px;
	}
	
#navSub a:hover {
	font-size:11px;
	font-family:Georgia, Verdana, Arial, sans-serif;
	color:#333333;
	text-decoration:none;
	line-height:18px;
	}
	
#mainContent {
	width:470px;
	padding:0px;
	float:left;
	margin:50px 0 0 0;
	background:#fff;
	}

#mainContent a {
	font-size:11px;
	font-family:Georgia, Verdana, Arial, sans-serif;
	color:#C15D27;
	text-decoration:none;
	line-height:18px;
	}

#mainContent a:hover {
	font-size:11px;
	font-family:Georgia, Verdana, Arial, sans-serif;
	color:#333333;
	text-decoration:block;
	line-height:18px;
	}
	
#contentheader {
	background:#fff
	}
	
#footer {
	width:470px;
	float:right;
	font-weight: normal;
	font-family: Georgia, Verdana, Arial, sans-serif;
	color: #999999;
	font-size:9px;
	line-height:18px;
	padding:0px;
	margin:10px 0 10px 0;
	}


#footer a {
	font-size:9px;
	font-family:Georgia, Verdana, Arial, sans-serif;
	color:#C15D27;
	text-decoration:none;
	line-height:18px;
	}
	
#footer a:hover {
	font-size:9px;
	font-family:Georgia, Verdana, Arial, sans-serif;
	color:#333333;
	text-decoration:none;
	line-height:18px;
	}

#dividerLineNav{
	width:160px;
	height:1px;
	float:right;
	background:#999;
	margin:5px 0 5px 0;
	text-align:right;
	}
	
#dividerLineFooter{
	width:470px;
	height:1px;
	float:right;
	background:#999;
	margin:20px 0 5px 0;
	text-align:right;
	}
		
p {
	font-weight: normal;
	font-family: Georgia, Verdana, Arial, sans-serif;
	color: #999;
	font-size:11px;
	line-height:18px;
	padding:0px;
	margin:0 0 18px 0;
	}
		
h1 {
	font-weight: normal;
	font-family: Georgia, Verdana, Arial, sans-serif;
	color: #333333;
	font-size:14px;
	line-height:18px;
	padding-bottom:0px;
	margin:0 0 10px 0;
	}
	
h2 {
	font-weight: normal;
	font-family: Georgia, Verdana, Arial, sans-serif;
	color: #333333;
	font-size:11px;
	line-height:18px;
	padding-bottom:0px;
	margin:0 0 0 0;
	}
	
ul {
	font-weight: normal;
	font-family: Georgia, Verdana, Arial, sans-serif;
	color: #999999;
	font-size:11px;
	line-height:18px;
	padding:0px;
	margin:0 0 10px 13px;
	}
	
hr.pos_right{
	position:relative;
	left:0px
	border:none;
	background-color: #999;
	height: 1px;
	}

img.pos_left{ 
	float:left;
	margin:5px 15px 0 0;
	}
	
.clearall{ 
	clear:both; }