body {background-color: #FF8C00; font-size: 16px;}

#wrapper {	width: 800px; 
		margin-left: auto; 
		margin-right: auto; 
		background-color: white;
		}

#masthead {	width: 800px; 
		border-bottom: #FF8C00 4px solid; 
		background-color: #FF8C00;
		}

#nav {		float: left; 
		width: 175px; 
		font-family: Georgia; 
		text-align: right; 
		border-top: white 10px solid; 
		border-bottom: white 10px solid;
		}

#top {		float: left; 
		width: 600px; 
		height: 30px; 
		margin-left: auto; 
		margin-right: auto; 
		border-top: white 10px solid
		}

#content {	float: left; 
		width: 590px; 
		margin-left: 25px;
		margin-right: 10px;
		border-top: white 5px solid; 
		border-bottom: white 10px solid;
		}

#footer {	width: 800px; 
		clear: both; 
		text-align: center; 
		border-top: #FF8C00 4px solid;}

img.centered {display: block; margin-left: auto; margin-right: auto;}
img.button {width: 150px; height: 20px; border: none;}
img.left {float:left; margin-right: 10px;}
img.top {width: 200px; height: 25px;}

p {margin-top: 0px;}
p.title {font-size: 18px; margin-top: 10px; margin-bottom: 0px;}

blockquote {font-size: 14px; margin-top: 0px; margin-bottom: 0px;}

a:link {color: #060551; text-decoration: none; font-weight: bold;}
a:visited {color: #060551; text-decoration: none; font-weight: bold;}
a:hover {color: #FF8C00; text-decoration: none; font-weight: bold;}

.bold {font-weight: bold;}