/* CSS Document */

*{
	color:#ddd;	
}


h1{
	color:#f4bf18;
	font-size:28px;
	line-height:28px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	margin:0px;
	padding-top:15px;
	padding-bottom:0px;	
}

.contentText{
	color:#ddd;
	font-size:18px;
	font-family:Verdana, Geneva, sans-serif;
	padding-top:0px;
	padding-bottom:0px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*background-image:url(../images/main-bg.jpg);*/
	/*background-color:#1f1919;*/
	background: #1f1919 url(../images/index/BG-top.png) repeat-x 0px 48px;
}

#wholeFrame {
	width:100%;
}

#mainBody{
	width:960px;
	margin:0px auto 0px auto;
}

#topFrame{
	width:100%;
	height:220px;
}

#sliderFrame{
	width:100%;
	height:auto;
}

#contentFrame, #rooterFrame{
	width:100%;
	margin:8px 0;

	/*background-color:#ffffff;*/
	background-image:url(../images/index/TransBG.png);
	
	border-radius:10px;
	border: 1px solid #666;
	box-shadow:0 0 5px #ccc;
}

#contentFrame{
	height:auto;
	padding-bottom:20px;
}

#rooterFrame{
	margin-bottom:30px;
	margin-top:15px;
}

#rooterFrame2{
	padding:20px;
	text-align:center;
	font-size:12px;
	color:#FFF;
	font:Arial, Helvetica, sans-serif;
}

#rooterFrame2 p{
	margin:9px;
	text-align:center;
}