@charset "utf-8";
/* CSS Document */
#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	position: relative;
} 

#header {
	height: 400px;
	position: relative;
}

#header h2,
#header h3{
	text-indent: -9999px;
	float:left;
}

#navigation {
	float: left;
	list-style-type: none;
	width: 950px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	bottom: 0px;
	position: absolute;
	z-index:1000;
}
#navigation li {
	line-height: 0px;
}


#navigation li a {
	float: left;
	padding-right: 7px;
	padding-left: 7px;
	color: #FFF;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: normal;
	display: block;
	line-height: 30px;
}

#navigation li a:hover{
	background-color: #666;
}

#content {
	margin-left: 0px;
	background-color: #191919;
	padding: 5px;
}
.floor {
	float: left;
	width: 455px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#included {
	clear: both;
}

#content ul {
	margin-left: 30px;
	margin-bottom: 10px;
}
#content ul li {
	padding-bottom: .2em;
}


#content #address {
	float: right;
	width: 200px;
	padding-left: 20px;
}
#content table {
	border: 1px solid #666;
	margin-right: auto;
	margin-left: auto;
}
#content table caption {
	font-size: 1.2em;
}
table tr th {
	background-color: #333;
	padding: 2px;
	border: 1px solid #666;
}
#content table tr td {
	border: 1px solid #666;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}


#wrapper #footer p {
	font-size: 0.7em;
	text-align: center;
	line-height: 1.5em;
	padding-top: 5px;
	clear: both;
}
.photo {
	border: 5px solid #FFF;
}
.photop {
	text-align: center;
	font-size: .7em;
}


body {
	background-color: #2F2F2F;
	background-image: url(images/bgBody.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

