@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
body {
	background-image: url(../images/bg_tiger.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#container {
	height: 100%;
	width: 100%;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
}
#sidebar_lft {
	float: left;
	margin: 0px;
	left: 0px;
	top: 0px;
	padding-top: 200px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	height: 650px;
	width: 80px;
}
#sidebar_rht {
	float: right;
	margin: 0px;
	left: 0px;
	top: 0px;
	padding-top: 260px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 500px;
	width: 80px;
}
#main {
	width: 832px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 100px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#top {
	height: 30px;
	background-image: url(../images/main/bg_top.png);
	background-repeat: no-repeat;
	width: 832px;
	margin: 0px;
	padding: 0px;
}
#header {
	background-image: url(../images/main/bg_middle.png);
	background-repeat: repeat;
	width: 801px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 16px;
}
#middle {
	color: #000000;
	background-image: url(../images/main/bg_middle.png);
	background-repeat: repeat;
	margin: 0px;
	width: 752px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	text-align: justify;
}
#footer {
	height: 127px;
	background-image: url(../images/main/bg_footer.png);
	background-repeat: no-repeat;
	margin: 0px;
	width: 552px;
	font-size: x-small;
	text-align: center;
	color: #FF6600;
	padding-top: 20px;
	padding-right: 140px;
	padding-bottom: 0px;
	padding-left: 140px;
}
#footer ul {
	margin: 0px;
	padding: 0px;
}
#footer li {
	padding: 0px;
	list-style-type: none;
	display: inline;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
}
#footer a {
	color: #333333;
	text-decoration: none;
}
#footer a:hover {
	color: #FF6600;
}
#copyright {
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}
#clear {
	clear: both;
	padding: 5px;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
}
