body, html {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	line-height:18px;
	font-size:12px;
}

a {
	color:#333;
}

#container {
	width:1000px;
	margin:0 auto;
}

#header {
	background-image:url(images/head.jpg);
	background-repeat:no-repeat;
	width:985px;
	height:141px;
	padding-left:10px;
}

#content {
	background-image:url(images/top-image.jpg);
	background-repeat:no-repeat;
	background-color:#CBDDDF;
	width:642px;
	margin-left:35px;
	height:auto;
	float:left;
}

#content img {
	padding-left:194px;
}

#content #nz {
	padding-left:120px;
}


#foot-image {
	 background-image:url(images/bottom-image.jpg);
	 background-repeat:no-repeat;
	 height:42px;
}

h1, h2 {
	margin-top:30px;
	padding-left:40px;
	font-size:12px;
}

.text {
	padding-left:40px;
	padding-right:40px;
}

.text1 {
	padding-left:20px;
	padding-right:10px;
	padding-top:10px;
}

#content ul {
	padding-right:20px;
}

#content li {
	margin-left:50px;
}

#right-column {
	width:305px;
	float:right;
	background-image:url(images/right-bg.jpg);
	background-repeat:repeat-y;
	width:305px;
}

#right-head {
	background-image:url(images/news-head.jpg);
	background-repeat:no-repeat;
	width:305px;
	height:168px;
	float:right;
}

#upcoming-head {
	background-image:url(images/upcoming-head.jpg);
	background-repeat:no-repeat;
	width:305px;
	height:30px;
	float:right;
}

#right-bottom {
	background-image:url(images/right-bottom.jpg);
	background-repeat:no-repeat;
	width:305px;
	height:30px;
	float:right;
}

#footer{
	background-color:#FFFFFF;
	font-size:10px;
	height:30px;
	width:296px;
	clear:both;
	line-height:12px;
	padding-left:10px;
}


