body{
	background-image: url(/images/background_blue.jpg);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #003E65;
	margin: 15px 0px 0px;
}
body * {
	font-family:Verdana, Helvetica, sans-serif, arial;
	font-size:14px;
}
#index_content{
	position:absolute;
	width: 800px;
	margin-left: -400px;
	left: 50%;
}

#address{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
}
#logo{
	text-align: center;
	display: block;
}
#pictures{
	text-align: center;
	display: block;
	height: 275px;
	background-image: url(../images/index.bg.jpg);
	margin-left: 3px;
}
#menu{
	margin-top: 10px;
	text-align: center;
	font-size: 12px;
	color: #003E65;
	text-decoration: none;
}
#menu a{
	color: #000000;
	text-decoration: none;
	font-size: 16px;
	background-image: none;
	background-position: right bottom;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: center;
	display: block;
	width: 180px;
}
#menu a:hover{
	background-image: none;
	color: #ffffff;
}
#bottom{
	text-align: justify;
	color: #FFFFFF;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
}
#footer{
	text-align: center;
	color: #FFFFFF;
	display: block;
}
h1{
	margin: 0px;
}