@charset "utf-8";
/* CSS Document */

body {
	background-color: #191919;
	margin-top: 0px;
}

#container_all{
	width: 900px;
	margin:0px auto;
}

#banner{
	float:left;
	width: 900px;
	height: 130px;
	background-image: url(../images/logo/logo_grey.png);
	background-repeat: no-repeat;
	background-position: center;
}
#slideshow_container {
	float:left;
	width: 900px;
	height: 440px;
}
#gallery_container {
	float:left;
	width: 900px;
	height: 100%;
	text-align: center;
}
#slideshow_flash {
	float:left;
	width: 900px;
	height: 426px;
	text-align: center;
}
#inner_pg_container {
	float:left;
	width: 900px;
	height: 440px;
}

a.white:link{
	color:#414141;
	text-decoration: none;
}
a.white:visited {
	color:#414141;
	text-decoration: none;
}

a.white:hover {
	color:#FFF;
	text-decoration: none;
}

.main_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #7f8080;
}

#footer {
	float:left;
	width: 900px;
	height: 28px;
	text-align: center;
	clear: both;
}
#footer_copyright {
	float:left;
	width: 300px;
	height: 28px;
	text-align: left;
	padding-left: 5px;
}
#footer_MD {
	float:right;
	width: 200px;
	height: 28px;
	text-align: right;
	padding-right: 15px;
}
#footer_longer {
	float:left;
	width: 900px;
	text-align: center;
	clear: both;
	padding-top: 200px;
}
#temp {
	float:left;
	width: 900px;
	text-align: center;
	clear: both;
	height: 50px;
	padding-top: 50px;
}
.larger {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #FFF;
}
.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #414141;
}
