body {
	background-image: url(images/background.jpg);
	font-size:small;
	color: #000000;
}

h1 {
	font-weight: normal;
	font-family: sans-serif;
	font-size: large;
	text-transform: uppercase;
	text-shadow: none;
}

h2 {
	font-weight: normal;
	font-family: sans-serif;
	font-size: medium;
	text-transform: uppercase;
}

h3 {
	font-weight: bolder;
	font-family: serif;
	font-size: medium;
}

h4 {
	font-variant:small-caps;
	color: #0000A0;
	font-weight: bold;
}

h5 {
	font-variant:small-caps;
	color: #660066;
	font-weight: bold;
	font-size: large;
	text-transformation: uppercase;
}

a {
	text-color: #008000;
}

a:link {
	text-color: #804000;
	text-decoration:none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

ul {
	text-transform: uppercase;
	text-align: center;
}

div#nav {
	position: absolute;
	margin-top: 170px;
	margin-left: 20px;
	height: 20px;
	width: 900px;	
	z-index: 99;

}

div#nav a {
	font-size: 18;
	text-color: #FF8000;
	text-shadow: #000000 1px 1px 1px;	
}

div#header {
	padding: 5px;
	margin-right: 10px
	margin-top: 5px;
	margin-left: 0px;
	border-bottom: none;
	position: left;
}	

div#main {
	margin-left: 90px;
	margin-top: 0px;
	padding: 5px;
	font-size: small;
	font-family: garamond;
	position: top;
	
}

div #main img {
	float: right;
	padding: 3px 3px 0px 3px;
}


div #main a {
	color: #0080FF;
	text-shadow: none;
	padding: 0px;
}


div#main a:hover {
	text-decoration: underline;
	color: #FF0000;
	font-weight: bolder;
	background-color: transparent;
	
}


	
f