/*layout*/
body {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}
#wrp_bg{
	background-image: url(../img/wrp_bg.png);
	background-position:center;
	background-repeat:repeat-y;
	width: 912px;
	margin: 0px auto;
}
#wrp {
	margin: 0px auto;
	padding: 0px;
	background-color:#FFF;
	width: 900px;
}
#mid{
	height:40px;
	background-color:#36F;
}
#hd {
	border-bottom:#36F;
	height:120px;
	background-image: url(../img/logo.jpg);
}
#lt{
	float: left;
	width: 200px;
}
#rt {
	float: right;
	width: 200px;
}
#ct { 
	float: left;
	width:450px;
	padding-left:50px;
	
}
#ft {
	clear: both;
	background: #A2A2A2;
}
/*mnu*/
#mnu {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#mnu li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #36F;
	padding-top:2px;
	padding-bottom:2px;
}
#mnu li a:link {
	padding: 3px;
	text-decoration:none;	
	color:#36F;
}
#mnu li a:visited {
	padding: 3px;
	text-decoration:none;
	color:#36F;
}
#mnu li a:hover {
	padding: 3px;
	text-decoration:none;
	color:#000;
}
#mnu li .sel {
	color: #000;
	padding-left:10px;
}
#google_col{
	text-align:center;
	padding:3px;
}
