html,
body,
h1, h2, h3, h4, h5, h6,
div,
p,
ul, ol, li
{
	margin: 0; padding: 0;
}
html,
body
{
	height: 100%;
}
body
{
	color: white;
	font-family: Verdana, serif; font-size: 95%;
	background-color: white;
}
a
{
	color: white;
}
img
{
	border-width: 0;
}
label
{
	float: left;
	display: block;
	width: 150px;
}
input
{
	float: left;
	padding: 3px 5px;
	width: 200px;
	font-family: Verdana, serif; font-size: 100%;
	border-width: 0;
}
textarea
{
	float: left;
	padding: 3px 5px;
	width: 400px; height: 200px;
	font-family: Verdana, serif; font-size: 100%;
	border-width: 0;
}
p.buttons
{
	padding-left: 150px;
}
p.buttons input
{
	width: auto;
	color: white;
	font-size: 150%; font-weight: bold;
	background-color: transparent;
}
.clear
{
	clear: both;
	display: block;
	height: 1%;
	line-height: 1%:
}
div#container
{
	margin: 0 auto;
	width: 768px;
}
div#header
{
	float: left;
	width: 768px; height: 250px;
}
div#header a
{
	float: left;
	display: block;
	width: 768px; height: 250px;
}
div#header a img
{
	float: left;
}
div#main
{
	float: left;
	width: 768px;
	min-height: 600px;
	background: #0076a8 url(../images/main_bck.jpg) no-repeat left top;
}
ul#menu
{
	float: left;
	padding: 20px 0 20px 32px;
	height: 20px;
	list-style-type: none;
}
ul#menu li
{
	float: left;
}
ul#menu li.selected a
{
	font-weight: bold;
}
ul#menu li a
{
	float: left;
	display: block;
	width: 140px; height: 20px;
	font-size: 110%;
	text-align: center; text-decoration: none;
	border-left: 1px solid #71d7f1;
}
ul#menu li a.first
{
	border-left-width: 0;
}
div#content
{
	margin-top: 20px;
}
div#map
{
	margin: 0 auto 30px auto;
	width: 500px; height: 250px;
	border: 1px solid white;
}
div#left,
div#right
{
	float: left;
	margin-left: 20px;
	width: 354px;
}
div.all
{
	padding: 0 20px;
}
div#left h1,
div#right h1,
div.all h1
{
	margin-bottom: 10px;
}
div#left h2,
div#right h2,
div.all h2
{
	margin-bottom: 10px;
	font-size: 100%; font-weight: bold;
	text-transform: uppercase;
}
div#left p,
div#right p,
div.all p
{
	margin-bottom: 10px;
	font-size: 70%;
	text-align: justify;
}
div#footer
{
	float: left;
	padding-top: 7px;
	width: 768px; height: 23px;
	font-size: 80%;
	text-align: center;
	background-color: #e2007a;
}