/* CSS Document */

body {
	margin:0px;
	color:#ffffff;
	font-size:.9em;
	background:#000;
	font-family:Arial, Helvetica, san-serif;
	line-height:1.5em;
}

.wrapper {
		width:900px;
	margin:0px auto;
}


.main_Content {

}


.header { width:800px;}

.nav {
	float:left;
	width:317px;
}

.right_Content {
	float:right;
	width:535px;
	padding:40px 0px;
}


.nav_Box {
	width:250px;
	padding:15px 0px;
}

.footer {
	clear:both;
	padding:50px 0px;
	text-align:center;
}

.willybones {
	position:relative;
	z-index:99;
	top:-75px;
}

a {
	color:#ffffff;
}

.img_Border {
	border-top: solid 25px #000;
border-bottom: solid #000 12px;
border-left: solid #000 12px;
border-right: solid #000 12px;
}