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

body {
	background-color: #C49F52;
	text-align: center;
}
#wrapper {
	background-color: #FBCC64;
	margin: 0 auto;
	padding: 7px;
	width: 785px;
	white-space: normal;
	text-align: left;
}
#wrapperMenu {
	position: relative;
	height: 20px;
	width: 785px;
}
#wrapperMenuFoot{
	position: absolute;
	width: 785px;
	left: 0px;
	bottom: 0px;
	border-bottom: 0px solid #444;
}
#wrapperMenuBar {
	width: 775px;
	height: 18px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 2px solid #444;
	position: relative;
}
#wrapperMenuBar div {
	float: left;
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	cursor: pointer;
	height: 12px;
}
.wrapperMenuSelected {
	border-bottom: 2px solid #FFF;
	border-left: 2px solid #444;
	border-right: 2px solid #444;
	border-top: 2px solid #444;
	background-color: #FFF;
	padding: 2px;
	color: #4824AC;
}
.wrapperMenuUnselect {
	border-bottom: 2px solid #444;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	color: #4824AC;
}
.wrapperMenuHover {
	color: #CB7518;
	border-bottom: 2px solid #444;
	background-color: #FFF;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
}
#wrapperContent {
	background-color: #FEE6B3;
	border: 7px solid #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	position: relative;
	text-align: center;
	width: 771px;
	clear: both;
}
#wrapperUnfloat {
	clear: both;
}
#wrapperFooter {
	background-color: #0FF;
	height: 52px;
	white-space: nowrap;
	position: relative;
}
#wrapperFooterLeft {
	background-color: #F9CC68;
	height: 100%;
	width: 300px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#wrapperFooterLeftTopLeft {
	height: 16px;
	position: absolute;
	bottom: 14px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #BB0820;
	font-weight: bold;
	left: 0px;
	border: 2px solid #060;
	padding: 2px;
	background-color: #FFF;
}
#wrapperFooterLeftTopLeftOver {
	height: 16px;
	position: absolute;
	bottom: 14px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
	font-weight: bold;
	left: 0px;
	border: 2px solid #060;
	padding: 2px;
	background-color: #060;
	cursor: pointer;
}
#wrapperFooterLeftTopRight {
	height: 16px;
	position: absolute;
	bottom: 14px;
	text-align: right;
	margin-right: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #4824AC;
	font-weight: bold;
	right: 0px;
}
#wrapperFooterLeftBottom {
	background-color: #C49F52;
	height: 7px;
	position: absolute;
	bottom: 7px;
	width: 291px;
	left: 0px;
	font-size: 0px;
}
#wrapperFooterRight {
	background-color: #F7CC6C;
	height: 100%;
	width: 485px;
	left: 300px;
	position: absolute;
	bottom: 0px;
}
#wrapperFooterRightBottom {
	background-color: #F7CC6C;
	position: absolute;
	bottom: 0px;
	text-align: left;
	line-height: 0px;
	left: 0px;
}
#wrapperFooterRightSupport {
	background-color: #F5CC70;
	text-align: right;
	line-height: 1;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #C00;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#wrapperFooterRightSupport a {
	color: #C00;
	text-decoration: none;
}
#wrapperFooterRightSupport a:hover {
	text-decoration: underline;
}
