﻿#container {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	font-family: "verdana", trebuchet MS, Arial;
	font-size: small;
}
#navigation {
	background-color: #FF6600;
	width: 100%;
	height: 32px;
}
#main_body {
	font: normal small Verdana;
	margin-top: 15px;
	margin-bottom: 15px;
}
#header {
	background-image: url('images_template/logoFeet.jpg');
	background-repeat: no-repeat;
	height: 160px;
}
#header_text {
	float: right;
	width: 500px;
	margin-top: 15px;
	text-align: right;
}
.tagline {
	color: #FF6600;
	font-family: "Century Gothic";
	font-size: x-large;
}
#spacer {
	clear: both;
}
#right_col {
	width: 665px;
	float: right;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #FF6600;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#left_col {
	width: 235px;
	float: left;
	text-align: center;
	padding-top: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 15px;
}
#footer {
	font-size: x-small;
	background-color: #FF6600;
	color: #FFFFFF;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #66FF66;
	font-weight: bold;
}
