@charset "utf-8";
body {
	font: normal 14px Tahoma, Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(../images/background_mosaic.jpg) repeat #000000;
}
p {
	margin: 0;
}
h1 {
	margin: 0px 0px 8px 0px;
	font-size: 24px; 
	font-weight: bold;
	text-align: center;
}
h2 {
	margin: 0px 0px 8px 0px;
	font-size: 18px; 
	font-weight: normal;
	text-align: center;
}
#container {
	width: 883px;
	margin: 0 auto;
	text-align: left;
}
#mainContent {
     background: #000000;
     color: #FFFFFF;
     padding:30px 50px;
}
#textContent {
    }
#picContent {
     float: right;
     margin-left: 50px;
}
#clear {
	clear: both;
}
a:link, a:visited {
	color: #00FF00;
}


/* HEADER AND FOOTER STYLES */
#headerContent {
	position: relative; 
	width: 883px;
	height: 217px;
	background-image: url(../images/inside_header.jpg);
}
.menu {
	position: absolute;
	top: 115px;
	left: 140px;
}
.menu li {
	display: block;
	width: 95px;
	margin-right: 10px;
	float: left;
	text-align: center;
}
.menu li a:link, .menu li a:visited {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.menu li a:hover, .menu li a:active {
	color: #FFFFFF;
}
#name_address {
	position: relative;
	text-align: center;
	margin: 50px 0px 10px 0px;
	font-size: 16px; 
	font-weight: bold;
}
#name_address span {
	font-size: 28px;
}
.underline {
	border-bottom: 1px solid #000000;
	margin-bottom: 20px;
}