@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(../img/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}

#wrap {
	width: 950px;
	margin: 0 auto;
}

#header {
	padding: 0px;
	margin-top: 63px;
	margin-left: 13px;
}

#flashbanner {
	width: 924px;
	height: 220px;
	/*background: url(../img/mask.jpg) no-repeat center;*/
}

#nav {
	padding-left: 5px;
	margin-top: 3px;
	margin-left: 20px;
	height: 38px;
	width: 900px;
}

#footer {
	margin: 20px;
	padding-top: 10px;
	clear:both;
}

.button {
	display: block;
	background:url(../img/button.png) no-repeat center;
	width: 100px;
	height: 18px;
	float: left;
	display: inline;
	margin-left: 3px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	padding: 10px;
	font-size: 12px;
}

.button:hover {
	background: url(../img/button_over.png) no-repeat center;
	color: #000;
}

#content {
	margin-top: 15px;
	overflow:auto;
	margin-bottom: 10px;
	padding-left: 25px;
}

#content_column1 {
	width: 280px;
	float: left;
	display: block;
	/*margin-left: 25px;*/
	padding: 10px;
	color: #444;
	text-align: justify;
	border-right: 1px solid #ddd;
	overflow: visible;
}

#content_column2 {
	width: 280px;
	border-right: 1px solid #ddd;
	float: left;
	display: inline;
	padding: 10px;
	color: #444;
	text-align:left;
	overflow: visible;	
}

#content_column3 {
	width: 280px;
	float: left;
	padding: 10px;
	color: #666;
	overflow: visible;	
}

#adbanner {
	width:590px;
	height: 200px;
	margin-right: 10px;
	float:right;
	display: inline;
	padding: 10px;
	color: #444;
}

#content_column3 input {
	color: #666666;
	padding: 2px;
	margin: 1px;
}

#rightContentDiv a {
	font-weight: bold;
}

#rightContentDiv a:hover {
	text-decoration: underline;
}


h1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 22px;
	color:#000000;
	line-height: 18px;
	padding: 10px;
	margin: 0px;
	margin-left: 50px;
	font-weight: bold;
}

h2 {
	font-family:"Times New Roman", Times, serif;
	font-size: 22px;
	color:#000000;
	line-height: 18px;
	padding: 2px;
	margin: 0px;
	font-weight: bold;
}

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

#loginBox {
	margin-top: 10px;
	width: 280px;
	background: url(../img/trans_pixel.png) repeat;
	border: 1px solid #ccc;
	color: #222;
}

.loadingDiv {
	min-height: 224px;
	min-width: 280px;
	background: url(../img/loading.gif) no-repeat center;
}

.loadingDiv2 {
	min-height: 200px;
	background: url(../img/loading.gif) no-repeat center;
}

#loginBox a {
	font-weight: bold;
	color: #666;
}

#loginBox a:hover {	
	color: #000;
	text-decoration:underline;
}

.tabLinks {
	height: 25px;
	overflow: auto;
	border-bottom: 1px solid #ccc;
	padding-left: 15px;
	margin-bottom: 15px;
}


.tabLinks a {
	display: block;
	padding: 5px 10px 5px 10px;
	float:left;
	background: #ddd;
	color: #444;
	font-weight: bold;
	margin-left: 2px;
}

.tabLinks a:hover {
	background: #444;
	color: #ddd;
}

#player {
	border: 1px solid #bbb;
	padding: 1px;
	margin-top: 10px;
	width: 280px;	
	margin-bottom: 10px;
}

#latest {
	border: 1px solid #bbb;
	padding: 1px;
	margin-top: 10px;
	width: 280px;	
}

.thumbnail {
	border: 1px #CCCCCC solid;
	padding: 1px;
	display: block;
}

.thumbnail:hover {
	border: 1px #000 solid;
}


.thumbnail2 {
	border: 1px #CCCCCC solid;
	padding: 1px;
	float: left;
	display: inline;
	margin: 3px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.thumbnail2:hover {
	border: 1px #000 solid;
}


#audioList td a:hover {
	color: #FF0000;
}

#leftContentDiv {
	min-height: 400px;
}

#rightContentDiv {
	background: #fff;
	border: 1px solid #ccc;
	padding: 5px;
	width: 280px;
}





