body {
	font-family: Georgia;
	font-size: 100%;
	color: #999;
	text-align: center;
	text-decoration: none;
	margin: 0;
	border: 0;
	padding: 0;
	background-color: white;

body {font-size:100%;}
h1 {font-size:2.5em;}
h2 {font-size:1.875em;}
p {font-size:0.875em;}
	
}

a:link {color: #333;}
a:visited {color: olive;}
a:hover {color: #cccc99;}
a:active {color: orange;}


#header {
	width: 100%;
	height:320px;
	margin: 0 auto 0 auto;
	border: 0;
	padding: 0;
	Background-color: #cccc99
}

#logo {
	position: relative;
	top: 0px;
	}

#logotype {
	position: relative;
	top: 120px;
	}

#navigation {
	position: relative;
	top: 0px;
	border-top: 2px solid #333333;
	border-color: #666;
	padding-top: 5px;
  	padding-bottom: 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: light;
	text-decoration: none;
	word-spacing: 15px;
	background-color: #999;

}

#container {
	margin: 0;
	border: 0;
	padding: 0;
	text-align: center;
	background-color: white;
}

#footer {
	position: relative;
	top: 300px;
	padding-bottom: 20px;
	font-size: 0.6em;
	text-align; center;
	


/* By the way, this is a comment*/



