body {
	margin:0px;
	height:100%;
/* 	background: black; */
	background:url(/images/logo.png) black top center no-repeat;
}

body, div, td, input, option, textarea, a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	letter-spacing:0.3em;
	color:#ffffff;
	text-decoration:none;
	text-align:justify;
}

.mainframe {
	width:99.8%;
	height:400px;
/* 	border:1px solid #cccccc; */
	background-color:#000000;
	margin-top:130px;
	opacity:0.9;
	filter:alpha(opacity=90);
	overflow-x:hidden;
	overflow-y: scroll;
	color:#ffffff;
	text-align:center;
}

.intro {
	margin:10px;
	color:#ffffff;
	text-align:left;
}

#photoSlide {
	overflow: hidden;
}

#photoSlide a {
	border: none;
}

#photoSlide img {
	opacity:0.2;
	filter:alpha(opacity=20);
	float:left;
	border: none;
}

#photoSlide img:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

#contact {
	float:none !important;
}

.menuframe {
	width:99%;
	height:30px;
	margin-top:0px;
}

.menuframe a {
	opacity:0.5;
	filter:alpha(opacity=50);
/* 	width:110px; */
	letter-spacing:0.1em;
	margin-left:1px;
	margin-right:1px;
	padding: 0px 10px;
	line-height:25px;
	overflow: hidden;
	background:white;
	color: black;
	text-align:center;
	float:left;
}

.menuframe .menu {
	height:23px;
	margin-top:2px;
}

.menuframe .facebook {
	width: 23px;
	height: 23px;
	text-align: left;
	text-indent: -10000px;
	background: center center url(/images/facebook.png) no-repeat white;
}

.menuframe .menuSelected {
	height:25px;
	margin-top:0px;
	opacity:0.8;
	filter:alpha(opacity=80);
}

