body
{
	text-align: center;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

.content
{
	margin: auto;
	width: 1000px;
}

.header
{
	display: block;
	background: transparent url(../images/header.jpg) no-repeat top left;
	height: 230px;
	width: 1000px;
	text-decoration: none;
}

.footer
{
	background: transparent url(../images/footer.jpg) no-repeat top left;
	height: 104px;
	width: 896px;
}

.page_content
{
	width: 892px;
	margin: auto;
}

.menu_items
{
	padding: 5px 0;
}

.menu_button
{
	display: block;
	background: transparent url(../images/menu_button-off.gif) no-repeat top left;
	width: 124px;
	height: 25px;
	text-decoration: none;
	color: #000000;
	padding-top: 6px;
	float: left;
	margin-left: 4px;
	font-weight: bold;
	font-size: 0.9em;
	font-family: Times New Roman;
}

.menu_button:hover
{
	background: transparent url(../images/menu_button-on.gif) no-repeat top left;
}

.first_menu_button
{
	margin-left: 0;
}

.current_menu_button
{
	background: transparent url(../images/menu_button-on.gif) no-repeat top left;
}

.links_menu_item
{
	margin-top: 10px;
}

.menu_item_header
{
	background: transparent url(../images/menu_item_header.jpg) no-repeat top left;
	height: 51px;
	width: 892px;
	padding-bottom: 10px;
	color: #FFFFFF;
}

.menu_item_header_text
{
	float: left;
	margin-left: 124px;
	margin-top: -6px;
	width: 640px;
	font-size: 3em;
}

ul.check
{
	list-style-image: url(../images/check.gif);
}

ul.check_small
{
	list-style-image: url(../images/check_small.gif);
}

a.logo, a.logo>img
{
	border: none;
	padding: 0 15px;
}
