body {
	padding:0px;
	margin:0px;
	font-family:arial;
	font-size:12px;
}

img {
	border:none;
}

#header {
	width:100%;
	height:153px;
	background:url('../images/header.png');
	text-align:center;
}

#header-pic {
	height:153px;
	background:url('../images/banner.png');
	background-position:right bottom;
	background-repeat:no-repeat;
}

#header-search {
	height:50px;
	text-align:right;
	font-weight:bold;
	color:#fff;
}

#header-search input {
	color:#82949f;
}

#header-search input[type=submit] {
	background:url('../images/search.png');
	border:none;
	color:#000;
}

#header-search-container {
	padding-top:30px;
}

#header-title {
	padding-top:20px;
	height:20px;
	font-size:22px;
	font-weight:bold;
	text-transform: uppercase;
}

#header-center {
	width:950px;
	height:40px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

	#nav {
		width:950px;
		height:40px;
		background:url('../images/line.gif');
		background-position:left top;
		background-repeat:repeat-x;
		padding-left:25px;
		padding-top:10px;
		float:left;
	}
	
	#nav a {
		margin-left:5px;
		margin-right:5px;
	}
	
	#nav a:hover {
		color:#fffb90;
	}
	
	#sub-nav {
		width:950px;
		height:23px;
		margin-left:25px;
		float:left;
	}
	
	#sub-nav a {
		margin-left:5px;
		margin-right:5px;
	}
	
	#sub-nav a:hover {
		color:#fffb90;
	}

#content {
	width:100%;
	height:auto;
	text-align:center;
}

#content-center {
	width:950px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
	
	#news {
		width:200px;
		height:auto;
		padding:15px;
		border-left:1px dotted #D4D4D4;
		border-right:1px dotted #D4D4D4;
		float:left;
	}
	
	#text {
		width:auto;
		padding:15px;
		max-width:650px;
		height:auto;
		margin-left:20px;
		border-left:1px dotted #D4D4D4;
		float:left;
	}
	
		#text-header {
			width:100%;
			height:auto;
		}
		
		#text a {
			color:#666;
		}
		
#footer{
	width:100%;
	height:70px;
	font-size:10px;
	border-top:20px solid #EAEAEA;
	background:url('../images/footer-bg.png');
	background-position:left top;
	float:left;
}		
	
#phpText {
	border-bottom:1px dotted #D4D4D4;
	margin-bottom:10px;
}

.swfUrl {
	float:left;
}

.swfSubUrl {
	float:left;
}
