a {
	color : BLUE;
	text-decoration : none;
}

a:hover {
	color : #FFBA42;
	text-decoration : underline;
}

a.side {
	color : #000;
	text-decoration : none;
}

a:hover.side {
	color : #FFBA42;
	text-decoration : underline;
}

a.white {
	color : #000;
	text-decoration : none;
}

a:hover.white {
	color : #000;
	text-decoration : underline;
}

body {
	background: #6a1a13 url('img/bg.gif') repeat-x;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin:0;
	padding:0;
}
img {
	border:none;

}

form {
	margin : 0px;
}

hr {
	height : 1px;
	border : 1px solid #eee;
}

hr.side-hr {
	height : 1px;
	
}

td {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

pre {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

.alt {
	color : #005599;
}
 
.white-header {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #000;
	height:39;
	padding : 5px;
}

.full-header {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #000;
	padding : 0px;
}

.footer {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #fff;
	padding : 5px;
}

.button {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #000;
	background-image :url('images/stripe.gif');
	height : 20px;
	border : 1px solid #ccc;
	margin-top : 2px;
}

.textbox {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #000;
	background-color : #fff;
	border : 1px solid #ccc;
}

.topper {
	float:left;
	font-size : 1px;
	color : #000;
	height:10px;
	width:950px;
	margin-top: 3px;
	background:url('img/top_bg.gif') no-repeat;
}

.midd {
	float:left;
	width:950px;
	background:#fff;
	
}


.botter {
	float:left;
	font-size : 1px;
	color : #000;
	height:10px;
	width:950px;
	margin:0;
	padding:0;
	margin-bottom: 3px;
	background: url('img/bot_bg.gif') bottom no-repeat;
	
}

.top_sm {
	float:left;
	font-size : 1px;
	color : #000;
	height:10px;
	width:282px;
	margin-top: 3px;
	background:url('img/top_sm.gif') no-repeat;
}

.mid_sm {
	float:left;
	width:282px;
	background:#fff;

	
}


.bot_sm {
	float:left;
	font-size : 1px;
	color : #000;
	height:10px;
	width:282px;
	margin-bottom: 3px;
	background: url('img/bot_sm.gif') bottom no-repeat;
}


.left_box {
	float:left;
	display:block;
	width:640px;
	padding:0 10px;
}

.left_box p{
	padding:5px 10px;
}


.right_box {
	float:right;
	display:block;
	width:270px;
	padding:0 10px;
}

.right_box p{
	padding:5px 12px;
}


.main-body {
	font-size : 11px;
	color : #000;
	
	padding : 20px;
	
}

.side-body {
	font-size : 10px;
	color : #000;
	background-color : #fff;
	padding : 10px;
	
	
}

.main-bg {
	color : #000;
	background-color : #fff;
	padding : 10px;
	margin:0px;
	border-right:1px solid #ddd;
}



.side-border-left {
	display:none;
	padding-right : 0px;
	
	
}

.side-border-right {
	width: 300px;
	margin:0;
	padding-left : 10px;
	background-color : #fff;
}

.news-footer {
	font-size : 10px;
	color : #000;
	background-color : #fff;
	border-top : 1px solid #ccc;
	padding : 3px 4px 4px 4px;
}

.capmain {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : 100;
	color : #ff0000;
	padding : 10px;
}

.addthis_toolbox {
	
	float:		right;

}
.scapmain {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : 100;
	color : #ff0000;
	padding : 4px;
	background-color : #fff;
}

.tbl-border {
	color : #555;
	background-color : #e1e1e1;
}

.tbl {
	font-size : 11px;
	color : #000;
	background-color : #fff;
	padding: 0px 0px 3px 0px;
}

.tbl1 {
	font-size : 11px;
	color : #000;
	background-color : #fff;
	padding : 4px;
}

.tbl2 {
	font-size : 11px;
	color : #000;
	background-color : #fff;
	padding : 4px;
}

.forum-caption {
	font-size : 11px;
	font-weight : bold;
	color : #000;
	background-color : #fff;
	padding : 2px 4px 4px 4px;
}

.quote {
	font-size : 11px;
	color : #555;
	background-color : #f8f8f8;
	padding : 4px;
	margin : 0px 20px 0px 20px;
	border : 1px solid #bbb;
}

.poll {
	height : 12px;
	border : 1px solid #000;
}

.comment-name {
	font-weight : bold;
	color : #005599;
}

.shoutboxname {
	font-weight : bold;
	color : #005599;
	background-color : #fff;
}

.shoutbox {
	color : #777;
	background-color : #fff;
}

.shoutboxdate {
	font-size : 10px;
	color : #888;
	background-color : #fff;
}

.small {
	font-size : 10px;
	font-weight : normal;
}

.small2 {
	font-size : 10px;
	font-weight : normal;
	color : #555;
}

.side-small {
	font-size : 10px;
	font-weight : normal;
	color : #555;
	background-color : #fff;
}

.side-label {
	color : #000;
	background-color : #fff;

}

.gallery {
	padding : 16px 0px 8px 0px;
}

.gallery img {
	border : 1px solid #ccc;
}

img.activegallery {
	border : 1px solid green;
}

ul.topnav {
	display:block;
	list-style: none;
	padding: 0 0px;
	margin: 0;
	float: left;
	height:39px;
	width:950px;
	position:relative;
	font-size: 1.2em;
	z-index:		9999999999999999999999999;
	
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 6px;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
 }

#righter {
	float: right;
	text-align:right;
	margin: 0;
	padding: 0 6px;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
 }



ul.topnav li a{
	height:19px;
	padding: 10px 2px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
 }
ul.topnav li a:hover{
	background: url(img/menu_hover.gif) repeat-x center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(img/subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 0px;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	z-index:		9999999999999999999999999;
	
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	
	
	clear: both;
	width: 170px;
	z-index:		9999999999999999999999999;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	color: #ffb400;
	font-size:12px;
	background: #740400;
	padding-left: 20px;
	margin-right:10px;
	z-index:		9999999999999999999999999;
}

 .firster {
	float: left;
	background: none;
	height: 39px;
}

html ul.topnav li ul.subnav li.firster a	 {
	float: left;
	display:none;
	background: #000;
	height: 39px;
}

html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #6c0100;
	color: #ffc600;
}

#header { /*--Hover effect for subnav links--*/
	width:950px;
	height:125px;
	text-align:center;
}

#loginster{
	float:right;
	display:inline-block;
	margin-top:22px;
	width:230px;
	height:100px;
	text-align:right;
	}
	
#banner{
	float:left; 
	width:125px;
	height:125px;
	display:block;
	margin-top: 0px}
	
#salto  {
	float:left;
	padding-top:29px;
	margin-left:100px;
}	
	
#radio{
	float:right;
	width:240px;
	height:100px;
	display:block;
	margin-top: -40px;
	cursor:	pointer;
	
	}
	
#fadeshow2{
	float:left;
	width:668px;
	height:198px;
	display:block;
	margin-top: 6px}
	
#welcome_box{
	float:right;
	width:280px;
	height:225px;
	display:block;
	font-size:1px;
	margin:3px 0;
	}


	
	#welcome_box table td{
	
	font-size:10px;}
