@charset "UTF-8";
/* CSS Document */

body {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
background-color:#66ccff;
text-align: center;
}
.content{
width:920px;
height:100%;
background-image:url("imgs/back_content.gif");
text-align: left;
}
.txtContainer{
margin-left:20px;
width:898px;
height:500px;
text-align: left;
}
h1{
font-family:Lucida Grande, Verdana, Arial;
font-size:24px;
font-weight:bold;
color:#ff9900;
margin-top: 0px;
margin-bottom: 10px;
}
.bodyText{
font-family:Lucida Grande, Verdana, Arial;
font-size:14px;
font-weight:normal;
color:#333333;
line-height:24px;
}

#wrapper {
	width: 920px;
	background-color: #fff;
	margin: 0 auto;
	text-align: center;
}

#wrapper .elements {
	width: 870px;
	text-align: left;
	margin: 0 auto;
	font-family:Lucida Grande, Verdana, Arial;
	font-size:14px;
	font-weight:normal;
	color:#333333;
}

#left {
	float: left;
	width: 160px;
	overflow: visible;
	margin-top: 10px;
}

#nav {
	width: 150px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fff:
}

#nav li {
	background-color: #66CCFF;
	color: #fff;
	margin: 0 0 10px 0;
}
 
#nav li.current, 
#nav li.activeSlide{
	background-color: #006699;
}

#nav li.last {
	margin-bottom: 0;
}

#nav li a {
	color: #fff;
	text-decoration: none;
	margin: 0 0 0 10px;
 	padding: 10px 0;
	display: block;
}

#content {
	float: right;
	width: 705px;
	background-color: #006699;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

#content .slide {
	margin: 10px;
	width: 685px;
}

#content .slide a {
	text-decoration: none;
	display: inline;
	float: left;
}

#content .slide a img {
	margin: 10px;
	display: inline;
	float: left;
	border: 0;
}
