@charset "UTF-8";
* {
	margin: 0px;
}
#wrapper {
	background-image: url(images/concrete_background.jpg);
	width: 1030px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	height: 1325px;
}
#wrapper #logo {
	height: 261px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #logo #nav {
	height: 80px;
}
#leftbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	width: 580px;
	background-color: #FFFFFF;
	-moz-border-radius: 10px;
	padding: 20px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 30px;
	float: left;
	height: auto;
}
#wrapper #logo #rightbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	width: 289px;
	background-color: #FFFFFF;
	-moz-border-radius: 10px;
	float: right;
	padding: 20px;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#bottom div {
}
opacity: 0.0;
	filter:alpha(opacity=0);
	-moz-opacity: 0.0;
