* {
	margin:0;
	padding:0;
	line-height: 140%;
	font-size: 12px;
	font-family: arial,sans-serif;
}

a:link { color: #00f;text-decoration:none; } 

a:visited { color: #00f;text-decoration:none; } 

a:hover { color: #00f;text-decoration:underline; } 

a:active { color: #00f;text-decoration:none; }

#bg_header {
	width: 100%;
	text-align: center;
	background: url(../images/bg_header.gif) repeat-x;
}

#bg_contents {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}


/* header START */

#header_top {
	width: 750px;
	height: 20px;
}

#header_top_l {
	width: 400px;
	float: left;
	font-size: 11px;
	color: #ffffff;
	line-height: 20px;
}
#header_top_r {
	text-align: right;
	width: 200px;
	float: right;
	color: #ffffff;
}

#header_top_r a {
	font-size: 11px;
	color: #ffffff;
	line-height: 20px;
	text-decoration: none;
}

#header_img {
	clear: both;
	width: 750px;
	height: 200px;
}
/* header END */


/* menu START */

#menu {
	clear: both;
	width: 750px;
	height: 52px;
	background: url(../images/menu_bg.gif) no-repeat;
	position: relative;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 15px;
}

#menu li {
	float: left;
	width: auto;
}

#menu li a {
	color: #333333;
	font-size: 13px;
	text-decoration: none;
        padding: 0px 15px;
	border-right: 1px solid #ffffff;
	display: block;
}

#menu li a:hover {
	color: #ffffff;
}
/* menu END */


/* content START */

#content {
	width: 539px;
	float: left;
}
#side {
	width: 201px;
	float: right;
}
/* content END */


/* footer START */

#footer {
	clear: both;
	width: 750px;
	height: 49px;
	border-top: 1px solid #cccccc;
}

#footer_l {
	height: 20px;
	line-height: 20px;
	width: 350px;
	float: left;
}
#footer_l a {
	color: #666666;
	font-size: 11px;
	text-decoration: none;
}
#footer_r {
	height: 20px;
	line-height: 20px;
	width: 350px;
	float: right;
	text-align: right;
	color: #999999;
	font-size: 11px;
}

#footer_r a {
	color: #0000ff;
	font-size: 11px;
	text-decoration: none;
}

#footer_bottom {
	clear: both;
	height: 20px;
	line-height: 20px;
	padding-top: 8px;
	background: url(../images/footer_bg.gif) repeat-x;
	font-size: 11px;
	color: #999999;
}

#footer_bottom a {
	font-size: 11px;
	color: #0000ff;

}
/* footer END */