/* CSS Document */

body {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #000066;
	background-color: #CCCCFF;
}
h1 {
	font-size: 28px;
	font-weight: bold;
}
.large {
	font-size: 20px;
	color: #FFFFFF;
	background-color: #000066;
}
.navLink {
	color: #FFFFFF;
}
.navLink a {
	color: #FFFFFF;
	text-decoration: none;
}
.navLink a:hover {
	text-decoration: none;
	color: #000066;
	background-color: #CCCCCC;
}
.title { 
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.footer {
	font-size: 9px;
	text-align:center;
}
/* SECTIONS */

#container {
	position:relative;
	width:850px;
	left:50%;
	margin-left:-400px;
	background-color: #FFFFFF;
	border: #000066 thin solid;
}
#logo {
	position: relative;
	width: 300px;
}
#photo {
	position: relative;
	float: right;
	width: 475px;
}