﻿a {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:active {
	color: #000000;
}
a:hover {
	color: #FF0000;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 955px;
	font-family: "trebuchet MS", Verdana, Arial;
	font-size: small;
	background-image: url('images_base/background.jpg');
	background-repeat: no-repeat;
	height: 805px;
}
#navigation {
	float: left;
	width: 150px;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	height: 650px;
	margin-top: 150px;
	color: #FFFFFF;
	margin-left: 30px;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:hover {
	text-decoration: none;
	color: #3366FF;
}
#navigation a:active {
	text-decoration: none;
}
#navigation a:visited {
	text-decoration: none;
}
#title {
	float: right;
	width: 350px;
	margin-right: 360px;
	margin-top: 200px;
	font-size: x-large;
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}
#body_top {
	float: right;
	width: 350px;
	margin-right: 360px;
	text-align: center;
	height: 80px;
}
#body {
	float: right;
	width: 742px;
	background-repeat: repeat-y;
	background-image: url('images_base/middle.jpg');
}
#body_text {
	padding-right: 55px;
	padding-left: 32px;
}
#bottom {
	background-image: url('images_base/bottom.jpg');
	background-repeat: no-repeat;
	height: 45px;
	clear: both;
}
#footer {
	text-align: center;
	font-size: xx-small;
	clear: both;
	color: #FFFFFF;
	padding-right: 35px;
	padding-left: 220px;
	height: 30px;
}
#spacer {
	clear: both;
}
