body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	background-image: url(../img/bg2.jpg);
	color: #9B9B9B;
}
p {
	margin-bottom: 10px;
}
a {
	color: #ff9b37;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
h1 {
	font-size:1.5em;
	margin-bottom: 10px;
}
h2 {
	font-size:1.2em;
	padding-top: 1px;
	margin-bottom: 10px;
}
h3 {
	font-size:1em;
	margin-bottom: 10px;
}
h4 {
	font-size:0.8em;
	margin-bottom: 10px;
}
#player { width: 248px; margin: -21px 0px 0px 500px; }
#nav {
	text-align: center;
	width: 697px;
	margin: 5px 0px 5px 51px;
	height: 22px;
}
#nav img { float: left;}
#wrap { margin: 5px 0px 10px 0px; }
#content { width: 542px; margin-left: 50px; } 
#content_top { position: absolute; width: 542px; height: 53px;}
#content_middle { 
	width: 542px;
	min-height: 405px;
	background: url(../img/content_bg2.png);
	background-repeat: repeat-y;
	margin-top: -1px;
}
#content_text { 
	width: 450px;
	margin: 0px 0px 10px 30px;
}
#content_bottom {
	width: 542px; 
	height: 55px;
	margin-top: -10px;
}
#login {
	margin: 0px 0px 10px 49px;
}
#login_middle {
	background-image: url(../img/login_bg.png);
	background-repeat: repeat-y;
	width: 184px;
	margin-top: -1px;
	padding: 0px 0px 14px 12px;
	position: relative;
}
#twitter { width: 100%; margin: 0px 0px 0px 53px; clear: left; padding-top: 5px;}
.tweet { margin: 10px 0px; font-size: 0.7em; overflow:hidden; }
div.hr {
  height: 1px;
  background: #000 url(../img/hr.png) no-repeat center;
  margin: 20px 0px 20px 0px;
}
div.hr hr {
  display: none;
}
#footer { text-align: center; width: 100%; margin: 5px 0px 0px 5px; padding-bottom: 10px; }
.login {
	width: 159px;
	height: 20px;
	border: solid 1px #fff;
	background-color: #364042 !important;
	color: #fff;
}
.spacer {
	float: left;
	margin: 0px 8px 0px 8px;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.red {
	color: #ff0000;
	font-weight: bold;
}
.button {
	height: 20px;
	border: solid 1px #fff;
	background-color: #364042;
	color: #fff;
	cursor: pointer;
	margin-top: 10px;
}
.inputform {
	width: 100%;
	height: 20px;
	border: solid 1px #fff;
	background-color: #364042 !important;
	color: #fff;
}
.inputformsmall {
	width: 50px;
	height: 20px;
	border: solid 1px #fff;
	background-color: #364042 !important;
	color: #fff;
}
.inputformerror {
	width: 100%;
	height: 20px;
	border: solid 1px red;
	background-color: yellow !important;
	color: #000;
}
.textarea {
	width: 100%;
	height: 150px;
	border: solid 1px #fff;
	background-color: #364042 !important; 
	color: #fff;
}
.textareaerror {
	width: 100%;
	height: 150px;
	border: solid 1px red;
	background-color: yellow !important; 
	color: #000;
}
.profile_img {
/*
	width: 150px;
	height: 150px;
*/
	border: solid 1px #ccc;
	padding: 1px;
}

.profile_thumb {
	float: right;
	width: 75px;
	height: 75px;
	border: solid 1px #ccc;
	padding: 1px;
	margin: 0px 0px 10px 10px;
}
.comments {
	width: 100%;
	text-align: right;
}
.paging {padding: 4px; text-align:right; clear:both;}
.commentlinks { text-align: right;}
.clear { clear: both; }
.feedback, .error, .bad { font-weight: bold; color: red; }
.success { font-weight: bold; color: green; }
.spacer {margin: 0px 18px 0px 18px;}
