﻿
body {
	margin: 0px;
	text-align: center;
	background-image: url('background.gif');
	background-repeat: repeat-x;
	background-attachment: fixed;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.top {
	text-align: center;
	background-image: url('top-back.gif');
	width: 820px;
	height: 100px;
	margin: auto;
}
#main_container {
	margin: auto;
	width: 800px;
	background-color: #FFFFFF;
	height:100%
}
#menu_container {
	width: 200px;
	float: left;
	height: 100%;
	position: relative;
}
.menu_button {
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #F15B41;
	border: medium double #FFFFFF;
	display: block;
}
.menu_button:hover {
	background-color: #F9BAAE;
	color: #F15B41;
}
#title {
	text-align: center;
	background-image: url('home/title_back.jpg');
	background-repeat: no-repeat;
	width: 600px;
	height: 130px;
	position: relative;
	float: right;
}
#title div {
	position: absolute;
	bottom: 0px;
	width: 100%;
	left: 0px;
}
.title_text {
	padding: 2px 20px 2px 20px;
	border-width: 1px 1px 0px 1px;
	font-family: Verdana;
	font-size: large;
	font-weight: bold;
	color: #F15B41;
	background-image: url('transp.png');
	background-repeat: repeat;
	line-height: 27px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
}
#content_text h4 {
	width: 600px;
	font-size: medium;
	text-align: center;
	background-color: #F9BAAE;
	color: #F04B2F;
	background-image: url('h4.gif');
	background-repeat: repeat-x;
	float: right;
}
#content_text {
	margin: auto;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	color: #333333;
}
#content_text p {
	padding: 8px;
	text-align: justify;
}
#footer {
	padding: 4px 0px 4px 0px;
	border: 1px solid #F15A41;
	text-align: right;
	width: 798px;
	margin: auto;
	background-color: #F15B41;
	color: #ED6853;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-image: url('footer.gif');
	background-repeat: repeat-x;
	font-weight: bold;
}
#footer a:link, #footer a:visited{
	color: #F1593F;
}
#footer a:hover {
	text-decoration: underline;
}
