body {
	background: #cf8100 url(bg.gif) repeat-y scroll center top;
	color: #bf7700;
	margin: 0px;
	padding: 0px;
	text-align: justify;
	}

div.content {
	background: #ffffff;
	font-family: times new roman, serif;
	font-size: 14px;
	margin: 0 auto;
	padding: 0px;
	text-align: justify;
	position: relative;
	width: 700px;
	}

div.menu {
	background: transparent;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	width: 700px;
	position: relative;
	word-spacing: 0px;
	z-index: 1;

	text-align: center;
	letter-spacing: 2px;
	}
div#navi a {
	background: #000000;
	color: #ffffff;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 1px;
	padding: 2px 2px 2px 2px;
	text-align : center;
	text-decoration: none;
	text-transform: uppercase; 
	border-bottom: 0px double #9a685f;
}
div#navi a:hover {
	background: #000000;
	color: #ff0000;
	text-decoration: none;
}

div.footer {
	background: #cf8100 url(footer.jpg) no-repeat scroll right bottom;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 160px;
	width: 700px;
	position: relative;
	}
div.disclaimer {
	background: transparent url() no-repeat scroll center center;
	margin: 0px;
	padding: 0px;
	text-align: left;
	height: 100px;
	width: 400px;
	position: absolute;
	bottom: 10px;
	left: 30px;

	color: #ffffff;
	font-size: 10px;
	line-height: 17px;
	}
div.disclaimer a {
	font-weight: bold;
	text-decoration: none;
}
div.disclaimer a:hover {
	font-weight: bold;
	text-decoration: none;
}

div.main {
	background: transparent;
	font-size: 14px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	left: 0px;
	position: relative;
	text-align: justify;
	width: 700px;
	line-height: 18px;
	}

p {
	background: transparent;
	font-size: 14px;
	margin: 0px;
	padding: 7px 55px 10px 55px;
	text-align: justify;
	}
p.skin { text-align: center; }
p.center { text-align: center; }
p.show_join_credits, p.show_update_credits, p.show_lostpass_credits { font-size: 9px; text-align: right; }

ul {
	margin: 10px 30px 10px 75px;
	padding: 0px;
	list-style-image: url(bullet.jpg);
	}
li {
	background: transparent;
	margin: 0px 17px 0px 0px;
	padding: 0px;
	text-align: justify;
	list-style-image: url(bullet.jpg);
	}

a, a:visited {
	color: #ecad44;
	font-weight: bold;
	text-decoration: underline;
	}
a:hover {
	color: #a36600;
	font-weight: bold;
	text-decoration: underline;
	}
a:active {
	color: #ecad44;
	font-weight: bold;
	text-decoration: none;
	}

b.name {
	font-family: lucida sans, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	}

h1 {
	background: url('menu.gif') repeat-x center center;
	font-family: times new roman, serif;
	font-size: 25px;
	color: #a40000;
	font-weight: bold;
	font-style: normal;
	margin: 10px 0px 0px 25px;
	padding: 20px 0px 10px 0px;
	text-transform: uppercase;
	letter-spacing: 7px;
	text-align: center;
      }

h1:first-letter {
	color: #000000;
	font-size: 30px;
      }
h2 {
	text-align: center;
	}

input, textarea {
	background: #f8ca7e;
	color: #cf8100;
	border: 1px outset #947C78;
	font-family: arial, sans-serif;
	font-size: 12px;
	text-transform: none;
	font-weight: bold;
	padding: 2px;
	}
select {
	background: #f8ca7e;
	color: #cf8100;
	border: 1px outset #947C78;
	font-family: arial, sans-serif;
	font-size: 12px;
	text-transform: none;
	font-weight: bold;
	padding: 0px;
	}
blockquote {
	background: #f8ca7e;
	margin: 20px 100px 20px 100px;
	padding: 7px 15px 7px 15px;
	text-align: justify;
	border: 5px solid #bf7700;
	}

label {
	float: left;
	width: 12em;
	text-align: right;
	margin: 0 0.5em 0 0;
	}
.codesort label {
	float: left;
	width: 12em;
	text-align: right;
	margin: 0 0.5em 0 0;
	}
.codesort h2 { 	text-align: center; }
.codesort h3 { 	text-align: center; }
.codesort p { }
.codesort a { }
.codesort img { border: 7px solid #cf8100; }
.codesort input { }
.codesort option { }
.codesort select { }