@charset "utf-8";
body {
	background-image: url(../images/gray-bg.gif);
	background-repeat: repeat-x;
	background-position: center -3px;
	background-color:#FFF;
	margin: auto;
	font-family: Tahoma, Verdana, Arial;
}
img {
	border: 0px;
}
#bg{
/*	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center -8px;
*/
}
#bg-inner{
	padding-left: 3px;
	width: 966px;
	margin: auto;
}
#bg-inner input{
	border: #999 1px solid;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
}
#header{
	width:100%;
	padding-top: 0px;
	padding-bottom: 24px;
	
}
#news{
	width:100%;
	background-color: #666;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #ccc;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 2px;
}
#main .animation{
	padding-bottom: 3px;
	border-bottom: #999 1px solid;
}
#main-inner{

}
#main-inner .animation{
	padding-bottom: 2px;
}
#links{
	width: 936px;
	background-color: #666;
	padding-left: 30px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 2px;
}
#main-inner .text{
	border-right: #999 1px dotted;
	height: 100%;
	width: 600px;
	margin-top: 25px;
	padding-left: 40px;
	padding-right: 10px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #333;
	float:left;
	line-height: 17px;
}
#main-inner a{
	color: #06C;
	text-decoration: none;
}
#right-links{
	width: 280px;
	margin-top: 25px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #333;
	word-spacing: 0.1em;
	letter-spacing: 0.1em;
	float:left;
}
#right-links .float-left{
	float:left;
	width: 300px;
	font-size: 11px;
	color: #666;
	padding-bottom: 05px;
	padding-top: 06px;
}
#links .sepration{
	padding-left: 25px;
	padding-right: 25px;
}
#float-left{
	float:left;
	width: 270px;
	height: 125px;
	padding: 25px;
	font-size: 11px;
	color: #333;
}
#float-left img{
	padding-bottom: 2px;
}
#footer{
	width: 966px;
	margin: auto;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #666;
	text-align: center;
	margin-top: 25px;
	clear:both;
}
#footer a{
	color: #666;
	line-height: 20px;
	text-decoration: none;
}
ul{
	margin-left:15px;
	margin:0px;
}
ol{
	margin:0px;
}
li {
	list-style-type: none;
	background-image:url(../images/dot.gif);
	background-repeat:no-repeat;
	padding-left:15px;
}
h3{
	font-size: 16px;
	color: #c00;
	margin-top: 0px;
	margin-bottom: 5px;
}
h4{
	font-size: 12px;
	color: #c00;
	margin-bottom: 10px;
	padding-top: 5px;
	line-height: 0px;
}
.select{
	font-size: 11px;
	color:#333;
}
#input{
	width:150px;
	margin-left:20px;
}
.input_row {
	width: 320px;
	margin-bottom: 3px;
	min-height: 16px; 
	float: left;
	clear: left;
}
.input_row span {
	width: 150px;
	float: right;
	clear: right;
	margin: 0px;
	padding: 0px;
}
.input_row label {
	float: left;
}
.input_row img{
	float: left;
}
.input_row .span{
	width: 250px;
	float: right;
	clear: right;
	margin: 0px;
	padding-top: 13px;
}