* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #000;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #pics table tr td img {
	width: 200px;
}

#wrapper #logo {
	height: 200px;
	background-color: #000;
	float: left;
}
#wrapper #main pic {
	float: right;
	height: 200px;
	width: 200px;
}

#wrapper #feature {
	padding: 0px;
	height: 460px;
	width: 600px;
	background-image: url(../images/featurebg.jpg);
}
#wrapper #left {
	height: 460px;
	width: 600px;
	float: left;
	background-image: url(../images/featurebg.jpg);
}
#wrapper #links {
	float: left;
	width: 600px;
	background-color: #CCC;
}
#wrapper #links table tr td {
	color: #FFF;
	padding: 5px;
}

#wrapper #right {
	height: 460px;
	width: 400px;
	float: right;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #news {
	float: left;
	width: 550px;
	padding: 5px;
}
#wrapper #news h3 {
	color: #FFF;
}
#wrapper #info {
	width: 600px;
	float: left;
	color: #CCC;
}
#wrapper #info {
	padding: 10px;
	font-size: 36px;
	color: #FFF;
	font-weight: bolder;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	vertical-align: bottom;
	text-indent: 20px;
	white-space: pre;
	margin: auto;
	width: 550px;
}
