body {
 	background-color: #ffffff;
	background-image: url(bg.gif);
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
div.content {
	background-color: #ffffff;
	color: #FF8D1D;
	margin-top: 0px;
	margin-left: 75px;
	padding: 0px;
	width: 390px;
	position: absolute;
	border-left: 15px solid #ffffff;
	border-right: 15px solid #ffffff;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	}
div.menu {
	background-color: transparent;
	color: #FF8D1D;
	margin-top: 140px;
	margin-left: 350px;
	position: absolute;

	font-family: georgia, serif;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 5px;
	text-align: right;
	text-transform: lowercase;
	width: 100px;
	z-index: 1;
	}
div.main {
	background: #ffffff;
	color: #FF8D1D;
	font-family: arial, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 5px;
	text-align: justify;
	width: 380px;
	}
div.disclaimer {
	background: #ffffff url() no-repeat left bottom;
	color: #FFC68E;
	font-family: arial, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 5px;
	text-align: center;
	width: 380px;
	}

p {
	background: #ffffff;
	color: #FF8D1D;
	font-family: arial, sans-serif;
	font-size: 11px;
	margin: 7px 20px 10px 20px;
	padding: 0px;
	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 20px 10px 40px;
	padding: 0px;
	list-style-type: circle;
	}
li {
	background: transparent;
	color: #FF8D1D;
	font-family: arial, sans-serif;
	font-size: 11px;
	margin: 0px 10px 0px 10px;
	padding: 0px;
	text-align: justify;
	list-style-type: circle;
	}

a, a:visited {
	color: #724319;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	color: #FFCA13;
	font-weight: bold;
	text-decoration: underline;
	}
a:active {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	}

b {
	text-decoration: none;
	text-transform: none;
                  }
b.name {
	color: #FF8D1D;
	font-family: georgia, serif;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	}
i {
	text-decoration: none;
	text-transform: none;
                  }

h1 {
	font-family: georgia, serif;
	font-size: 13pt;
	color: #CC6602;
	font-weight: normal;
	font-style: normal;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-transform: none;
	letter-spacing: 3px;
	border-bottom: 1px dashed #CC6602;
      }
h1:first-letter {
	background: url('') no-repeat left center;
	color: #CC6602;
	font-family: georgia, serif;
	font-size: 25px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 3px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-transform: none;
	text-align: left;
	}
h2 {
	text-align: center;
	}

input {
	background: #FCE6B0;
	color: #FF8D1D;
	border: 1px solid #FF8D1D;
	font-family: arial, sans-serif;
	font-size: 12px;
	text-transform: none;
	font-weight: bold;
	}
textarea {
	background: #FCE6B0;
	color: #FF8D1D;
	border: 1px solid #FF8D1D;
	font-family: arial, sans-serif;
	font-size: 12px;
	text-transform: none;
	font-weight: bold;
	}
select {
	background: #FCE6B0;
	color: #FF8D1D;
	border: 1px solid #FF8D1D;
	font-family: arial, sans-serif;
	font-size: 12px;
	text-transform: none;
	font-weight: bold;
	}
blockquote {
 	background-color: #FF8D1D;
	color: #ffffff;
	margin: 10px 50px 10px 50px;
	padding: 10px;
	text-align: justify;
	border: 1px dashed #FF8D1D;
	}

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;	color: #CC6602; }
.codesort h3 { text-align: center;	color: #CC6602; }
.codesort p { }
.codesort a { }
.codesort img { }
.codesort input { }
.codesort option { }
.codesort select { }