﻿* {
	margin: 0;	
}
html, body {
	height: 100%;
 	background: url(background.jpg) repeat;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -78px; /* the bottom margin is the negative value of the footer's height */
}
.push {
	height: 78px; /* .push must be the same height as .footer */	
}
.footer {
	color: gray;
	height: 78px;
}
.footer .border {
	height: 58px;
	background: url(footer.jpg) repeat-x;
}
.footer .border_green {
	height: 58px;
	background: url(footer_green.jpg) repeat-x;
}
.footer .border_red {
	height: 58px;
	background: url(footer_red.jpg) repeat-x;
}
.footer .border_brown {
	height: 58px;
	background: url(footer_brown.jpg) repeat-x;
}
.menu_left_green{
	background: url(menu_left_green.jpg) no-repeat;
	height: 78px;
	width: 113px;
	float: left;
}
.menu_left_red{
	background: url(menu_left_red.jpg) no-repeat;
	height: 78px;
	width: 113px;
	float: left;
}
.menu_left_brown{
	background: url(menu_left_brown.jpg) no-repeat;
	height: 78px;
	width: 113px;
	float: left;
}
.menu_left{
	background: url(menu_left.jpg) no-repeat;
	height: 78px;
	width: 113px;
	float: left;
}
.header {
	padding-top: 58px;
	height: 58px;
}
.menu {
	background: url(menu.jpg) repeat-x;
	height: 78px;
	float: left;
	width: 100%;
	color: white;
}
.menu_green {
	background: url(menu_green.jpg) repeat-x;	
}
.menu_red {
	background: url(menu_red.jpg) repeat-x;	
}
.menu_brown {
	background: url(menu_brown.jpg) repeat-x;	
}
.menu ul
{
    list-style: none outside none;
    padding-top: 17px;
}
.menu ul li
{
	display:inline-block;
	margin:0;padding:0;
	margin:8px 20px 0 25px;
	float:left;
	margin-left: 10px;
}
.menu ul li a
{
	color:white;
	text-decoration:none;
}
.menu ul li a:hover
{
	text-decoration:underline;
}

.border_tb {
	background: url(border.jpg) repeat-x; height: 52px; width: 957px; float:left;
}
.border_side {
	background: url(border_side.jpg) repeat-y; height: 491px; width: 47px; float: left;
}
.content_text {
	background: url(content_back.png) repeat;
}

.h1 {
    font-family: Georgia;
    font-size: 24px;
    font-style: italic;
    margin: 0 0 15px;
    padding: 0;
}
.text {
	text-align: justify;
	font-family: Arial;
	font-size: 13px;
	line-height: 20px;
}
.separator {
	background: url(separator.png) no-repeat;
	height: 7px;
}