html {

}
body {
	font-family: Verdana;
	font-size: 10pt;
	background-color: white;
	color: black;
	text-align: center;
	margin: 0;
	padding: 0;
}

A {
	color: #972503;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
A:visited {
	color: #9e4c03;
}
h1 {
	font-size: 1.4em;
	font-weight: normal;
}
h2 {
	font-size: 1.3em;
	font-weight: normal;
}
h3 {
	font-size: 1.2em;
	font-weight: normal;
}
h4 {
	font-size: 1.1em;
	font-weight: normal;
}
#wrapper {
	width: 990px;
	text-align: left;
	margin: 0 auto;
}
#header {
	background-color: black;
	height: 160px;
	color: white;
	position: relative;
}
#header img {
	border: 0;
	padding: 0;
	margin: 0;
	margin-right: 100px;
	background-color: black;
}
#header ul {
	position: absolute;
	top: 0;
	left: 480px;
	margin: 0;
	padding: 4px 0 0 0;
	list-style: none;
	font-family: Tahoma, Verdana, Arial;
	font-size: 1.1em;
}
#header ul li {
	margin: 0px;
	padding: 0px;
}
#header ul li img {
	margin: 0px;
	padding: 0px;
}
#header A {
	color: white;
}
#login {
	position: absolute;
	bottom: 10px;
	right: 20px;
	width: 250px;
	color: white;
	text-align: right;
	font-size: 0.7em;
}
#login A {
	color: white;
}
#login form {
	font-weight: bold;
	margin: 10px 0;
	display: none;
}

#content {
	width: 500px;
	padding: 0 5px 10px 5px;
	float: left;
}
#content h1 A {
	color: #972503;
}
#content h1 A:hover {
	text-decoration: underline;
}
#content h1 A:visited {
	color: #9e4c03;
}
#content img {
	margin: 0 10px;
	padding: 3px;
	border: #C0C0C0 solid 1px;
	background-color: white;
}

#sidebar {
	width: 476px;
    float: right;
}
.sidebar_spacer {
	clear: both;
	height: 1px;
}
.sidebar_module {
	width: 228px;
	padding: 5px;
	font-size: 0.8em;
	float: left;
}
.sidebar_module img {
	margin: 0;
	border: 0;
}
.sidebar_module span {
	font-family: Verdana;
	font-size: 0.8em;
	font-weight: bold;
	background-color: black;
	color: #FDC502;
	padding: 2px;
}
.sidebar_module ul {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
.sidebar_module ul li {
	margin: 7px 0;
}
#container {
	width: 100%;
}
#content_inside {
	width: 635px;
	margin: 5px 0 0 100px;
	padding: 0 5px 10px 5px;
	float: left;
}
* html #content_inside {
	margin: 5px 0 0 50px;
}
#content_inside h1 A {
	color: black;
}
#content_inside img {
	margin: 0 10px;
	padding: 3px;
	border: #C0C0C0 solid 1px;
	background-color: white;
}
#content_inside .photos_list img {
	margin: 0;
}

#sidebar_inside {
	width: 240px;
    float: right;
}
.sidebar_inside_spacer {
	clear: both;
	height: 1px;
}
.sidebar_inside_module {
	width: 228px;
	padding: 5px;
	font-size: 0.8em;
	float: left;
}
.sidebar_inside_module p {margin: 10px 0; padding: 0;}
.sidebar_inside_module span {
	font-family: Verdana;
	font-size: 0.8em;
	font-weight: bold;
	background-color: black;
	color: #FDC502;
	padding: 2px;
}
.sidebar_inside_module ul {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
.sidebar_inside_module ul li {
	margin: 7px 0;
}

#footer_space {
	clear: both;
	height: 10px;
}
#footer {
	clear: both;
	background-color: black;
	color: white;
	padding: 5px;
	margin: 0;
	font-size: 0.8em;
	position: relative;
}
#footer A {
	color: #D6D6D6;
}
#counters {
	position: absolute;
	top: 10px;
	right: 0;
}
#counters ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#counters ul li {
	float: right;
	margin: 0 5px;
}
.main_page_content_layer {
	margin: 0;
	padding: 5px 0;
	clear: both;
}
.review_preview_main_page {
	width: 153px;
	float: left;
	font-size: 0.8em;
	margin: 0;
	padding: 0 5px;
}
.fcols {
	width: 237px;
	float: left;
	font-size: 0.8em;
	margin: 0;
	padding: 0 5px;
}
.fcols .news4cols {}
.fcols .news4cols div {
	margin: 7px 0;
	padding: 0;
}
.fcols span, .review_preview_main_page span {
	font-family: Verdana;
	font-size: 0.8em;
	font-weight: bold;
	background-color: #808080;
	color: white;
	padding: 2px;
}
.review_preview_main_page img {
	margin-top: 5px;
	display: block;
	border: 0;
}
.review_preview_main_page h2 {
	font-size: 1.2em;
	margin: 5px 0;
}
input {
	border: gray solid 1px;
}

.video_list_item {
	width: 100%;
	height: 110px;
}
.video_list_item img {
	float: left;
}
.video_list_item h2 {
	margin: 0;
	padding: 15px 0 0 0;
	font-size: 1.3em;
	font-weight: normal;
}

table.mp3_list {
	width: 100%;
}
table.mp3_list th {
	font-size: 0.8em;
	text-align: center;
	display: none;
}
table.mp3_list td {
	font-size: 0.8em;
	text-align: center;
	display: none;
}
table.mp3_list h3 {
	color: #A42B02;
	font-weight: bold;
	margin: 10px 0;
}
#mp3all {
	width: 100%;
	font-size: 0.8em;
}
#mp3new {
	width: 80%;
	font-size: 0.9em;
}
#mp3top10 {
	width: 100%;
	font-size: 1em;
}
#mp3top10 img {
	border: 0;
	padding: 0;
	margin: 0;
}
.spaec {
	clear: both;
	height: 1px;
	width: 100%;
}

.photos_list {
	width: 32%;
	float: left;
	height: 150px;
}

.reviews_list_preview {
	clear: both;
}

p.todayevent {
	font-weight: bold;
	padding: 5px 0;
	margin: 0;
}

.reviews_category_list {
	width: 48%;
	padding: 0;
	margin: 0;
	float: left;
}
.reviews_category_list ul {
	font-size: 0.8em;
	list-style: none;
}
.reviews_category_list_sep {
	clear: both;
}
.reviews_list_preview {
	clear: both;
}
.reviews_list_preview img {
	float: left;
}

.insedeContentAds {
}

.centered {text-align: center;}