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

@import url('reset.css');
@import url('typography.css');

body {
	background-color: #000000;
	padding: 0;
	padding-bottom: 50px;
	
}

#body_home {
	background-image: url(../elements/bg_img2.jpg);
	width: 1020px;
	height:1020px;
	background-repeat: no-repeat;
/*	background-attachment: fixed;*/
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 50px;
	/*position: relative;*/

}

#header_box {
	/*background-image: url(../elements/black_titlebox.png);*/
	width: 357px;
	height: 335px;
	margin-left: 45px;
	margin-top: 49px;
}

#content_box_top{
	background-image: url(../elements/btm_box_top.png);
	width: 364px;
	height: 20px;
	margin-left: 42px;
}
#content_box {
	background-image: url(../elements/btmbox_strip.png);
	width: 329px;
	background-repeat: repeat-y;
	margin-left: 42px;
	padding-left: 35px;
	padding-top: 20px;
	float:left;
	/*padding-right: 30px;*/
}
#navi {
	background-image: url(../elements/home_nav.png);
	width: 50px;
	height: 265px;
	float: left;
	position:absolute;
	left: 520px;
}
#content_nav_wrapper {
	width: 700px;
	border: solid 1px #fff;
}
	#bottom_box h3 {
	color: #fd3a06;
	}
	.content_p{
	width: 293px;
	border: thin;
	}
#cont_box_footer{
	background-image: url(../elements/btm_box_footer.png);
	width: 329px;
	height: 171px;
	background-repeat: no-repeat;
	margin-left: 42px;
	padding-top: 50px;
	padding-left: 35px;
}
	#cont_box_footer p {
	/*text-align: center;*/
	bottom: 0px;
	}
	 ul#follow_icons {
	list-style: none;
	
	}
	ul#follow_icons li {
	display: inline;
	}
.clear {clear: both;}