/* CSS Document */
html, body{
	padding:0px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
}
body{
	background-repeat: no-repeat;
	background-position: 50% 0px;
	background-image:  url("img/fabrication.gif");
}

#Container{
	width:779px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	border-right:solid 1px #333;
	border-left:solid 1px #333;
	background-color:#ffffff;
}
a{
	font-weight:bold;
	color:#e14c30;
}
#Menu{
	float:left;
	width:200px;
	padding-left:10px;
}
#Content{
	width:550px;
	float:left;
}

	#InfoBox{
		width:450px;
		border:2px #333 solid;
		background-color:#c0def6;
		color:#000066;
		text-align:left;
		}
		#InfoBox #Header{
		width:450px;
		padding:10px 0px 10px 10px;
		background-color:#666;
		color:#fff;
		font-weight:bold;
		}
		#Half{
		float:left;
		width:215px;
		line-height:20px;
		padding-left:5px;
		}
#Footer{
	clear:both;
	text-align:center;
	font-weight:bold;
	line-height:25px;
}

