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

* {margin: 0; padding: 0; border: 0;}

body {
	background: #000000 center top url('../images/bg_cbf.jpg') no-repeat;
}

#container {
	width: 897px; 
	height: 584px;
	background: #ffffff url('../images/bg_content.jpg') no-repeat;
	margin: 109px auto;
	text-align: left; 
}
#header {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	text-align: center;
}
#logo {
	position: relative;
	top: -109px;
	width: 358px;
	height: 247px;
	
}
#content {
	padding: 10px 40px; 
}

h1 {
	font-family: "Trebuchet MS",arial,helvetica,sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #465d5a;
	margin-top: 10px;
	margin-bottom: 10px
}
h2 {
	font-family: "Trebuchet MS",arial,helvetica,sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #373f3c;
	margin-top: 10px;
	margin-bottom: 10px
}
p {
	color:#000000;
	font-family:arial,helvetica,sans-serif;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px
}
hr {
	border: 1px solid #ccc;
}
h1.first_title {
	margin: 25px 0 5px;
}