html
{
	height: 100%;
}
body
{
	margin: 0;
	padding: 0;
	background: #8cc08c url('/images/bg_page.gif') repeat-y left top;
	height: 100%;
	color: #FFFFFF;
	font-family: tahoma, arial, helvetica, sans-serif;
}
img
{
	border-width: 0;
}
div
{
	position: relative;
	float: left;
}
#menu
{
	width: 170px;
	background-image: url('/images/bg_menu.jpg');
	background-repeat: no-repeat;
	background-color: #669966;
	padding-left: 10px;
	padding-right: 10px;
	height: 100%;
	font-weight: bold;
	font-size: 16px;
}
#menu a
{
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover
{
	color: #642182;
}
#content
{
	font-size: 12px;
	width: 680px;
	padding: 10px;
}
#content a
{
	color: #FFFFFF;
}
#content a:hover
{
	color: #642182;
}
#content a:visited
{
	color: #FFFFFF;
}
h1
{
	font-size: 22px;
	padding-bottom: 20px;
}
