body
{
	margin: 0px;
	padding: 0px;
	position: absolute;
	background-image: url(images/background.jpg);
	font: 10pt/16pt georgia; 
	color: #4C4C4C;
	height: 100%;
	width: 100%;
}

a
{
	text-decoration: none;
}

#page_header h1
{
	background: transparent url(images/header.jpg) no-repeat top left; 
	color: white;
	margin-top: 0px;
	margin-left: 55px;
	margin-bottom: 0px;
	height: 113px;
	width: 610px;
	font-size: 22pt;
	text-align: center;
	z-index: 2;
	position: absolute;
}

#content_area
{
	top: 0px;
	margin-top: 0px;
	margin-left: 55px;
	margin-right: 0px;
	padding-left: 55px;
	padding-right: 55px;
	padding-top: 0px;
	width: 500px;
	height: auto;
	background-image: url(images/content_area_background.jpg);
	position: absolute;
	z-index: 1;
}

#fullheight
{
	top: 0px;
	margin-top: 0px;
	margin-left: 55px;
	margin-right: 0px;
	padding-left: 55px;
	padding-right: 55px;
	padding-top: 0px;
	width: 500px;
	height: 100%;
	background-image: url(images/content_area_background.jpg);
	position: absolute;
	z-index: 1;
}

#content h2
{
	text-transform: capitalize;
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #5E502F;
	padding-top: 20px;
	font-size: 14pt;
	border-bottom-color: #5E502F;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#content p
{
	font-size: 10pt;
	padding-top: 5px;
	margin-top: 0px;
	text-align: justify;
	line-height: 14pt;
}

#content a
{
	color: #0066FF;
}

#content a:hover
{
	text-decoration: underline;
}

#content a:visited
{
	color: #999999;
}

#menu
{
	background: url(images/menu_background.jpg) no-repeat;
	position: absolute;
	top: 138px;
	left: 590px;
	width: 133px;
	height: 232px;
	padding-top: 10px;
	z-index: 2;
	text-align: left;
}

#menu ul
{
	width: 100px;
	margin-left: 20px;
	margin-top: 0px;
	padding-left: 0px;
	padding-top: 0px;
	list-style: none;
	line-height: 35px;
}

#menu li a
{
	padding-top: 0px;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
	display: block;
	display: inline;
	font-weight: bold;
	font-size: 10pt;
	text-transform: capitalize;
	text-decoration: none;
	color: #dccab2;

}

#menu li a:hover
{

	color: #fff7b5;
}

#content
{
	margin-top: 113px;
	margin-bottom: 50px;
	margin-right: 55px;
}

#page_header h1 span
{
	display: none;
}

#footer
{
	position: absolute;
	bottom: 10px;
	margin-left: 55px;
	padding-left: 55px;
	width: 500px;
	font: 8pt tahoma;
}

#content h3
{
	font-size: 12pt;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#content h4
{
	font-size: 10pt;
	margin-bottom: 0px;
}

#content p
{
	margin-bottom: 5px;
}

#content ul
{
	margin-top: 5px;
}

#div1
{
	background: url(images/side_banner.jpg) no-repeat; 
	top: 0px;
	left: 0px;
	width: 90px;
	height: 500px;
	position: absolute;
	z-index: 2;
}

#div2
{

}

.hidden
{
	visibility: hidden;
}

table.membertable
{
	width: 100%;
	text-align: center;
}

table.membertable img
{
	margin-top: 20px;
}