@charset "utf-8";
/* CSS Document */

body
{
	color: #000000;
	background-color: #5b6466;
	padding-top: 2px;
	background-image: url(/images/back.png);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.outer
{
	background-image: url(/images/tree.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 660px;
}

a
{
	color: #000000;
}

.container
{
	width: 600px;
	padding-top: 200px;
	margin-left: 367px;
}

.menu
{
	text-align: left;
	padding: 0;
	height: 124px;
}

.menu a
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16pt;
}

.menu a:hover
{
	color: #FFFF00;
}

.menu a.now
{
	color: #999999;
}

.main
{
	padding: 10px;
	padding-top: 0px;
	overflow: auto;
	background-image: url(/images/trans2.png);
	background-position: bottom;
	background-repeat: repeat-x;
	background-attachment: fixed;
	line-height: 150%;
}

.clear
{
	clear: both;
}

.topper
{
	float: right;
	height: 200px;
	width: 1px;
}

form
{
	margin: auto;
}

.wmark
{
	width: 600px;
	margin-left: 367px;
	text-align: right;
	font-size: 8px;
	height: 40px;
	background-image: url(/images/bot.png);
	background-repeat: no-repeat;
}

.wmark p
{
	margin: 0;
	padding-top: 5px;
	padding-right: 10px;
}

.wmark p a
{
	color: #000000;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
	margin-top: 0;
}