/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	font-family: verdana;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #5e5b59;
	text-decoration: none;
	background-color: #78934e;
}
.left_side_conner {
	background-image: url(../images/left_conner1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #DBE2E6;
}
.right_side_conner {
	background-image: url(../images/right_conner1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #DBE1E6;
}
.body_bg {
	background-color: #DBE2E6;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.footer_bg {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.footer_navi {
	font-family: verdana;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.footer_navi:hover {
	font-family: verdana;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}
