@charset "utf-8";
/* CSS Document */
body, html {
	margin:0;
	padding:0;
	background:#000000;
}
li {
	font-size: 16px;
	font-weight: bolder;
	list-style-position: outside;
	list-style-type: circle;
	text-align: center;
}
#wrap {
	width:902px;
	background-color: #000000;
	background-image: url(img/bg.jpg);
	background-position: center;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #009966;
	text-decoration: none;
}
a:hover {
	color: #66FF99;
	text-decoration:underline overline;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	font-family: helvetica;
	text-align: right;
	color: #62201F;
	margin-right: 250px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C1943F;
}
h2 {
	font-size: 10px;
	font-weight: bold;
	font-family: helvetica;
	text-align: right;
	color: #62201F;
	padding-right: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCC99;
}
h3 {
	font-size: 24px;
	font-style: italic;
	text-align: center;
}

img {
	border:none;
}
th {
	font-weight: bold;
	color: #97845E;
}

#top {
	background-image:url(img/top.png);
	background-repeat:no-repeat;
	width:902px;
	height:331px;
}
#nav {
	width:902px;
	background:url(img/bg.jpg);
}
#content {
	background-image:url(img/bg.jpg);
	background-repeat:repeat-y;
	width:902px;
	padding-left:0px;
}
#inside {
	color:#666666;
	float:left;
	width:692px;
	padding-left:105px;
	padding-right:105px;
	background-position:left;
	text-align: justify;
	clear: none;
	padding-top: 0px;
	padding-bottom: 0px;
}
#right {
	float:right;
	width:295px;
	color:#000000;
	text-align: right;
	background-image: url(img/gigbg.jpg);
	background-repeat: repeat-y;
	margin-right: -105px;
	background-position: right;
}
#gigtext {
	padding-right: 30px;
	padding-left: 20px;
}
#gigbotom {
	background-image: url(img/gigbot.jpg);
	height: 41px;
	clear: both;
}
#gigtop {
	width:295px;
	background-image: url(img/gigtop.jpg);
	background-repeat: no-repeat;
	height: 100px;
}
#menu {
	width:295px;
	background-image: url(img/menu.jpg);
	background-repeat: no-repeat;
	height: 100px;
}
#footer {
	background-image:url(img/footer.jpg);
	background-repeat:repeat;
	width:902px;
	height:232px;
	clear:both;
	background-position:top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C1943F;
	text-align: right;
}
#insideleft {
	width: 475px;
	float: left;
	text-align: justify;
}

