﻿#container {
	margin-right: auto;
	margin-left: auto;
	width: 955px;
	background-image: url('images/background01.jpg');
	background-repeat: no-repeat;
	height: 685px;
	font-family: "trebuchet MS", Verdana, Arial;
	font-size: small;
}
#body {
	margin-top: 230px;
	clear: both;
	width: 585px;
	float: right;
}
#left_col_nav {
	width: 150px;
	float: left;
	margin-top: 10px;
}
#footer {
	font-size: xx-small;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 880px;
	font-family: "trebuchet MS", Verdana, Arial;
	text-align: left;
	background-image: url('images/footer.jpg');
	background-repeat: no-repeat;
	padding-left: 75px;
	height: 90px;
}
#nav_button {
	background-repeat: no-repeat;
	height: 25px;
	width: 130px;
	font-size: 10pt;
	text-align: center;
	padding-top: 2px;
	background-image: url('images/button.jpg');
	color: #000000;
	text-decoration: none;
}
a {
	color: #FF99CC;
}
a:active {
	color: #FF64B1;
}
a:hover {
	color: #A4E762;
}
a:visited {
	color: #FF99CC;
}

