html, body, ul, li, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
a:link, a:visited, a:hover, a:active {
	color: #000000;
	text-decoration: none;
}
body {
	background-image: url(../images/background.jpg);
	text-align: center;
	color: #ffffff;
	font: 12px verdana, arial, sans-serif;
}
#header {
	background-image: url(../images/header2.jpg);
	background-repeat: no-repeat;
	position: relative;
	top: 20px;
	width: 800px;
	height: 255px;
	margin: auto;
	display: inline-block;
}
.head {
	width: 275px;
	text-align: left;
}
.head2 {
	width: 260px;
}
.head3 {
	width: 260px;
	height: 200px;
	padding: 0px 10px 0px 10px;
	background-repeat: no-repeat;
}
#navi {
	position: relative;
	width: 800px;
	margin: auto;
	overflow: auto;
}
.nav ul {
	list-style-type: none;
	width: 800px;
	height: 40px;
	margin: auto;
}
.nav ul a {
	color: #ffffff;
	display: block;
}
.nav ul a:hover {
	color: #00ff00;
	font-weight: bold;
	display: block;
}
.nav li {
	float: left;
	background-image: url(../images/linksa.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 199px;
}
.nav li:hover {
	background-image: url(../images/linksc.png);
	background-repeat: no-repeat;
	height: 40px;
}
.nav .active {
	color: #00ff00;
	background-image: url(../images/linksc.png);
	background-repeat: no-repeat;
	height: 40px;
}
.nav li a:link, a:visited {
	text-decoration: none;
}
#slides {
	position: relative;
	top: 30px;
	background-color: #000000;
	width: 800px;
	height: 320px;
	margin: auto;
	display: block;
}
#info {
	background-image: url(../images/background2.jpg);
	position: relative;
	top: 40px;
	width: 800px;
	height: 200px;
	margin: auto;
}
#info2 {
	background-image: url(../images/background2.jpg);
	position: relative;
	top: 40px;
	width: 800px;
	height: auto;
	margin: auto;
}
.title3 {
	width: 265px;
	background-image: url(../images/title.jpg);
}
.title2 {
	width: 400px;
	height: 50px;
	background-image: url(../images/title2b.jpg);
	background-repeat: no-repeat;
}
.title1 {
	width: 800px;
	height: 50px;
	background-image: url(../images/title3.jpg);
	background-repeat: no-repeat;
}
.title4 {
	width: 200px;
	height: 50px;
	background-image: url(../images/links.jpg);
	background-repeat: no-repeat;
}
.description {
	padding: 2px 10px 0px 10px;
	border-right: solid 1px #555555;
	vertical-align: text-top;
	text-align: justify;
}
.description-last {
	padding: 2px 10px 0px 10px;
	vertical-align: text-top;
	text-align: justify;
}
.description2 {
	padding: 2px 10px 0px 10px;
	vertical-align: text-top;
	text-align: center;
}
.sample {
	border: solid 5px #777777;
}
.sample:hover {
	border: solid 5px #00ff00;
}
.icon {
	position: relative;
	text-align: center;
}
.social {
	width: 30%;
	vertical-align: text-top;
}
.contact {
	width: 50%;
	vertical-align: text-top;
}
.contact table {
	margin: auto;
	text-align: left;
}
#thanks {
	position: relative;
	top: 200px;
	margin: auto;
}
#footer {
	position: relative;
	top: 60px;
	margin: auto;
	padding-bottom: 20px;
	width: 800px;
	height: auto;
}