

body {
	background-image:  url(../images/background.jpg);
	background-repeat: no-repeat;
	background-color: #aedfc1;
	font-family: Verdana, Arial, Sans Serif;
	font-size: 12px;
	color: #000099;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	font-size: 12px;
	color: #000033;
	text-decoration: none;
}

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

a:visited {
	color: #003366;
	text-decoration: none;
}

a:hover {
	color: #0033FF;
	text-decoration: none;
}

a:active {
	color: #000099;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
	;font-weight: normal;
	color: #54aaa0;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 14px;
}

ul {
	list-style-type: none;
}

table {
	border: 0px solid #fff;
}

tr,td {
	border: 1px solid #fff;
}

#nav {
	position: absolute;
	top: 250px;
	left: -15px;
	width: 195px;
	padding: 0px;
	border: 0px;
	line-height: 30px;
}

p {
	float: left;
	width: 100%;
}

#content {
	margin-top: 170px;
	margin-left: 220px;
	width: 500px;
	padding: 0px;
	border: 0px;
}

