/* CSS Document */
#background {
	background-color: #FF9900;
	background-image: url('../images/bg-header.gif');
	background-position: left top;
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#page {
	width: 831px;
	height:auto;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

#header {
	/*background-image:url('../images/header.gif');
	background-position:left top;
	background-repeat:no-repeat;*/
	overflow:visible;
	width:831px;
	height:127px;
	margin:7px 0px 0px 0px;
	padding:0px;
}

/*
#logo {
	float:left;
	width:1020px;
	height:110px;
	margin:0px;
	padding:0px;
}
*/
/*
#top-menu {
	float:right;
	vertical-align:bottom;
	text-align:right;
	width:500px;
	height:auto;
	margin:0px;
	padding-top:100px;
}
*/
#body-top {
	background-image:url('../images/body-top.gif');
	background-position:left top;
	background-repeat:no-repeat;
	width:831px;
	height:29px;
	margin:10px 0px 0px 5px;
	padding:0px;
}

#body {
	background-image:url('../images/body.gif');
	background-position:left top;
	background-repeat:repeat-y;
	width:831px;
	height:auto;
	overflow:hidden;
	padding:0px;
}

#body-bottom {
	background-image:url('../images/body-bottom.gif');
	background-position:left top;
	background-repeat:no-repeat;
	width:831px;
	height:39px;
	margin-left:7px;
	padding:0px;
}

#sidebar-bottom {
	float:left;
	border-right:#e8e8e8 solid 1px;
	width:205px;
	height:18px;
	margin-left:18px;
	padding:0px;
}

#footer {
	text-align:center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	width:831px;
	height:39px;
	margin:0px;
	padding:0px;
}