﻿#container
{
	width:947px;
	margin:0 auto;
}

#main
{
	width:auto;
	display:block;
}


.header
{
	margin: 0 auto;
	width: auto;
	height: 180px;
	background-image:url('images/header.jpg');
	border:medium;
	border-color:gray;
}

ul#nav
{	
    list-style:none;
    padding-top:147px;
    margin-left:10px;
    font-family:Helvetica, Arial, sans-serif;
    font-size:medium;
}


ul#nav a
{
	float: left; /* so it can be horizontal */;
	font-weight: bold;
	color: black;
	display: block;
	text-indent: 20px;
}

ul#nav a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  font-weight:      bold;
  } 
ul#nav a:visited {
  /* Applies to all visited links */
   text-decoration:  none;
  font-weight:      bold;

  }
  
ul#nav a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  none;
  font-weight:      normal;
  } 
ul#nav a:active  {
  /* Applies to activated links */
  text-decoration:  none;
  font-weight:      normal;
}



body
{
	/*background: url('images/body-bg.jpg') repeat-x top black;*/
	background-color:#180010;
}


.pictures
{
	padding-top: 10px;
	padding-bottom: 3px;
	border: medium #4e0038;
	background-color: #4e0038;
	width: 947px;
	
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}

.pics
{
	text-align: center;
	width: 940px;
	border: medium;
	letter-spacing: 23px;
}


.titlebar
{
	width: 600px;
	color: #000000;
	background-image:url('images/titlebar.png');
	background-repeat:repeat-x;
	height:26px;

}

.content
{
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 600px;
	color: #000000;
	font-size: 10px;
	font-family: Tahoma;
	background-color: #d7d7d7;
	background-image:url('images/content_bg.png');
	background-repeat:repeat-x;
}

.page-content{
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	width:917px;
	float:right;
	color: #000000;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	background-color: #cccccc;
	background-image:url('images/content_bg.png');
	background-repeat:repeat-x;
	
}

.ads
{
	width:150px;
	float:left;
	border: medium maroon inset;
	background-color: black;
	min-height:700px;

	
}


/*
.navigation
{
	width: 947px;
	margin-right: auto;
	margin-left: auto;	
    background:url(images/bg_topmenu.png) repeat-x;
}

*/

#right-sidebar
{
	float:right;
	width:295px;
}


#musicplayer
{
	background-color:#4e0038;
	margin-bottom:68px;
}

#musicplayer a
{
	color:orange;
} 

#newsletter
{
	background-image:url('images/newsletter-bg.png');
	padding: 0.9px 5px 10px 5px;
}



div.spacer{clear:both; height:10px; display:block;}

#footer{
	background-color: black;
	height: 50px;
	border:medium black double;
	margin: 15px auto;
	width:auto;
	color:white;
}

