 
html, body {
	background: url(bg.png);
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 950px;
	margin: auto;
}
#header {
	width: 950px;
	height: 150px;
	margin: auto;
	background: url(banner.png);
}
#nav, #wrapper {
	padding-top: 8px;
	color: white;
}
#topbg {
	width: 100%;
	height: 150px;
	float: left;
	background: url(topbg.png)
}
#nav {
	width: 100%;
	height: 37px;
	background: url(nav.png);
	float: left;
	margin-bottom:25px;
}
#nav a {
	color: #FFF;
	text-decoration:none;
	margin-right: 15px;
	font-size: 14px;
}
#nav1 {
	width: 100%;
	height: 37px;
	background: url(nav.png);
	float: left;
	margin-top: 30px;
}
#nav1 a {
	color: #FFF;
	text-decoration:none;
	margin-right: 15px;
	font-size: 14px;
}
#col1 {
	height: 620px;
	width: 300px;
	float: left;
	margin-right: 13px;
	background: #333;
	margin-btoom: 25px;
	margin-top: 25px;
	
}#wrapper #col1 blockquote strong {
	text-align: center;
}
#wrapper #col1 blockquote p a {
	font-size: 14px;
}
.new {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

#WelcomeContent {
	width: 926px;
	float: left;
	margin-right: 13px;
	background: #333;
}