
* {
	padding: 0px;
	margin: 0px;
}

html {
	background-image: url(images/bg.png);
	background-repeat: repeat;
}

a, img {
border: none;
}

body {
	min-height: 950px;
	background-image: url(images/bgtop.png);
	background-repeat: repeat-x;
}

#top {
	background-image: url(images/top.png);
	height: 74px;
	background-repeat: repeat-x;
}

#header {
	text-align: center;
}

#navi {
	height: 40px;
	border-bottom-color: white;
	background-image: url(images/navi.png);
	background-repeat: repeat-x;
}

#navilinks li {
	margin-right: 10px;
	margin-left: 10px;
	list-style: none;
	display: inline;
}

#navilinks {
	text-align: center;
	padding-top: 9px;
}

.container {
	border-left-color: white;
	border-right-color: white;
	border-right-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-left-width: 1px;
	width: 876px;
	margin: 0 auto;
}

.slideshow {
	height: 292px;
	float: left;
	margin-top: -6px;
}

.picture {
	padding: 1px;
}

#signup {
	text-align: center;
	margin-top: -6px;
	height: 82px;
	background-image: url(images/bar.png);
	background-repeat: repeat-x;
}

#signup p {
	padding-top: 14px;
	font-family: helvetica;
	text-shadow: 0px 1px white;
	color: #505050;
	font-size: 24px;
}

#main {
	margin-left: -1px;
	width: 814px;
	border-right-color: white;
	border-left-color: white;
	border-bottom-color: white;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	float: left;
	padding: 31px;
	background-image: url(images/contentbg.png);
	background-repeat: repeat;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	border-bottom-right-radius: 7px;
}

#main p {
	text-align: center;
	font-style: normal;
	font-weight: normal;
	color: white;
	font-size: 22px;
	font-family: arial;
}

#main li {
	color: white;
	font-size: 18px;
	font-family: arial;
	list-style: none;
}

#left {
	margin-top: 30px;
	width: 390px;
	float: left;
}

#right {
	margin-top: 30px;
	width: 390px;
	float: right;
}

#sponser {
	padding-top: 30px;
	float: left;
	height: 100px;
}

.p {
	min-height: 292px;
	height: 292px;
}