﻿* { margin:0; padding: 0; }
/* html elements */
body {
	
	background-color: #996600;
	font: normal small Helvetica, Verdana, Arial, sans-serif;
}

h2 {
	color: #CC3300;
	font-size: 16px;
}

ul {
	margin-left: 25px;
}

a {
	text-decoration: none;
	color: #006633;
	font-weight: bold;
	
}

a:hover {
	color: #336666;
}

a:visited {
	color: #006600;
}

table {
	left: 5px;
}

.head {
	color: purple;
	font-size: 16px;
	font-weight:bold;
}

.award {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size: 11px;
	color: navy;
	text-align:center;
}

/* CSS layout */
#wrapper {
	margin: 0 auto;
    padding: 0;
    width: 776px;
    background-color: #CC9900;
}

#masthead {
	background-color: #FFCC00;
	width: 770px;
	height: 90px;
	padding: 3px 3px 3px 3px;
}

#lefthead {
	width: 138px;
	left: 0px;
	top: 0px;
	float: left;

}

#righthead {
	margin-left: 138px;
	text-align: right;
	padding: 12px 12px 0 0;
	
}

#top_nav {
	background-color: #CC3300;
	text-align: right;
	font: helvetica;
	color: #FFCC00;
	width: 764px;
	padding: 0 12px 0 0;
	
}

#top_nav a {
	border-bottom: thin;
	text-decoration: none;
	color: #FFCC00;
}

#container {
	width: 776px;
}

#left_col {
	position: relative;
	display:inline;
	width: 138px;
	float: left;
	background-color: #CC9900;
	color: #006633;
	font: helvetica;
	font-weight: bold;
	padding: 12px 0 0 12px;
}

#photos {
	margin-left: 138px;

}

#page_content {
	margin-left: 150px;
	background-color: #ffffcc;
	padding: 12px 12px 12px 12px;
}

#footer {
	background-color: #FFCC00;
	width: 776px;
	font-size: x-small;
	text-align: center;
	padding: 12px 0 12px 0
}
