HTML
{
	overflow-x: hidden; 
}
BODY
{
  font-family:Arial;	
}

a:link
{
	color:#3e9f3e;
}

.main
{
	width:802px;
}

.ads
{
	height:118px;
	border:solid 1px #000;
}


#adleft
{
	background-image:url('images/ad_left.jpg');
	background-repeat:no-repeat;
	background-position:left;
	width:267px;

}

#adleft a
{
	color:#44682a;
	font-family:Georgia;
	font-weight:bold;
	text-decoration:none;
	font-size:20px;
	text-align:center;
    width:238px;
    height:68px;
    padding-top:45px;
	display:block;
}

#admiddle
{
	background-image:url('images/ad_middle.jpg');
	background-repeat:no-repeat;
	background-position:center;
	width:268px;
	

}

#admiddle a
{
	color:#44682a;
	font-family:Georgia;
	font-weight:bold;
	text-decoration:none;
	font-size:20px;
	text-align:center;
	width:238px;
    height:83px;
	display:block;
	margin-left:8px;
}

#adright
{
	background-image:url('images/ad_right.jpg');
	background-repeat:no-repeat;
	background-position:right;
	width:267px;

}

#adright a
{
	color:#44682a;
	font-family:Georgia;
	font-weight:bold;
	text-decoration:none;
	font-size:20px;
	text-align:center;
	width:238px;
    height:93px;
    padding-top:20px;
	display:block;
	margin-left:24px;
	
}

#icons
{
	position:relative;
	left:670px;
}
#icons ul li
{
	display:inline;
}


#signin
{
	background-image:url('images/signin.jpg');
	background-repeat:no-repeat;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	width:199px;
	height:56px;
	position:relative;
	padding-top:8px;
	top:12px;
	left:582px;
	text-align:center;
    
}

#signin ul
{
	padding:6px 0 0 12px;
	margin:0;
	width:100%;
}

#signin ul li
{
	display:inline;
}

#signin ul li a
{
	text-decoration:none;
	padding:0px 22px;
	font-weight:normal;
	font-size:15px;
	color:#ffffff;
}

.header
{
	background-image:url('images/banner.jpg');
	height:132px;
}

.menu
{
	width:100%;
	height:28px;
	border-top:solid 3px #d4d4d4;
	border-bottom:solid 3px #d4d4d4;
}
.menu ul
{
	padding:0;
	margin:0;
	float:left;	
}

.menu ul li
{
	display:inline;
}

.menu ul li a
{
	float:left;
	text-decoration:none;
	padding: 5px 30px;
	font-weight:bold;
	font-size:15px;
	color:#000000;
	
}




.content table
{
	margin:20px;
}


.rate
{
	font-family:Trebuchet MS;
	font-weight:bold;
	margin:0;
	padding:0;
	cursor:pointer; 
	cursor:hand;
}

.rate div
{
	padding-top:10px;
	padding-bottom:20px;
	font-size:30px;
	text-align:center;
	font-family:Georgia;
	
}

.rate ul li
{
	list-style-type:square;
	font-size:33px;
	
}

.whole
{
	font-size:180px;
}

.decimal
{
	margin-left:-60px;
    padding-top:18px;
	vertical-align:top;
	font-size:100px;
	position:absolute;
}

.message
{	margin-top:120px;
	margin-left:30px;
	vertical-align:bottom;
	position:absolute;
	font-size:20px;
	font-weight:normal;
}

.asterisk
{
	margin-top:40px;
	margin-left:120px;
	position:absolute;
}

.thin
{
	line-height:.5em;
}

div.overdiv
{
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
	background-color: #c0c0c0;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

div.popup
{
	position: absolute;
	top: 200px;
	left: 400px;
	background-color: #fff;
	border: solid 1px #000;
	height:auto;
	width: 300px;
	padding: 10px;
}

div.msg
{
	color: #6d8e78;
	font-weight:bold;
	font-family:Verdana;
	font-size: 12px;
	padding: 15px;
	text-align:center;
}

div.pcontent
{
	border-top: solid 1px #6d8e78;
	border-left: solid 1px #6d8e78;
	border-right: solid 1px #6d8e78;
	border-bottom: solid 10px #6d8e78;
	height:auto;
}

div.popup button
{
	margin-left: 65px;
	margin-top: 10px;
	margin-bottom:10px;
}

div.pimg
{
	width:100%;
	height:25px;
	
	background:url(images/logo_172.jpg) no-repeat center;
}

.btnSubTxt
{
	font-size:12px;
	padding-left:10px;
}
