@charset "utf-8";

body {
	background:#cc6633;
	margin:0 7%;
	padding:0;
	border:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

#header{
	width:69.2em;
	height:7.4em;
    padding-left:4.6em;
}
#header2{
	margin-top:-50px;
	/margin-top:-52px;
	/margin-left: 2px;
}
#headerimage{
	background: url(../images/interface.jpg) 100% 0% no-repeat;
	width:69.2em;
	height:auto;
}
#container{
	width:69.2em;
	height:auto;
}
#content{
	background: url(../images/repeatback_20.jpg) 100% 10% repeat-y;
	width:69.2em;
	height:auto;
	min-height:400px;
	margin-bottom: 3em;

}
#left{
	float:left;
	height:auto;
	width:25.1em;
	padding-left:6.3em;
	/padding-left:80px;
	/padding-top: 10px;
}
#right{
	float:left;
	width:30em;
	/width: 425px;
	height:auto;
	_padding-left:50px;
	clear:right;
}
#middle{
	float:left;
	width:50em;
	/width: 425px;
	height:auto;
	min-height:150px;
	padding-left:100px;
	padding-top:20px;
}
#clear{
	clear:both;
}
#bottom{
	background:url(../images/bottom_18.jpg) no-repeat;
	background-attachment: scroll;
	height:11em;
	width:69.2em;
	bottom:0px;
	margin-left:69px;
}
#bottom-credit{
	font-weight:500;
	text-align:center;
	height:2em;
	/height:20px;
	width:69.2em;
	bottom:0px;
}
#bottom-credit a:link{
     color:#FFF;
}

