body {
	background-color: #003366;
	font-family: "Lucida Grande", Verdana, Tahoma, Arial, sans-serif;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

p {
	font-size: 12px;
	line-height: 1.5em;
	color: #ffffff;
	}

h1 {
	font-size: 14px;
	font-variant: small-caps;
	color: #ffffff;
	}

li {
	text-align: left;
	list-style-type: disc;
	}

/* links */

a img {
	border: none;
	text-decoration: none;
	background: none;
	}

.menu a:link {
	color: #ffcc33;
	text-decoration: none;
	}

.menu a:visited {
	color: #ffcc33;
	text-decoration: none;
	}

.menu a:hover {
	color: #ffffff;
	text-decoration: none;
	}

.menu a:active {
	color: #ffcc33;
	text-decoration: none;
	}

.menu a:link img {
	border: none;
	}

.menu a:visited img {
	border: none;
	background: none;
	}	

/* pseudo classes */

.smaller {
	font-size: 10px;
	color: #ffffff;
	}
	
.bigger {
	font-size: 14px;
	}
/* div classes */

#container {
	position: relative;
	margin-top: 5%;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
	
#header1 {
	position: relative;
	top: 80px;
	width: 401px;
	height: 140px;
	margin: 0 auto;
	}
	
#header2 {
	position: absolute;
	top: 8px;
	height: 40px;
	width: 100%;
	border-bottom: 2px solid #006699;
	}

#image {
	position: absolute;
	top: 250px;
	left: 50px;
	width: 99px;
	height: 104px;
	}

#subheader {
	position: absolute;
	top: 314px;
	right: 50px;
	width: 314px;
	height: 43px;
	}

#menu1 {
	position: absolute;
	text-align: left;
	top: 364px;
	left: 50px;
	right: 50px;
	height: 30px;
	border-top: 2px solid #006699;
	z-index: 100;
	}

#menu2 {
	position: absolute;
	top: 44px;
	left: 26px;
	z-index: 100;
	}

#info {
	position: absolute;
	top: 100px;
	left: 26px;
	width: 650px;
	line-height: 150%;
	text-align: justify;
	}

#mm {
	position: fixed;
	bottom: 20px;
	right: 20px;
	}