﻿a {
	color: #FFFF00;
}
a:visited {
	color: #FFFF00;
}
a:active {
	color: #FFFF66;
}
a:hover {
	color: #6699FF;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	font-family: "trebuchet MS", Verdana, Arial;
	font-size: small;
	color: #FFFFFF;
	background-image: url('images/JeffCochell.jpg');
	background-repeat: no-repeat;
}
#navigation {
	width: 120px;
	float: left;
}
#tagline {
	font-size: large;
	font-weight: bold;
	color: #FFFF00;
	margin-top: 120px;
	width: 375px;
	float: right;
	margin-bottom: 35px;
	text-align: right;
	margin-right: 15px;
}
#right_column {
	width: 550px;
	float: right;
	clear: right;
	text-align: right;
	margin-right: 15px;
}
#main {
	clear: both;
	margin-right: 15px;
	text-align: right;
}
#spacer {
	clear: both;
}
#footer {
	font-size: x-small;
	margin-top: 20px;
}
#nav_button {
	background-color: #FFFF00;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	color: #000000;
}
#navigation a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#navigation a:hover {
	color: #6699FF;
	font-weight: bold;
	text-decoration: none;
}
