@charset "utf-8";
/* CSS Document */

body {
	font: 100% "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	/*background: #FFFFFF url(../images/bg.jpg) top center no-repeat;*/
	margin: 0;
	padding: 0;
	color: #000000;
}

#barArea {
	width: 100%;
	height: 80px;
	background: url(../images/bg_bar-trans.png) repeat-x;
	_background: url(images/bg_bar-trans.png) repeat-x;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_bar-trans.png',sizingMethod='scale');
}

#wrapper {
	background: #FFFFFF url(../images/bg.jpg) top center no-repeat;
}

#container {
	width: 780px;
	margin: 0 auto;
	text-align: center;
}

/* HEADER */
#header {
	width: 700px;
	margin: 0 auto;
} 
#header img {
	border: 0;
}
#header a {
	position: relative;
}
#header h1 {
	margin: 10px 0 0 0;
}
#header_left {
	width: 200px;
	float: left;
}
#header_right {
	width: 200px;
	float: right;
	margin-top: 5px;
	text-align: right;
}

/* MAIN AREA */
#mainContent {
	padding: 0 20px;
}

/* BANNER */
#banner {
	width: 700px;
	margin: 0 auto;
	margin-top: 6px;
	text-align: right;
}
#banner img {
	border: 0;
}

/* FOOTER */
#footerArea {
	width: 100%;
	background: #000066;
	margin-top: 1px;
}

#footer {
	width: 700px;
	margin: 0 auto;
	padding: 0 10px;
	color: #FFFFFF;
}
#footer_left {
	width: 10%;
	float: left;
	margin: 5px 0;
	font-size: small;
	border-right: 2px solid #FFFFFF;
}
#footer_right {
	width: 80%;
	float: right;
	margin: 5px 0;
	font-size: x-small;
	text-align: right;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer img {
	border: 0;
	margin-bottom: 5px;
}

/* COMMON */
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.font_small {
	font-size: small;
}

.valign_top {
	vertical-align: top;
}