/* CSS Document */

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

.contentText{
	color:#999;
	font-size:16px;
	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:#333;*/
}

#wholeFrame {
	width:100%;
}

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

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

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

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

	background-color:#ffffff;
	border-radius:10px;
	border: 1px solid #dddddd;
	box-shadow:0 0 5px #ccc;
}

#contentFrame{
	height:auto;
}

#rooterFrame{
	margin-bottom:30px;
}

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

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