body {
	background-color: #d9d9d9;
	font-family: arial,helvetica;
	font-size: 12px;
}

h1 {
	margin-top: 14px;
	font-size: 24px;
}

h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-left: 10px;
	font-size: 14px;
	color: #ffffff;
}

h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 13px;
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 6px;
}

li {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 4px;
}

img {
	border: 0;
}

#main {
	position: relative;
	margin: 0 auto;
	top: 8px;
	height: 570px;
	width: 720px;
	background-color: #202020;
}

#logo {
	position: absolute;
	left: 1px;
	top: 1px;
	height: 142px;
	width: 718px;
	background-color: #386aa0;
	background-image: url(images/logo.jpg);
	text-align: center;
}

#menu {
	position: absolute;
	left: 1px;
	top: 143px;
	height: 426px;
	width: 212px;
	background-color: #ffffff;
	background-image: url(images/menu.jpg);
}

#container {
	position: absolute;
	left: 213px;
	top: 143px;
	height: 426px;
	width: 506px;
}

#header {
	position: relative;
	height: 20px;
	background-color: #6899dc;
	background-image: url(images/header.jpg);
}

#content {
	position: relative;
	height: 336px;
	background-color: #f6f6f6;
	text-align: justify;
}

#link {
	position: relative;
	height: 50px;
	background-color: #f0f0f0;
	text-align: center;
}

#footer {
	position: relative;
	height: 20px;
	background-color: #bdbdbd;
	text-align: center;
}

#link_text {
	padding-top: 3px;
	font-size: 11px;
}

#footer_text {
	padding-top: 3px;
	font-size: 11px;
}

#menu img{
	margin-top: 6px;
	margin-bottom: -6px;
	margin-left: 5px;
}

#menu a {
	color: #033A7C;
	text-decoration: none;
}

#content a {
	color: #000000;
	text-decoration: none;
}

#link a {
	padding-left: 4px;
	padding-right: 4px;
	color: #303030;
	text-decoration: none;
}

#footer_text a {
	color: #000000;
	text-decoration: none;
}