html {
	font-family: Tahoma;
	font-size: 12px;
}

input {
	font-family: Tahoma;
	font-size: 12px;
	background: #FFFFFF !important;
	padding: 1px;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background: #333333;
	margin-top: 20px;
}

.wrapper {
	width: 800px;
	margin: 0 auto;
	background: #FFFFFF;
}

.header {
	height: 120px;
	background: #232323;
}

.logo {
	background: url(../images/headbg.jpg) top no-repeat;
	padding-top: 20px;
	margin: 0 auto;
}

#menu {
	width: 800px;
	float: left;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	background: #000000;
	margin-top: 0px; 
	height:23px;
	padding-left: 0px;
}

#menu ul {
	margin: 0px;
	padding: 5px 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	background: #000000;
	padding: 4px 10px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover {
	background: #FFFFFF;
	color: #FF0000;
}

#menu a:active {
	background: #FF0000;
	color:#FFFFFF;
}

.left {
	float: left;
	width: 500px;
}

.right {
	float: right;
	width: 290px;
	font-size: 12px;
	padding-left: 10px;
	background: #CCCCCC;
}

.right input, .optin input {
	font-size: 12px;
}

.right input.button {
	padding: 0;
}

.clear {
	clear: both;
}

.content {
	padding: 10px 15px;
	line-height: 16px;
}

.head1red {
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}

.head2red {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color:#FF0000;
}

.list2red li a, .list2red li a:visited {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	text-align: left;
}

.list2red li a:hover {
	color: #FF0000;
}
	
.head3red {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

.head2black {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.head3black {
	font-size: 14px;
	font-weight: bold;
}

.maintable {
	color:#CCFF33; 
	font-size:16px; 
	font-weight:bold; 
	line-height:40px; 
	vertical-align:middle; 
	text-align:center
}

.footer {
	background: url(../images/footbg.jpg) bottom no-repeat;
	padding: 10px 15px 20px;
	color: #FFFFFF;
	font-size: 11px;
}

.footer a, .footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.footer a:hover {
	color: #FF0000;
	text-decoration: none;
}

.optin {
	background: #CCCCCC;
	margin: 0 auto;
	padding: 15px;
	font-size: 11px;
	width: 310px;
}

.yellow {
	background: #FFFF00;
}

.smalltext {
	font-size: 10px;
	color: #333333;
}

#feedback {
   position: fixed;
   width: 48px;
   height: 150px;
   right: 0px;
   top: 360px;
}

#feedback a {
   outline: none;
   display: block;
   width: 48px;
   height: 150px;   
   background: url(../images/feedback.png) no-repeat;
}

#feedback a:hover { 
   background: url(../images/feedback-hover.png) no-repeat;
}

#twitter {
   position: fixed;
   width: 48px;
   height: 48px;
   right: 0px;
   top: 150px;
}

#twitter a {
   outline: none;
   display: block;
   width: 48px;
   height: 48px;   
   background: url(../images/twitter.png) no-repeat;
}

#twitter a:hover { 
   background: url(../images/twitter-hover.png) no-repeat;
}

#facebook {
   position: fixed;
   width: 48px;
   height: 48px;
   right: 0px;
   top: 205px;
}

#facebook a {
   outline: none;
   display: block;
   width: 48px;
   height: 48px;   
   background: url(../images/facebook.png) no-repeat;
}

#facebook a:hover { 
   background: url(../images/facebook-hover.png) no-repeat;
}

#myspace {
   position: fixed;
   width: 48px;
   height: 48px;
   right: 0px;
   top: 255px;
}

#myspace a {
   outline: none;
   display: block;
   width: 48px;
   height: 48px;   
   background: url(../images/myspace.png) no-repeat;
}

#myspace a:hover { 
   background: url(../images/myspace-hover.png) no-repeat;
}

#youtube {
   position: fixed;
   width: 48px;
   height: 48px;
   right: 0px;
   top: 310px;
}

#youtube a {
   outline: none;
   display: block;
   width: 48px;
   height: 48px;   
   background: url(../images/youtube.png) no-repeat;
}

#youtube a:hover { 
   background: url(../images/youtube-hover.png) no-repeat;
}

.button {
	padding: 0;
}

.slidecenter {
	width: 500px;
	background: #999999;
	border: 1px solid #000000;
	margin: 0 auto;
}