html, body {
	margin: 0;
	padding: 0;
	border: 0;
}



/*---- header core ----*/
#header {
	width: 100%;
	height: 300px;
	background: #8b0e12;
	float: left;
}
#header_wrapper {
	position: relative;
	width: 900px;
	margin: 0 auto;
}
#header_wrapper_content {
	width: 900px;
	height: 300px;
	float: left;
}
/*---- header core end ----*/


#header_right {
	margin-top: 20px;
}



/*---- body core ----*/
#body {
	width: 100%;
	background: url(pics/body_bg.jpg) top left repeat-x #fff;
	float: left;
}
#body_wrapper {
	position: relative;
	width: 900px;
	margin: 0 auto;
}
#body_wrapper_content {
	width: 900px;
	float: left;
	margin: 65px 0 100px 0;
}
/*---- body core end ----*/


#body_left {
	width: 415px;
	float: left;
	padding: 20px 0 0 50px;
}

#body_right {
	width: 435px;
	float: right;
}
#body_right img {
	padding: 4px;
	border: 1px solid #bbb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: right;
	margin: 20px 15px 0 0;
}

#body_bottom {
	clear: both;
	padding: 50px 0 50px 50px;
}



/*---- footer core ----*/
#footer {
	width: 100%;
	height: 100px;
	background: #8b0e12;
	float: left;
	margin: 0;
	padding: 0;
}
#footer_wrapper {
	position: relative;
	width: 900px;
	margin: 0 auto;
}
#footer_wrapper_content {
	width: 900px;
	height: 70px;
	padding: 0 20px 0 20px;
	float: left;
	text-align: center;
	padding: 30px 0 0 0;
	color: #f9f9f9;
}
#footer_wrapper_content a:hover, #footer_wrapper_content a:visited:hover {
	color: #f9f9f9;
	text-decoration: underline;
}
/*---- footer core end----*/




.left {
	float: left;
}
.right {
	float: right;
}
.block {
	display: block;
}
a img {
	border: 0;
}
body {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
}
p {
	margin: 18px 0 18px 0;
}
h2 {
	font-size: 1.9em;
	line-height: 1.5em;
}
h4 {
	padding: 50px 0 0 0;
}
a {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #8b0e12;
	text-decoration: underline;
}
