body {
 background: #1a273b;
 color: #FFFFFF;
 font: 85%/145% Verdana, sans-serif;
 margin: 0;
 padding: 0;
 text-align: center;
}

a {
	font-weight: bold;

 color:#CCC
 text-decoration: none;
	text-decoration: none;
}

.clear {
 clear: both;
}

.center {
 text-align: center;
}

hr {
 clear: both;
 margin: 0;
 visibility: hidden;
}

#header {
 width: 750px;
 height: 150px;
 background: url('media/top1.jpg') no-repeat left bottom;
 margin: 0 auto;
 overflow: hidden;
}

#header h1 {
 font: bold 1% "Century Gothic", Verdana, sans-serif;
 margin: 0;
 padding: 0 0 0 0;
 text-align: right;
 text-transform: uppercase;
}

#header a {
 color: #FFFFFF;
}

#header a:hover {
 color: #99F;
}

#wrap {
 width: 750px;
 background: #1a273b;
 margin: 0 auto;
}

#main {
 width: 740px;
 background: #1a273b url('media/top2.jpg') no-repeat;
 margin: 0 auto;
}

#main a {
 color:#CCC;
}

#main a:hover {
	color: #C63;
	position: relative;
	top: 1px;
	left: 1px;
	text-decoration: none;
}

#contents {
 width: 515px;
 float: left;
 padding: 125px 0 0 20px;
 text-align: left;
}

#contents h1 {
 font: bold 180% "Century Gothic", Verdana, sans-serif;
 letter-spacing: 1px;
 margin: 0;
 padding: 15px 40px 2px 0;
 text-align: right;
}

#contents blockquote {
 background: #DFDFFF;
 border: 1px solid #B6B6FF;
 padding: 6px;
}

#contents form {
 margin: 15px 0;
 padding: 0;
}

#contents form fieldset {
 border: 0;
 margin: 0;
 padding: 6px;
}

#contents form fieldset label {
 width: 20%;
 float: left;
 font-weight: bold;
}

#contents form fieldset input, #contents form fieldset select, #contents form fieldset textarea {
 width: 75%;
 float: right;
 font: 100% Verdana, sans-serif;
 margin: 2px;
}

#contents form fieldset textarea {
 height: 250px;
}

#contents form fieldset br {
 clear: both;
}

#contents form fieldset .button {
 width: 32%;
 font-weight: bold;
 text-transform: uppercase;
}

#navigation {
 width: 167px;
 float: right;
 line-height: normal;
 padding: 125px 18px 0 0;
 text-align: left;
 text-decoration: none;
}

#navigation h2 {
	background: #1a273b;
	margin: 0;
	padding: 2px 8px 4px;
	text-align: right;
	text-transform: lowercase;
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: 140%;
	font-weight: bold;
	text-decoration: none;
}

#navigation ul {
 background: #1a273b;
  margin: 0 0 15px;
 padding: 4px 0 22px;
 text-decoration: none;
}

#navigation li {
	list-style: none;
	margin: 1px 10px;
	font-family: Verdana, sans-serif;
	font-size: 95%;
	text-decoration: none;
}

#footer {
 width: 750px;
 height: 61px;
 background: url('media/footer.gif') no-repeat;
 clear: both;
 margin: 0 auto;
 padding: 13px 0 0;
}

#footer a {
 width: 166px;
 height: 10px;
 display: block;
 margin: 0 0 0 517px;
 text-indent: -9999px;
}

#bottom {
 width: 680px;
 margin: 0 auto;
}

#bottom ul {
 margin: 0;
 padding: 0;
}

#bottom ul li {
 float: left;
 list-style: none;
 margin: 0 0 0 8px;
 padding: 0;
}

#bottom ul li #nav1, #bottom ul li #nav2 {
 height: 22px;
 background: url('media/nav-bottom.gif') no-repeat;
 display: block;
 text-indent: -9999px;
}

#bottom ul li #nav1 {
 width: 37px;
}

#bottom ul li #nav1:hover {
 background-position: 0 -22px;
}

#bottom ul li #nav2 {
 width: 51px;
 background-position: -37px 0;
}

#bottom ul li #nav2:hover {
 background-position: -37px -22px;
}

#bottom ul #credits {
 float: right;
 font: 95% Verdana, sans-serif;
 padding: 6px 0 0;
 text-align: right;
}

#bottom ul #credits a {
 color: #000;
}

#bottom ul #credits a:hover {
 color: #C63;
}

