body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#wrapper {
	background-image: url(images-common/bgrd.jpg);
	background-position: center top;
	overflow: auto;
}
#spot {
	height: 320px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}
#main {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#menu {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	height: 40px;
}
#menu a {
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	display: block;
	float: left;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 8px;
	padding-left: 16px;
}
#menu a.active, #menu a:hover {
	color: #3DC3FB;
}
#header {
	clear: both;
	height: 140px;
}
#header img {
	padding-bottom: 8px;
}
#content {
	font-size: 12px;
	line-height: 17px;
	text-align: justify;
	padding-bottom: 20px;
}
#content p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#content h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}

#content h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#content a {
	color: #0CB3FA;
}
#footer {
	font-size: 10px;
	padding-bottom: 20px;
}

