body {
	background-color: #c1dff6;
	font: 13px Georgia, Verdana, Arial, serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(images/rays.png);
	background-repeat: no-repeat;
	min-width:710px;
	width: 100%;
}

body#popup {
	background-color: #ffffff;
	font: 13px Georgia, Verdana, Arial, serif;
	color: #000000;
	padding: 20px;
	background-image: none;
}

a {
	color: #d8a50e;
	text-decoration: none;
}

li {
	padding: 3px 0;
}

.opened {display: block;}
.closed {display: none;}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#main {
	margin-left: 70px;
	margin-top: 75px;
	width: 60%;
	height: 82%;
	float: left;
	position: relative;
	border: 2px solid #e2b720;
	background-color: #ffffff;
}

#brand {
	font: 22px Georgia, Verdana, Arial, serif;
	color: #d8a50e;
	padding: 0;
	text-align: center;
}

#content {
	padding: 10px 20px;
	min-width:380px;
}

#nav {
	width: 185px;
	height: 90%;
	float: left;
	position: relative;
	font-weight: bold;
	margin: 85px 0 0 0;
	padding-left: 25px;
}

#nav a {
	padding-left: 5px;
	zoom: 1;
}

#nav a:hover {
	filter:alpha(opacity=50);
	opacity: 0.5; 
	zoom: 1;
}

#container { width: 100%; }

#fittyleft {
	width: 44%;
	float: left;
	position: relative;
	display:  inline;
	margin: 0 18px 10px 0;
}

#fittyright {
	width: 50%;
	float: left;
	position: relative;
	display:  inline;
}

#basplosion {
	text-align: center;
}

#heady {
	margin-bottom: 20px;
	clear: left;
}

#bubbles {
	float: right;
	position: relative;
	display:  inline;
	width: 190px;
	margin-left: 15px;
}

#bub {
	margin: 11px 15px 0 0;
}

#features {
	margin: 30px 0 15px 0;
}

.contact {
	font: 12px Georgia, Verdana, Arial, serif;
	color: #000000;
}