﻿body
{
	background-image: url(/images/framework/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #1f1f1f;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
        min-height:636px;
}
#top
{
	margin: 0px auto;
	border: solid 1px #2b2b2b;
	border-bottom: none;
	border-top: none;
	width: 1000px;
	text-align: center;
}
#topmenu
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0 auto;
	list-style-type: none;
	float: right;
}
#topmenu li
{
	float: left;
	margin: 0 auto;
	padding-right: 10px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-family: Tahoma;
	font-size: 12px;
	text-align: center;
}
#topmenu a
{
	font-family: Tahoma;
	font-size: 11px;
	color: #989898;
	text-decoration: none;
}
#topmenu a:hover
{
	font-family: Tahoma;
	font-size: 11px;
	color: #989898;
	text-decoration: underline;
}
#maincontents
{
	margin: 0px auto;
	width: 920px;
}
div.menuline
{
	float: left;
	background-image: url(/images/framework/menuline.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px auto;
	clear: both;
	height: 20px;
}
#bottom
{
	background-image: url(/images/framework/bottom_background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #1f1f1f;
	margin: 0px auto;
	clear: both;
	height: 121px;
	text-align: center;
}

#copyright
{
	margin: 0px auto;
	text-align: center;
	width: 1000px;
}

