html {
	font-size:100.01%;
	background:#000000 url(back.gif) repeat-x top;
}
body {
	font-size:100.01%;
	color:#fafafa;
	height: auto;
	font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans","Verdana","Arial",sans-serif;
}
div.head {
	margin-bottom: 2%;
	clear: both;
}
div.nav {
	float: left;
	clear: left;
	width: 12%;
	text-align: center;
}
div.main {
	position: relative;
	height: 100%;
	min-height: 100%;
	min-width: 550px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
div.body {
	margin-left: 15%;
	clear: right;
}

div.foot {
	position: relative;
	margin-top: 5%;
	min-width: 440px;
	text-align: center;
	clear: both;
	color: #444444;
}
h1 {
	font-size: 3em;
	font-weight: bold;
	letter-spacing: 2px;
}
h2 {
	font-size: 2em;
	font-weight: normal;
	color:#034972;
	text-shadow: #000000 -1px -2px 2px;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.2em;
	letter-spacing: 0.2em;
	color: #7FFF00
}
span.h4 {
	font-size: 1.2em;
	letter-spacing: 0.2em;
	color: #7FFF00
}
h5 {
	font-size: 1.1em;
	letter-spacing: 0.1em;
	color: #CC0000
}
span.h5 {
	font-size: 1.2em;
	letter-spacing: 0.1em;
	color: #CC0000
}
h6 {
	font-size: 1em;
	font-weight: bold;
}

A:link {
	text-decoration: none;
	color: #007eff;
}
A:visited {
	text-decoration: none;
	color: #eb2d2d;
}
A:hover {
	text-decoration: underline;
	color: yellow;
	background: #000000;
}
