@charset "utf-8";
/* CSS Document */

body {
	background: url(../images/page-back.jpg) repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-top:0px;
	padding-top:5px;
}
a:link {
	color: #FF0000;
}
a:visited {
	color: #0000FF;
}
.style4 {
	font-size: 18px;
	font-weight: bold;
}
.style13 {font-size: 18px}
.style14 {
	font-size: 12px;
	font-weight: bold;
}
.style15 {
	color: #333333;
	font-weight: bold;
	font-size: 18px;
}
.style16 {color: #FF0000}
.style17 {color: #000000}

#menu{
		width:800px;
		height:49px;
		background:url(../images/menu-back.jpg) repeat-x;	
		font-size:16px;
		
		}
#menu-list{
			list-style:none;
			list-style-image:none;
			list-style-type:none;
			display:inline;
			height:49px;
			
			}
.list-item{
				float:left;
				padding:10px 5px 0px 5px;
				height:39px;
				display:block;
				}

.list-item a{
			color:#FFFFFF;
			font-family:Arial, Helvetica, sans-serif;
			size:16px;
			text-decoration:none;
			font-weight:bold;
			height:39px;
			}
.list-item a:hover{
					color:#FFFF00;
					background:url(../images/menu-hover.jpg) no-repeat;
					background-position:top center;
					padding:16px 0px 0px 0px;
					line-height:30px;
					}
#wrap{
		width:800px;
		height:auto;
		margin:auto;
		background:#fde9b9;
		border:3px #FFFFFF solid;
		
		}
#back{
			background: url(../images/bg02.jpg) no-repeat;
		}

#content{
			width:540px;
			height:auto;
			float:left;
			margin-left:10px;
			}
			
#right{
		width:238px;
		height:auto;
		float:right;
		padding-top:10px;
		margin-right:5px;
		}

.box{
		width:226px;
		margin-top:10px;
		height:auto;
		background:url(../images/box-back.jpg) repeat-y;
		}

.poll{
		font-family:Arial, Helvetica, sans-serif;
		background:#fdba0b;
		margin:0px 10px 0px 10px;
		color:#333333;
		}
#poll{	
		margin:auto;
		width:70%;
		
		}
.tabletd {	
			background: url(../images/radio-back.jpg) repeat-x;
			border-top:1px solid #FFCC00;
			}
a.link{
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#333333;
		text-decoration:none;
		outline:none;
		}
a.link:hover{
			color:#FF6600;
			}
			
a.link2{
		font-family:Arial, Helvetica, sans-serif;
		font-size:20px;
		color:#333333;
		text-decoration:none;
		}
a.link2:hover{
			color:#FF6600;
			}
.big{
	font-family:Arial, Helvetica, sans-serif;
		font-size:20px;
		color:#333333;
		font-weight:bold;
		}
						
h4{
		margin:0px;
		padding:0px;
		}
.line{
		border-top:2px solid #FF6600;
		border-bottom:2px solid #FF6600;
		background:#fde79e;
			}
			
.friends{		
			list-style:disc;
			}
.rightf{
		float:right;
		}
		
.leftf{
		float:left;
		}
.inp{
		background:#fefdd5;
		border:2px dotted #FF9900;
		}
.comments{
			background:#fbfbbf;
			}
.comhead{
		border-top:2px solid #999999;
		background: url(../images/radio-back.jpg) repeat-x;
			}
.comfoot{
		border-bottom:1px solid #999999;
		}
.lh{
		line-height:30px;
		}
.live{
		background:#CC0000;
		color:#FFFFFF;
		padding:1px;
		}
.live:hover{
		color: #FF6600;
		background-color:#fde79e;
		
		}

.border2{
		border-top:2px #FF9900 solid;
		border-bottom:2px #FF9900 solid;
		}
		
/*drop menu */

#dropm{position:absolute;z-index:200;}
#dropm ul .item{display:none; list-style:none; list-style-type:none; }
#dropm ul:hover .item{display:block;background:#990000;margin:1px;}

#dropm ul:hover .item a{color:#FFFFFF;text-decoration:none; font-weight:bold; font-size:16px;margin:3px;}
#dropm ul:hover .item a:hover{color:#FFFF00;}

#dropm ul{width:300px;margin:0px;background:#b10000;list-style:none; padding:0px;}
.clear{clear:both;height:50px;}
