body
{
	background-color:#333333;
	margin:0px;
}

div.body
{
	width:760px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
}

div.mainlinks
{
	width:762px;
	border:1px solid #333333;
	border-bottom:none;
	border-top:none;
	background-color:#333333;
	margin-left:-1px;
	margin-right:-1px;
	background-image:url(../images/design/main_links_bg.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
}

div.mainlinks div.link
{
	float:left;
}

div.mainlinks div.link a
{
	display:block;
	padding:15px;
	padding-top:30px;
	border-bottom:10px solid #B5AE84;
	color:#B5AE84;
	font-family:"Georgia";
	font-weight:bold;
	text-decoration:none;
}

div.mainlinks div.link a:hover
{
	border-color:#DED7BD;
	color:#DED7BD;
	padding-bottom:20px;
	padding-top:25px;
}

div.mainlinks div.clear
{
	clear:both;
}

div.header
{
	width:760px;
	height:70px;
	border:1px solid #DED7BD;
	background-image:url(../images/design/top_bar.jpg);
	position:relative;
}

div.stage
{
	width:760px;
	height:250px;
	background-color:#FFFFFF;
	border:1px solid #DED7BD;
	border-top:none;
	border-bottom:none;
}

div.treelinks
{
	height:20px;
	line-height:20px;
	background-color:#B5AE84;
	font-size:12px;
	color:#FFFFFF;
	text-indent:5px;
}

div.treelinks a
{
	color:#FFFFFF;
	text-decoration:none;
	font-family:"Georgia";
}

div.treelinks a:hover
{
	text-decoration:underline;
}

div.content
{
	width:760px;
	min-height:250px;
	border:1px solid #DED7BD;
	background-color:#DED7BD;
	background-image:url(../images/design/top_fade.jpg);
	background-repeat:no-repeat;
	background-position:0px 20px;
}

div.footer
{
	width:760px;
	height:30px;
	line-height:30px;
	border:1px solid #B5AE84;
	background-color:#B5AE84;
	font-size:10px;
	text-align:center;
	color:#FFFFFF;
	font-family:"Georgia";
}

div.footer a
{
	color:#FFFFFF;
	text-decoration:none;
	font-family:"Georgia";
}

div.footer a:hover
{
	text-decoration:underline;
}

div.bottomlinks
{
	width:760px;
	margin-top:10px;
	height:40px;
	font-size:10px;
	text-align:center;
	color:#FFFFFF;
}

div.bottomlinks a
{
	color:#DED7BD;
	text-decoration:none;
	font-family:"Georgia";
}

div.bottomlinks a:hover
{
	text-decoration:underline;
}