@charset "utf-8";

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

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


/* CSS Document */

body {
	background-color: #191919;
	margin-top: 0px;
	height: 100%;
	font-size: 12px;
	font-family: Verdana;
}

#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: 680px;
	height: 100%;
}
#slideshow_flash {
	float:left;
	width: 900px;
	height: 426px;
	text-align: center;
}
.main_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #7f8080;
}
.videoHolder {
	float:left;
	padding:0;
	margin:0;
	width:676px;
	height:100%!important;
	height:auto;
	padding:5px;
	text-align: center;
}
.contactTY {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #7f8080;
	font-weight: bold;
}

#inner_pg_container {
	float:left;
	width: 900px;
	height: 100%;
}
#inner_pg_container_top {
	float:left;
	width: 900px;
	height: 13px;
	background-image: url(../images/inner_pgs/inner_content_bg_top.jpg);
}
#inner_pg_container_mid_expand {
	float:left;
	width: 900px;
	height: 100%;
	background-image: url(../images/inner_pgs/inner_content_bg_mid.jpg);
	background-repeat: repeat-y;
}
#inner_pg_container_bottom {
	float:left;
	width: 900px;
	height: 19px;
	background-image: url(../images/inner_pgs/inner_content_bg_bottom.jpg);
	background-repeat: no-repeat;
}

#nav {
	float:left;
	width: 210px;
	height: 100%;
}
#bio {
	float:left;
	width: 645px;
	height: 100%;
	text-align: justify;
	padding-left: 20px;
	padding-right: 25px;
}

#content {
	float:left;
	width: 690px;
	height: 100%;
	text-align: center;
}


#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;
}

.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #414141;
}

