body{
	font-family: "Arial, sans";
	font-size: 18px;
	background-color: #343434;
	color: black;
}

#wrapper {
	margin: 0 auto;
	background-color: #343434;
	height: 100%;
}

#container {
	margin: 0 auto;
	padding-top: 20px;
	background-color: white;
	width: 1000px;
}

#container h1 {
	text-indent: -9999px;
	margin-left: 20px;
	background-image: url(../_images/logo_site.png);
	background-repeat: no-repeat;
	width: 190px;
	height: 61px;	
}

#container h2 {
	text-indent: -9999px;
	margin: 0 auto;
	background-image: url(../_images/title.jpg);
	background-repeat: no-repeat;
	width: 320px;
	height: 43px;	
}

#menu{
	margin: 0 auto;
}

#menu #quickTime_gallery{
	float: left;
}

#menu #flash_gallery{
	float: left;
}

#menu #media_gallery{
	float: left;
}

#menu #video {
	float: left;
}
#menu #flash {
	float: left;
}

#menu #media {
	float: left;
}

#footer {
	clear: left;
	margin: 0 auto;
	width: 1000px;
	/*height: 100%;*/
	background-color: #dbdbdb;
}

#footer h1 {
	background-color: #dbdbdb;
	background-image: url(../_images/shadow.jpg);
	background-repeat: no-repeat;
	height: 21px;
}

#footer hr {
	float: left;
	margin-left: 100px;
	margin-top: 5px;
	color: #c4c4c4;
	background-color: #c4c4c4;
	height: 1px;
	border: none;
	width: 80%;
}

#footer #services {
	clear: both;
	margin: 0 auto;
	background-image: url(../_images/services_site.jpg);
	background-repeat: no-repeat;
	width: 721px;
	height: 32px;
}

#footer #services ul {
	list-style-type: none;
	text-indent: -9999px;
}

#footer #services ul li {
	float: left;
	padding-left: 10px;
}

#footer #info{
	margin: 0 auto;
	background-image: url(../_images/address_site.jpg);
	background-repeat: no-repeat;
	width: 721px;
	height: 32px;
}

#footer #link{
	position: absolute;
	top: 640px;
	left: 730px;
	width: 150px;
	cursor: pointer;
}

#footer #info ul {
	list-style-type: none;
	text-indent: -9999px;
	margin-top: 30px;
}

#footer #info ul li {
	float: left;
	padding-left: 10px;
}
