@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	background: url(../images/red_background.png) repeat;
}
img {
border: none;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: xx-large;
}
h5 {
	font-size: 24px;
}
h3 {
	font-size: 16px;
}
h6 {
	font-size: 16px;
}

.icons {
	font-size: 14px;
	font-weight: normal;
	margin-right: 10px;
}
.tt_bot {
	background:#FFFFFF;
	font-family:arial;
	font-size:12px;
	border-left:1px solid #C8BA92;
	border-right:1px solid #C8BA92;
	border-bottom:1px solid #C8BA92;
	padding:5px;
	width:200px;
	color: #000000;

}
.tt_top {
	background:#F3F0E7;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	border:1px solid #C8BA92;
	padding:5px;
	width:200px;
	color: #000000;
         }




.big {
	font-size: x-large;
	color: #FF0000;
	text-align: center;
	font-weight: bold;
}
a:link    {
	color: #CCCCCC;
	text-decoration: none;
}
#nac {
	float: right;
	clear: right;
	width: 125px;
	padding-top: 10px;
}

a:visited  {
	color: #CC0000;
	text-decoration: none;
}
a:hover  {
	color: #990000;
	text-decoration: none;
}
.style1 {
	font-size: 24px;
}
.style2 {
	font-size: 18px;
	font-weight: bold;
}
.style3 {
	font-style: italic;
	color: #FFCC00;
}
#page_container {
	width: 760px;
	background-color: #000000;
	margin: auto;
	float: none;
}
#top_nav{
	margin: 0px;
	height: 30px;
	background-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
}
#scroller {
	float: left;
	margin: 0px;
	width: 330px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#index_headder {
	float: left;
	width: 400px;
	clear: both;
}

#header {
	height: 150px;
	width: 630px;
	float: left;
	color: #FFFFFF;
	padding-top: 10px;
	text-align: center;
}
#title {
	float: right;
	width: 130px;
	clear: right;
	padding-top: 10px;
}
#salutation {
	float: left;
	margin: 0px;
	clear: left;
	color: #FFFFFF;
	width: 625px;
	text-align: center;
	height: 40px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#right_nav {
	float: right;
	width: 130px;
	clear: right;
	text-decoration: none;
}
#date {
	color: #CCCCCC;
	font-size: medium;
	font-weight: normal;
	margin: 0px;
	text-align: center;
}
#topdate {
	font-size: 1em;
	float: right;
	font-weight: normal;
	margin: 0px;
	clear: none;
	padding-right: 5px;
}

#plays {
	margin: 0px;
	width: 625px;
	clear: left;
	float: left;
}
#plays .padding {
	padding: 25px;
}
#plays h2 {
	color: #FFFFFF;
}
#content {
	float: left;
	width: 625px;
	clear: left;
	margin: 0px;
}
#content .padding {
	padding: 25px;
}
#content h2 {
	margin: 0px;
	padding: 0px 0px 10px;
	color: #FFFFFF;
}
#content p {
	margin: 0px;
	padding: 0px 0px 15px;
}
#form {
	float: left;
	width: 630px;
	margin: 0px;
	clear: left;
	color: #FFFFFF;
	font-weight: normal;
}
#form .padding {
	padding: 25px;
}
#send {
	font-weight: bolder;
	text-align: right;
}
#reset {
	text-align: center;
}
#box input {
	background-color: #CCCCCC; }
#footer {
	clear: both;
	padding: 13px 25px;
	line-height: 18px;
	color: #CCCCCC;
	border-top: 1px solid #efefef;

}
#altnav   {
	float: right;
	width: 480px;
	background-color: #000000;
	margin: auto;
	color: #CCCCCC;
}
#navigation {
	width: 100%;
	height: 62px;
	background: #000000 url(../images/menubar_back.png) repeat-x 0 top;
	font-variant: small-caps;
	font-size: 1em;
	z-index: 400;
}

#navmenu {
	position: relative;
	padding: 0;
	list-style-type: none;
	height: 52px;
	width: 640px;
	margin: 0 auto;
	top: 10px;
	font: normal 1.0em "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#navmenu li {
	position: relative;
	float: left;
	display: block;
	height: 52px;
	width: 80px;
}

#navmenu li a {
	line-height: 50px;
	position: absolute;
	display: block;
	height: 52px;
	text-align: center;
	width: 80px;
	text-decoration: none;
	color: #999999;
	font-weight: normal;
	font-style: normal;
	background: url(images/menubar.png) no-repeat 0 top;
	text-shadow: none;
	left: 0px;
	top: 0px;
}

#navmenu li a:hover {
	height: 52px;
	width: 80px;
	background-repeat: no-repeat;
	background-image: url(../images/menubar.png);
	background-position: 0 bottom;
	text-shadow: none;
	color: #FFFFFF;
}

#navmenu li a:active { text-shadow: #eaeaea 0 1px 4px; }

span.counter {
   color: red;
   cursor: default;
   font-size: larger;
   }
   
   div.info {
	margin: 0 auto;
	text-align: left;
	font-size: 18px;
	width: 80%;
   }
