* {
	margin: 0px;
	padding: 0px;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #top_gradient {
	height: 22px;
	width: 900px;
	background-image: url(../gradient_top.jpg);
	font-family: "Century Gothic";
	font-size: small;
	color: #FFF;
	text-align: right;
	padding-top: 5px;
	padding-right: 15px;
}

#wrapper #title_banner {
	height: 111px;
	width: 900px;
}
#wrapper #title_banner .logo {
	float: left;
	height: 84px;
	width: 200px;
	padding-top: 12px;
}
#wrapper #title_banner .navigation {
	float: right;
	height: 106px;
	padding-top: 12px;
	width: 520px;
	text-align: right;
	padding-right: 25px;
}
#wrapper #title_banner .navigation a {
	padding-right: 25px;
	padding-left: 25px;
}
#wrapper #title_banner .navigation img {
}
#wrapper #image_slide {
	width: 875px;
	height: 283px;
	margin-top: 20px;
	margin-left: 25px;
}
#wrapper #image_slide .tab {
	height: 250px;
	width: 185px;
	float: left;
	margin-right: 7px;
	margin-left: 8px;
	margin-top: 25px;
}

#wrapper #main_text {
	float: left;
}
#wrapper #main_text #column1 {
	float: left;
	width: 300px;
}
#wrapper #main_text #column1 .title {

}
#wrapper #main_text #column1 .info {
	font-family: "Century Gothic";
	font-size: 14px;
	margin-left: 5px;
	margin-right: 15px;
	float: left;
	margin-top: 5px;
}
#wrapper #main_text #column1 .info img {
	float: right;
	margin-right: 25px;
	margin-top: 25px;
}
#wrapper #main_text #column1 .info a {
	color: #000;
}


#wrapper #main_text #column2 {
	float: left;
	width: 280px;
	margin-left: 20px;
}
#wrapper #main_text #column2 .title {
}
#wrapper #main_text #column2 .info {
	font-family: "Century Gothic";
	margin-left: 35px;
	margin-top: 5px;
}
#wrapper #main_text #column2 .info ul li {
	padding-top: 6px;
	font-size: 16px;
	font-weight: bold;
}
#wrapper #main_text #column2 .info ul li a {
	color: #000;
	text-decoration: none;
}
#wrapper #main_text #column2 .info ul li a:hover {
	color: #666;
}


#wrapper #main_text #column3 {
	float: left;
	width: 300px;
}
#wrapper #main_text #column3 .title {
}
#wrapper #main_text #column3 .info {
}
#wrapper #main_text #column3 .info .link {
	font-family: "Century Gothic";
	font-weight: bold;
}
#wrapper #main_text #column3 .info .link a {
	color: #000;
	text-decoration: none;
}

#wrapper #footer {
	margin-top: 47px;
	float: left;
	width: 900px;
	text-align: center;
	font-family: "Century Gothic";
	color: #FFF;
	font-size: 12px;
	margin-bottom: 20px;
}
#wrapper #footer p {
	margin-top: 5px;
}

#wrapper #footer .wwd {
	font-family: "Century Gothic";
	font-size: x-small;
	color: #FFF;
	float: right;
}
#wrapper #links{
	height: 100px;
	width: 900px;
	position: static;
	float: left;
	font-family: "Century Gothic";
	font-size: x-small;
	font-weight: normal;
	color: #333;
	text-align: center;
}
#wrapper #links a {
	color: #333;
	text-decoration: none;
}
#wrapper #links a:hover {
	color: #666;
	text-decoration: underline;
}

