/* General elements
   ---------------- */

body {
	margin: 0;
	padding: 0;
	background: #D0D0D0 url(../images/mh_back.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
}
body#home { /* Homepage only */
	background-color: #000;
	background-image: none;
}
img {
	border: 0;
}
h1, h2, h3 {
	margin-top: 0;
}
h1 {
	font-size: 1.2em;
}
h2 {
	font-size: 1em;
}
p {
	font-size: 0.9em;
}
p.error {
	color: #F00;
	font-weight: bold;
}
a {
	color: #00F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/* Container
   --------- */
   
div#page {
	width: 670px;
	margin: auto;
}


/* Homepage
   -------- */

body#home div#page div {
	position: relative;
	width: 670px;
	margin-top: 95px;
}
body#home img { position: absolute; }
body#home img#hi1 { top: 50px; left: 0; }
body#home img#hi2 { top: 50px; left: 252px; }
body#home img#hi3 { top: 112px; left: 252px; }
body#home img#hi4 { top: 276px; left: 252px; }
body#home img#hi5 { top: 7px; left: 32px; }
body#home img#hi6 { top: 7px; left: 355px; }
body#home img#hi7 { top: 7px; right: 32px; }
body#home img#hi8 { top: 365px; left: 32px; }
body#home img#hi9 { top: 365px; left: 281px; }
body#home img#hi10 { top: 365px; right: 32px; }


/* Masthead
   -------- */
   
div#masthead {
	position: relative;
	width: 670px;
	height: 162px;
}
div#masthead img#title {
	position: absolute;
	top: 41px;
	left: 43px;
}
div#masthead img#photo {
	position: absolute;
	top: 0;
	right: 0;
}


/* Main Content
   ------------ */
   
div#content {
	float: right;
	margin-top: 15px;
	width: 470px;
	text-align: left;
}
div#content p {
	line-height: 1.3em;
}


/* Navigation
   ---------- */

div#nav {
	float: left;
	width: 160px;
	margin-top: 15px;
	text-align: right;
}
div#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#nav ul li {
	margin-bottom: 5px;
}
div#nav ul li a {
	font-family: "Courier New", Courier, mono;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
	color: #F00;
}
div#nav ul li a:hover {
	color: #606;
}
div#nav ul li#n1 {
	margin-right: 0;
}
div#nav ul li#n2 {
	margin-right: 10px;
}
div#nav ul li#n3 {
	margin-right: 20px;
}
div#nav ul li#n4 {
	margin-right: 30px;
}
div#nav ul li#n5 {
	margin-right: 40px;
}
div#nav ul li#n6 {
	margin-right: 50px;
}
div#nav ul li#n7 {
	margin-right: 60px;
}


/* Footer
   ------ */
   
div#footer {
	clear: both;
	margin: 15px 0;
}
div#footer p {
	margin: 3px 0;
	font-size: 0.8em;
}
