/*           CSS FILE              */

/*LAYOUT INFO*/
#container {
	position: relative;
	width:1000px;
	left: 0px;
	top: 0px;
	bottom: 0px;
	padding:0px;
	
	}

#headarea{
	position: relative;
	left: 0px;
	top: 0px;
	padding: 0px;
	width:1000px;
}

#logo {
	position: relative;
	background-image: url(focus/images/layout_01.jpg);
	width: 350px;
	height:160px;
	top: 0px;
	left: 0px;
	float: left;
}

#metalhead {
	position: relative;
	background-image: url(focus/images/layout_02.jpg);
	width: 650px;
	height:160px;
	float: right;
	margin: 0px;
	padding: 0px;	
}

#belly{
	position: relative;
	left: 0px;
	top: 0px;
	width:1000px;
	height: 100%;
	background-image: url(focus/images/layout_07.jpg);
	background-repeat: repeat-y;
	float: left;
}

#menu_holder {
	position: relative;
	background-image: url(focus/images/layout_04.jpg);
	background-repeat: no-repeat;
	width: 350px;
	height: 380px;
	top: 0px;
	left: 0px;
	float: left;
}

#contents {
	position: relative;
	background-image: url(focus/images/layout_05.jpg);
	background-repeat: no-repeat;
	width: 650px;
	min-height: 380px;
	float: right;
	margin: 0px;
	padding: 0px;	
}

#menu_box {
	position: relative;
	width: 141px;
	left: 150px;
	top: 0px;
}

