body{
	margin: 0;	
	padding: 0;
	background:url(bg.jpg) repeat-x top center;
	font: 11px Tahoma, Verdana bold;
}
a {
	color: #16B710;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color: #546cb0;
}
input{
	font-size: 10px;
}
ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
}
img{
	border: none;
	padding: 0;
	margin: 0;
}
form{
	margin: 0;
	padding: 0;
}
h3{
	font-size: 12px;
}
#main {
	margin: auto;
	width: 795px;	
}


#top_header{
	padding: 0 20px;
}
/*top menu*/
#top_menu{
	float: left;
	width: 500px;
	line-height: 35px;
}
#top_menu li{
	display: inline;
}
#top_menu a{
	background: url(box.gif) no-repeat top left;
	padding: 0px 10px 3px 20px;
	color: #565C56;
	font-weight:normal;
}
#top_menu a:hover {
	color: #16B710;
}
/*search*/
#top_search{
	float: right;
	padding-top: 8px;
}

/* main menu */
#menu{
   background: url(bg_menu.jpg);
	text-align: center;
	height: 41px;
}
#menu ul{
	padding-top: 12px;
}
#menu li{
	display: inline;
}
#menu a{
	padding: 10px 12px;
	color: #B8FF99;
	font-weight:bold;
	font-variant:small-caps;
}
#menu a:hover { 
	background: url(menu_hover.jpg);
	color: #fff;
}

/*container - after main menu*/
#container{
	padding: 0 14px;
	width: 768px;
}
#leftColumn{
	float: left;
	width: 399px;
}
#rightColumn{
	float: right;
	width: 369px;
	text-align: right;
	color: #565C56;
}
#rightColumn p{
	padding: 3px 10px 10px 10px;
	margin: 0;
}
#rightColumn a{
	padding: 3px 10px 10px 0;
	margin: 0;	
	color: #546cb0;
	font-weight:bold;
}
#rightColumn a:hover{
	color: #16B710;
}
#content{
	background: url(bg1.jpg) repeat-y;
	height: 100px;
	padding: 1px 30px 1px 10px;
	text-align: right;
}
#content h4{
	line-height: 14px;
	margin: 0;
	padding: 0;
	color: #9C9C9C;
	font-size: 11px;
}





/* LOGIN */
#login_container{
	width: 395px;
	background: url(bg1.jpg) repeat-y;
	text-align: center;
}
#login{
	padding: 0 20px;
	text-align: left;
	height: 80px;
}
#login_left{
	float: left;
	width: 200px;
}
#login_right{
	float: right;
	width: 150px;
	padding-top: 5px;
}
#login_right p{
	border-left: 2px solid #17b611;
	padding-left: 5px;
}





/*BREADCRUMB*/
#breadcrumb{
	border-bottom: 1px solid gray;
	margin-bottom: 20px;
}


/* POWERD BY */
#powered_by{
	background-image: url(sv_54.jpg);
	line-height: 47px;
	padding: 0 20px;
	color: #D2D9D2;
	clear: both;
}
#terms{
	float: left;
	width: 200px;
}
#terms a{
	color: #D2D9D2;
	font-weight: bold;
}
#terms a:hover{
	color: #fff;
}
#copy{
	text-align: right;
}


.bg1_top{
	background: url(bg1_top.jpg);
	height: 17px;
}
.bg1_bottom{
	background: url(bg1_bottom.jpg);
	height: 20px;
}
.bg1{
	background: url(bg1.jpg) repeat-y;
	padding: 5px 20px;
}

.bg3_top{
	background: url(bg3_top.jpg);
	height: 19px;
}
.bg3_bottom{
	background: url(bg3_bottom.jpg);
	height: 20px;
}
.bg3{
	background: url(bg3.jpg) repeat-y;
	padding: 0 13px 5px 13px;
}







.just{
	text-align: justify;
}


.txt{
	color: #565C56;
}
.txt_right{
	color: #565C56;
	text-align: right;
	padding: 4px 8px;
}
.txt_right a{
	color: #546cb0;
	font-weight:bold;
}
.txt_right a:hover{
	color: #16B710;
}
