@charset "UTF-8";
/* CSS Document */

#container {
	position:relative;
	width:780px;
	z-index:0;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/containerbg.gif);
	background-repeat: repeat-x;
	background-color: #FEFEFE;
	border: 2px solid #FFFFFF;
}
#header {
	position:absolute;
	width:780px;
	height:106px;
	z-index:1;
	background-color: #E02F39;
	margin: 0px;
	padding-top: 8px;
}
#menu {
	position:absolute;
	width:780px;
	height:38px;
	z-index:2;
	left: 0px;
	top: 110px;
	background-image: url(../images/tabbg.jpg);
}
#div_book {
	position:absolute;
	width:163px;
	height:134px;
	z-index:99;
	left: -42px;
	top: -24px;
	background-image: url(../images/img_book.png);
	overflow: visible;
}
#footer {
	position:relative;
	width:780px;
	height:70px;
	z-index:5;
	background-color: #333333;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.text_standard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
.text_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
}
.text_error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FF0000;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #4D4D4E;
}
.text_imagecopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #999999;
}
.flashpadding {
	margin-top: 13px;
}
