body
{
	background-color: #fff;
	padding: 0; margin: 0;
}
#header
{
	height: 130px;
	width: 100%;
}
#body
{
	height: 370px;
	width: 100%;
	color: #fff;
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
	position: absolute;
	top: 130px; left: 0;
	background: #707070 url('../Images/page_bg.gif') top left repeat-x;
}
#footer
{
	height: 200px;
	width: 100%;
	position: absolute;
	top: 500px; left: 0;
}
#menu
{
	height: 370px;
	width: 160px;
	background: #640e27 url('../Images/menu_bg.gif') top left repeat-x;
	position: absolute;
	top: 0px; left: 0;
}
#menu ul
{
	list-style-type: none;
	text-align: right;
	line-height: 24px;
	color: #fff;
	margin: 0; padding: 0;
	font-size: 16px;
	width: 160px;
	position: absolute;
	top: 115px;
	cursor: pointer;
}
.menu_seperator_first
{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.menu_seperator
{
	border-bottom: 1px solid #fff;
}
#menu li { padding-right: 15px; }
#menu a
{
	text-decoration: none;
	color: #fff;
}
#pics
{
	height: 370px;
	width: 370px;
	position: absolute;
	top: 0; left: 161px;
}
#page_contents, #page_contents_right
{
	height: 370px;
	position: absolute;
	top: 0px;
	padding: 15px;
}
#page_contents
{
	left: 161px;
}
#page_contents_right
{
	width: 420px;
	left: 532px;
}
.vrule 
{
	width: 1px;
	height: 370px;
	background-color: #fff;
	position: absolute;
	top: 0;
}
h1
{
	font-size: 18px;
	margin: 5px 0;
}
p
{
	margin-left: 5px;
	font-size: 14px;
}
div p
{
	margin-left: 0;
}
a
{
	color: #b4c90c;
}
.h_menu, .h_menu a, .h_menu a:link, .h_menu a:visited, .h_menu a:active
{
	color: #b0c800;
	font-size: 12px;
	text-decoration: none;
}
.h_menu a:hover
{
	color: #640e27;
	text-decoration: underline;
}
h2, h3, h4
{
	font-size: 14px;
	line-height: 16px;
	margin: 3px 0px;
	padding: 0;
	font-weight: normal;
}
h2 { color: #e3c1cb; text-decoration: underline; }
h3 { color: #640e27; } 
.t_desc
{
	margin: 0;
	padding: 0 0 3px 0;
}
.inner_div
{
	overflow: auto;
	height: 300px;
}
.selected_lnk
{
	color: #640e27;
	text-decoration: underline;
}
.sH2 { margin: 6px 0; }
.sH3 { float: right; margin-right: 10px; }
.b_h
{
	font-weight: bold;
	color: #e3c1cb;
}
.con_link, .con_link:link, .con_link:visited, .con_link:active
{
	text-decoration: none;
	color: #fff;
}
.con_link:hover
{
	text-decoration: underline;
	color: #e3c1cb;
}
.copy
{
	position: absolute;
	left: 320px;
	color: #640E27;
	font-size: 10px;
	font-family: Arial,Helvetica,sans-serif;
	margin-right: 10px;
}
.copy a { color: #994a61; }