
body {
	background-color: #596380;
}

td {
	font-family: verdana, sans-serif;
	font-size: 14px;
	color: #505050;
}

#main {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 1024px;
	height: 600px;
	font-family: verdana, sans-serif;
	font-size: 14px;
	color: #505050;
}

#sec1 {
	width: 1024px;
	height: 110px;
	background-color: #bfd4e0;
}

#header {
	position: absolute;
	top: 5px;
	left: 325px;
	width: 607px;
	height: 174px;
	background-image: url('/images/header.png');
}

#sec2 {
	width: 1024px;
	height:157px;
	background-image: url('/images/curves.jpg');
}

#sec3 {
	width: 1024px;
	background-color: #c89c77;
}

#content {
	position: relative;
	left: 240px;
	width: 751px;
}

#navigation {
	position: absolute;
	top: 200px;
	left: 20px;
	width: 200px;
	height: 400px;
}

a.navitem {
	text-decoration: none;
	color: #ff0000;
	font-family: verdana, sans-serif;
	font-size: 20px;
	color: #505050;
	font-weight: bold;
}

a.navitem:hover {
	text-decoration: underline;
	color: #505050;
}
