/* CSS Document for mach20design*/

html, body{
	margin: 0;
	padding: 0;
	background: url(images/stripped_bw.jpg) top left repeat-x fixed;
}


#content{
	position: absolute;
	width: 906px;
	height: 332px;
	left: 50%;
	margin-left: -453px;
	top: 60px;
	z-index: 10;
}

#content_header{
	background-image: url(images/top_border.png);
	width: 906px;
	height: 12px;
}
#content_box{
	height: 320px;
	width: 906px;
	background-image: url(images/content_bg.png);
	background-position: top left;
	background-repeat: repeat-y;
}

#content_spacer{
	height: 316px;
	width: 880px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -440px;
	margin-top: -153px;
	overflow: auto;
}
#content_title{
	margin-top: 10px;
	margin-left: 28px;
	font-size: 14pt;
	color: #fff;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	letter-spacing: 1px;
}

#content_box #meat{
	width: 90%;
	margin-top: 12px;
	margin-left: 28px;
	margin-right: 28px;
	text-align: justify;
	color: #fff;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 10pt;
}
#meat ul li a{
	color: #fff;
	text-decoration: none;
}
#meat ul li a:hover{
	color: rgb(180,0,0);
}


#meat ul, #meat li{
	list-style-type: none;
	padding: 0;
	margin-left: 12px;
}

#meat a.return{
	color: #fff;
	text-decoration: none;
}

#meat a:hover.return{
	color: rgb(180,0,0);
}

#meat #detail_title{
	font-size: 14pt;
	padding-bottom: 6px;
}

#meat #detail_content{
	text-align: justify;
	width: 98%;
}

/* the menu */
#menu{
	position: absolute;
	z-index: 18;
	top: 298px;
	left: 570px;
	width: 300px;
	height: 30px;
	background-color: #9e9e9e;
	border: #ccc solid 2px;
	text-align: center;
	vertical-align: middle;
}

#menu ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	
}

#menu ul li{	
	display:inline;
}

#menu ul li a{
	float:left;
	width:100px;
	margin-top: 4px;
	text-decoration:none;
	color: #000;
	letter-spacing: 2px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12pt;
}

#menu ul li a:hover{
	color: #fff;
}

#band{
	position: absolute;
	top: 390px;
	width: 100%;
	height: 280px;
	background-color: #999;
	border-top: #CCC solid 2px;
	border-bottom: #333 solid 1px;
	z-index: 20;
}

#band_content{
	position: absolute;
	left: 50%;
	margin-left: -453px;
	width: 906px;
	height: 280px;
}

#band #logo{
	position: absolute;
	z-index: 12;
	left: 60px;
	top: -50px;
}

#band #contact{
	position: absolute;
	top: 15px;
	left: 390px;
}

#band #phone{
	position: absolute;
	left: 560px;
	top: 150px;
}