body {
	background:#58d2e8 url(bkg_big.gif);
	padding:0px 30px 0px 0px;
	margin:0 0 0 0;
	font-family:Arial;
	font-size:13px;
	/*background-attachment:fixed;*/
	/*overflow:hidden;*/
}

#fixed {
	position:fixed;
	padding:30px 594px 30px 50px;
	height:100%;
	background:url(bkg.gif);
}

#logo {
	width:236px;
	height:89px;
	background:url(logo.png) no-repeat;
	cursor:pointer;
}



#menu {
	margin:40px 0 0 0;
	color:white;
	font-weight:bold;
}

#menu a {
	padding:10px 10px 10px 10px;
	
	opacity:0.8;
	
	margin:10px 0px 10px 0px;
	width:216px;
	display:block;
	text-decoration:none;
	
	color:#fff;
	background:#58d2e8;
}

#menu a:hover {
	color:#58d2e8;
	background:#fff;
}

#menu .selected {
	color:#58d2e8;
	background:#fff;
}

#content {
	position:absolute;
	left:350px;
	top: 0px;
	margin:0px 0 125px 0;
	opacity:0.8;
	background:#333;
	color:#fff;
	width:500px;
	min-height:200px;
	padding:10px 10px 10px 10px;
	line-height: 1.3em;
}

#content h1 {
	padding:40px 0 5px 0;
	margin:5px 0 5px 0;
}

#content a {
	color: #58d2e8;
	text-decoration:underline #58d2e8;
}

#content a:hover {
	text-decoration:underline #fff;
}

#content ul li {
	color:#58d2e8;
	padding: 0 0 0 10px;
}
#content ul li span{
	color:#fff;
}

#content ul{
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
}

.pic {
	border: 2px solid #58d2e8;
	width:496px;
	height:150px;
	margin:10px 0 10px 0;
	background-repeat:no-repeat;
}

.separator {
	background: url(separator2.png) center no-repeat;
	display:inline-block;
	height:50px;
	width:100%;
	margin:50px 0 50px 0;
}

.spacer {
	display:inline-block;
	height:126px;
	width:100%;
}


