body {
	margin: 0;
	padding: 0;
	font: 10pt Arial;
	color: #626262;
	text-align: justify;
	background: url('images/head.jpg') no-repeat 0 0;
}

a {
	color: #292929;
	border-bottom: 1px dashed #ff7800;
	text-decoration: none;
}

a:hover {
	color: #000;
	border-bottom: 0;
	background-color: #ffff9c;
}

textarea, input {
	font: 8pt Arial;
}

#nav {
	position: absolute;
	top: 275px;
	left: 10px;
	width: 250px;
	z-index: 3;
	font: 8pt Arial;
}

#nav h1 {
	color: #f58daf;
	font: 18pt "Times New Roman";
	border-left: 15px solid #d2ed72;
	padding-left: 10px;
}

#nav ul {
	list-style: none;
	margin-top: 20px;
	padding: 0;
	border: 0;
	width: 100%;
}

#nav li {
	border: 0;
	margin-bottom: 2px;
}

#nav li a {
	color: #59d4ea;
	display: block;
	font: 10pt Tahoma;
	text-decoration: none;
	text-transform: lowercase;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 80%;
	border-left: 10px solid #7fe0fd;
	border-bottom: 0;
}

html>body #nav li a { 
	width: auto; 
}

#nav li a:hover {
	color: #ffc000;
	border-left: 10px solid #ffde00;
	border-bottom: 0;
	background-color: #ffff9c;
}

#content {
	position: absolute;
	top: 5px;
	left: 300px;
	min-width: 50%;
	padding-right: 5%;
	margin: 0;
	z-index: 999;
}

#content h1 {
	color: #6de6ef;
	border-left: 30px solid #d2ed72;
	padding-left: 10px;
	font: 30pt Georgia;
	text-align: left;
}

#content h2 {
	color: #36c9ec;
	border-left: 15px solid #d2ed72;
	padding-left: 10px;
	font: 20pt "Times New Roman";
	text-align: left;
}

#content img {
	padding: 8px;
	margin: 10px;
	border: 1px solid #dedede;
	background: #eee;
}

b {
	color: #ffa250;
}

i {
	color: #f58c94;
}
