* {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

body {
	background-color: #0A8EBC;
	margin: 0;
	padding: 0;
	color: #555;
	font-size: small;
}

#header {
	border-bottom: 2px solid #FFF;
	background-image: url("../img/logo.png");
	background-repeat: no-repeat;
	text-align: right;
}

#footer {
	color: #FFF;
	text-align: center;
	border-top: 2px solid #FFF;
}

#content {
	color: #FFF;
	background-image: url("../img/danielvaughan.png");
	background-repeat: no-repeat;
	padding-left: 250px;
	height: 600px;
}

#box {
	font-family: Georgia, "Times New Roman", serif;
	margin: 0;
	height: 570px;
	padding-right: 5px;
	overflow:auto;
	display: block;
}

#navigator {
	margin: 0;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #FFF;
	padding-bottom: 5px;
}

#navigator a {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	margin: 0;
	text-align: center;
	width: 75px;
	font-weight: bold;
	color: #FFF;
}

#navigator a:hover {
	
}

a
{
	color: #FFF;	
}

#navigator .current {
	background: #FFF !important;
	color: #0A8EBC;
}

#container {
	width: 800px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
}

form {
	width: 100%;
	margin: 0;
}

input,textarea {
	font-size: 1em;
	width: 98%;
	border: 1px solid;
	border-color: #ccc;
	margin-bottom: 0.5em;
	padding: 2px;
	color: #555;
}

input {
	width: 20em;
}

img {
	border: none;
}

input.button {
	width: 5em;
	background-color: #0A8EBC;
	border-color: #FFF;
	color: #FFF;
	padding: 0;
	cursor: pointer;
}

h1 {
	font-weight: bold;
}

fieldset {
	border: 1px solid #ccc;
	padding: 20px;
}

label {
	float: left;
	width: 5em;
}