@charset "utf-8";
/* CSS Document */
#container {
	position:relative;
	height: 800px;
	width: 1040px; /* the auto margins (in conjunction with a width) center the page */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
body{
	background-color:#FFFFFF;
	background-image: url(/gfx/slice.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin:0px;
}

#header{
float:left;
width:1040px;
text-align:center;
height:30px;
margin-top:10px;
font-size:12px;
color:#FFFFFF;
/* /* border:#000000 thin solid; */ */
}
#header p{
margin:0px;
}
.bigger{
font-size:18px;
}
#homebanner{
float:left;
width:1040px;
text-align:center;
height:320px;
margin-top: -10px;
/* border:#000000 thin solid; */
}
#strap{
float:left;
width:1040px;
text-align:center;
height:100px;
color:#FFFFFF;
font-weight:bold;
font-size:30px;
/* border:#000000 thin solid; */}
#strap p{
margin:0px;
margin-bottom:10px;}
#content{
float:left;
width:1000px;
margin:20px;
font-size:16px;
height:300px;
/* border:#000000 thin solid; */
}
#footer{
float:left;
width:1000px;
margin-top:30px;
height:50px;
text-align:center;
/* border:#000000 thin solid; */
}