body,html{
	width:100%;
}

body{
	margin:0;
	padding:0;
	color:#3d3221;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

body#Body{
	background:url(images/bg.jpg);
	text-align:center;
}

h1,h2,h3,h4,h5,p{
	margin:0;
	padding:0;
	padding-bottom:12px;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#3d3221;
}

h2{font-size:18px;}
h3{font-size:16px;}
h4{font-size:14px;}
h5{font-size:23px;}
p{font-size:12px;}

#outer{
	background:url(images/bodybg.jpg) center top repeat-x;
	height:100%;
}

#wrapper{
	width:695px;
	text-align:left;
	margin:0 auto;
	position:relative;
}

#header{
	height:216px;
	width:695px;
	/*background:url(images/headerbg.png) no-repeat;
	background-position:4px 0px;*/
}

* html #header{
	/*background: none transparent scroll repeat 0% 0%; FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/portals/0/skins/MFG/images/headerbg.png' ,sizingMethod='crop');
	height:206px;
	width:695px;*/
}

#logo{
	height:110px;
	width:283px;
	position:absolute;
	top:50px;
}

#logo a{
	height:110px;
	width:283px;
	display:block;
	overflow:hidden;
	text-indent:-999em;
}

*html #logo a{
	position:relative;
}

#topbox{
	width:695px;
	height:10px;
	background:url(images/topbox.png) no-repeat;
	position:absolute;
	top:206px;
	left:0px;
}

* html #topbox{
	background: none transparent scroll repeat 0% 0%; FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/portals/0/skins/MFG/images/topbox.png' ,sizingMethod='crop');
	width:695px;
	height:10px;
}

#midbox{
	width:695px;
	background:url(images/midbox.png) repeat-y;
}

* html #midbox{
	background: none transparent scroll repeat 0% 0%; FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/portals/0/skins/MFG/images/midbox.png' ,sizingMethod='scale');
	width:695px;
}

#midboxinside{
	padding:3px 3px 3px 7px;
}

*html #midboxinside table td a, *html #midboxinside a{
	position:relative;
}

#mixboxmain{
	margin-top:20px;
	text-align:left;
	padding:0px 10px;
}

#midboxleft{
	float:left;
	width:425px;
}

#midboxleftinside{
	
}

#midboxright{
	float:right;
	width:230px;
	margin-right:5px;
}

.clear{
	clear:both;
}

#botbox{
	width:695px;
	height:17px;
	background:url(images/botbox.png) no-repeat;
}

* html #botbox{
	background: none transparent scroll repeat 0% 0%; FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/portals/0/skins/MFG/images/botbox.png' ,sizingMethod='crop');
	width:695px;
	height:17px;
}

*html input, *html select, *html textarea, *html table td{
	position:relative;
}

#footer{
	width:670px;
	color:#ffffff;
	margin:0 auto;
	font-size:10px;
	margin-top:5px;
}

#footer a{
	color:#ffffff;
	text-decoration:none;
	font-size:10px;
}


