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

body {
	background:url(../../images/body_bg.jpg);
}
a { text-decoration:none; }
a:hover { text-decoration:underline; }
#wrapper {
	background:#FFFFFF;
	width:758px;
	margin:15px auto;
	border:1px solid #CCCCCC;
}

input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#header {
	height:118px;
	overflow:hidden;
	clear:both;
}
#header h1 {
	margin:0px; padding:0px;
	background:url(../../images/header_cjbe.jpg) no-repeat;
	padding-top:118px;
}

#nav {
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background:#000033;
}

#content {
	clear:both;
	background:url(../../images/content_bg.jpg) repeat-x top;
	padding-top:20px;
}

#matter_w_sidebar {
	width:538px; 
	float:left; clear:left;
}
#matter_wo_sidebar {
	clear:both;
}
#matter_wo_sidebar,#matter_w_sidebar {
	font-size:12px;
	margin:5px 10px;;
	text-align:justify;
	line-height:150%;
}
#matter_wo_sidebar h2,#matter_w_sidebar h2 {
	border-bottom:1px dashed #999999;
	padding-bottom:5px;
	letter-spacing:-1px;
	line-height:30px;
	text-align:left;
}
#matter_wo_sidebar .container,#matter_w_sidebar .container {
	padding:10px;
}

#sidebar {
	margin-left:550px;
	margin-top:10px;
	padding:10px;
}

#footer {
	clear:both;
	background:#CCCCCC;
	font-size:11px;
	color:#333333;
	border-top:1px solid #333333;
}
#footer .legal {
	padding:10px;
	text-align:center;
}
#footer .credits {
	float:right;
	padding:10px;
}
#footer .credits a {
	color:#000000;
}

#header_flash {
	margin:-20px 0px 20px 0px; 
	clear:both; 
	border-bottom:1px solid #333333;
}

#footer_links {
	background:url(../../images/ad_cjbe.jpg) right no-repeat;
	height:97px;
	clear:both;
	border-top:1px solid #333333;
}

h5 {
	color:#CC3300;
}