html, body {
	margin: 0;
	padding: 0;
	font-family: Georgia,"Times New Roman",Times,serif;
	text-align: center;
}

div#frame {
	text-align: left;
	width: 800px;
	margin: auto;
}

a {
	text-decoration: none;
	color: #7B0;
}

a:hover {
	text-decoration: underline;
}

a.more {
	color: #622;
}

h1 a {
	margin: 50px auto 30px auto;
	display: block;
	color: #7B0;
	font-size: 80px;
	width: 800px;
	height: 100px;
	background: #fff url(img/logo.png) no-repeat;
	text-indent: -9999px;
}

h1 a:hover {
	text-decoration: none;
}

h2 {
	padding-top: 0;
	margin-top: 0;
	color: #999;
	border-bottom: 1px solid #7B0;
	width: 300px;
	text-indent: 20px;
	font-weight: normal;
}

h2 a, h3 a {
	color: #999;
}

h2.level {
	margin-top: 30px;
	font-size: 2em;
}

h2.level img {
	border: 0;
	vertical-align: middle;
	margin-left: 20px;
}

h2.exp_title, h2.username {
	width: 800px;
	font-size: 2.7em;
}

h3 {
	font-size: 1.2em;
	color: #999;
	font-weight: normal;
}

hr {
	width: 100%;
	color: #7B0;
	background-color: #7B0;
	height: 1px;
}

ul#nav {
	width: 800px;
	padding: 0;
	margin: 10px 0 30px 0;
}

ul#nav li {
	display: inline;
	color: #7B0;
	font-size: 1.4em;
	font-weight: bold;
}

ul#nav a {
	color: #000;
	font-weight: normal;
}

p {
	color: #000;
	font-size: 1em;
	line-height: 1.2em;
}

p.report:first-letter {
	font-size: 1.4em;
	color: #999;
}

div#content {
	width: 800px;
	margin: 0 auto;
}

div.share {
	padding-top: 10px;
	text-align: center;
}

div.share ul {
	display: inline;
	margin: 0;
	padding: 0;
}

div.share li {
	background: none;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 2px;
}

div.share img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}


div#footer {
	text-align: center;
	font-weight: bold;
	font-size: 0.8em;
	margin: 30px 0;
}

table.index td {
	width: 400px;
	vertical-align: top;
	padding-bottom: 10px;
}

table.list {
	width: 100%;
	max-width: 800px;
	font-size: 0.8em;
	line-height: 1.5em;
}

a.username {
	color: #000;
	font-weight: bold;
}

table.list td.date {
	text-align: right;
	width: 100px;
}

span.rating {
	font-style: italic;
	font-size: 0.75em;
}

fieldset {
	width: 400px;
	text-align: right;
	border: 1px solid #7B0;
	margin: 10px auto;
	padding: 10px;
	color: #999;
	line-height: 50px;
	font-size: 1.2em;
}

fieldset p, fieldset span {
	font-size: 0.8em;
}

fieldset a {
	color: #000;
}

input.text, textarea.text, select.text  {
	width: 200px;
	height: 26px;
	padding: 3px;
	color: #7B0;
	font-size: 20px;
	vertical-align: middle;
	font-family: arial,sans-serif;
}

select.text {
	height: 35px;
	width: 210px;
	margin: 0;
}

select.text option {
	width: 180px;
	margin: 0;
}

textarea.text {
	width: 380px;
	height: 500px;
}

textarea#comment {
	height: 200px;
}

input.submit {
	padding: 4px 8px;
}

.error {
	color: #622;
}

span.error {
	display: block;
	text-align: left;
}

span.forgot_pwd {
	display: block;
	text-align: left;
}

ul#levels, span#levels {
	margin: 0;
	padding: 0;
	display: block;
	width: 800px;
	text-align: center;
}

ul#levels li {
	display: inline;
	font-size: 4em;
	padding: 0 25px;
}

ul#levels img {
	border: 0;
}

div.ads {
	margin: 20px auto;
	text-align: center;
	border: 1px solid #7B0;
	background-color: #EFE;
}

table.exp_details, table.user_details {
	font-size: 1.2em;
}

table.exp_details th, table.user_details th {
	color: #999;
	font-weight: normal;
	text-align: right;
}

ul.bbcode, p.bbcode {
	text-align: left;
}

ul.bbcode li {
	font-size: 0.8em;
	line-height: 1.4em;
	list-style-type: none;
	color: #000;
	padding: 0;
	margin: 0;
}

blockquote {
	width: 700px;
	margin: 10px auto;
	color: #999;
	font-weight: italic;
}

blockquote dt {
	font-size: 1.3em;
}

blockquote dd {
	margin-bottom: 20px;
}

dl.links dt a {
	font-weight: bold; 
	font-size: 20px;
	margin-top: 30px;
}

dl.links span.url {
	color: #999;
}

dl.links dd {
	margin-bottom: 20px;
}

dl.links dd a {
	color: #360;
}

img.avatar {
	max-width: 200px;
	max-height: 200px;
	float: left;
	margin: 0 20px 20px 0;
}

img.avatar_r {
	max-width: 80px;
	max-height: 80px;
	float: left;
	margin: 0 15px 15px 0;
}

img.avatar_c {
	max-width: 50px;
	max-height: 50px;
	float: left;
	margin: 0 10px 10px 0;
}

div#recaptcha_area {
	margin: 15px auto;
}