@charset "UTF-8";

@import "reset.css";
@import "basic.css";

body {
	text-align:center;
	background:url(../images/bg.gif) repeat-y top center;
}
.container {
	margin:0 auto;
	width:840px;
	text-align:left;
}
#wrap {
	margin:0 auto 20px;
	width:840px;
	text-align:left;
	background-color:#FFF;
}

/* header ------------------------------------------*/
#header {
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #B40232;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/header-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#header #headL {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 68px;
	float: left;
}
#header  p {
	font-size: 77%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#header h1 {
	margin: 0px;
}
#header  #headR {
	font-size: 77%;
	float: right;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header  #headR  li {
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}



/* btnTop ------------------------------------------*/
#btnTop {
	padding-right:40px;
	}
#btnTop a {
	padding:7px 12px 7px 38px;
	border:solid 1px #e9eaeb;
	float:right;
	display:block;
	width:5em;
	background:url(../img/icon_pagetop.gif) 12px center no-repeat;
	font-size:0.85em;
	}
*:first-child+html #btnTop a {
	font-family:Tahoma;
	}


/* footer ------------------------------------------*/
#footer {
	margin-top:30px;
	text-align:center;
	clear:both;
	}
#footer .container {
	padding:30px 0;
	}
#fnav {
	margin:0 auto 20px;
}
#copyright {
	clear:both;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 5px;
}
#footer address {
	font-style:normal;
	font-size:0.85em;
	}
