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

#mainWrapper {
	width: auto;
	height: 500px;
}


#contentWrapper {
	float: left;
	height: auto;
	_height: 500px;
	min-height: 500px;
	width: 960px; 
}

#content {
	position:absolute;
	top:20px;
	left:20px;
	/* float:left; */
	height:200px;
	width: 320px;
	background-image: url(../images/textbg.png);
}


#contentImage {
	position:absolute;
	left:16px;
	top:14px;
}

#mainThemes {
	position: relative;
	list-style:none;
	/* border: 1px solid red; */
}

#mainThemesMask {
	position:absolute;
	left:16px;
	top:40px;
	color:#505050;
	font-size: 20px;
	text-align:left;
	height: 100px; 
	width:300px;
	overflow: auto;
}

.scroll {
	position: absolute;
	top:437px;
	left:265px;
	width:50px;
	list-style:none;
	height:11px;	
}

.scroll li {
	float: left;
}

.scroll li a {
	display: block;
	text-indent: -2000px; 
	width:25px;
	height:25px;
}

.up {
	background-image:url(../images2/minus.jpg);
	background-repeat:no-repeat;
	width: 25px;
}

.scroll li.down{
    background-image:url(../images2/plus.jpg);
	background-repeat:no-repeat;
	width: 25px;
}



#mainThemes li {
	line-height: 16px;
	margin-top:3px;
	margin-bottom:3px;
}
#mainThemes a {
	color:#505050;
	text-decoration:none;
}

#mainThemes a:hover {
	color:#909090;
	text-decoration:none;
}

#dots {
	display:block;
	position:absolute;
	left:16px;
	top:135px;
	width:300px;
	height:10px;
	background-image:url(../images/dots.png);
	background-repeat:repeat-x;
}
	
#mainNav {
	position:absolute;
	left:16px;
	top:145px;
	color:#505050;
	font-size: 14px;
	list-style:none;
	text-align:left;
	width: 280px;
	margin-left:0px;
}

#mainNav li {
	padding-right: 10px;
	color:#eee;
	font-size:80%;
}

#mainNav a {
	color:#eee;
	text-decoration:none;
}

#mainNav a:hover {
	color:#fff;
	text-decoration:none;
}
.copyright {
position:absolute;
left:0px;
bottom: 20px;
}
