body
{
	background-color:#4B0000;
	background-image: url('img/bg_maple.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:bottom right;
	font-family: Times, Helvetica, sans-serif;	
	font-size:12pt;
	color:#FFB400;
	margin:0px;
	padding:0px;
	overflow:hidden;
}

img
{
	border-width: 0px;
}

img.photo
{

}

a
{
	color:#FFB400;
	text-decoration:underline;
}

a:hover
{
	color:#D38700;
	text-decoration:underline;
}

a:visited
{
	color:#FFB400;
	text-decoration:underline;
}

a:active
{
	color:#A75A00;
	text-decoration:underline;
}

div.navbar
{
	width:175px;
	height:100%;
	margin:0px;
	padding:0px;
	border:0px;
	overflow:auto;
	position:absolute;
	left:0px;
	top:0px;
}

div.navbar p
{
	margin:10px;
}

div.main
{
	height:100%;
	width:72%;
	margin:0px;
	padding:0px;
	border:0px;
	overflow:auto;
	position:absolute;
	left:175px;
	right:50px;
	top:0px;
	z-index:1;
	color:#000000;
}

div.main p
{
	margin:10px;
	color:#000000;
}

div.main a
{
	color:#A80000;
	text-decoration:underline;
}

div.main a:hover
{
	color:#7A0000;
	text-decoration:underline;	
}

div.main a:active
{
	color:#4B0000;
	text-decoration:underline;	
}

div.main a:visited
{
	color:#A80000;
	text-decoration:underline;	
}

div.main-bg
{
	background-color:#FFB400;
	opacity:0.75;
	filter:alpha(opacity=75);
	height:100%;
	width:72%;
	margin:0px;
	padding:0px;
	border:0px;
	overflow:hidden;
	position:absolute;
	left:175px;
	right:50px;
	top:0px;
}