@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/sliceinner.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin:0px;
}

#header{
float:left;
width:1040px;
text-align:center;
height:210px;
font-size:12px;
color:#FFFFFF;
/* /* border:#000000 thin solid; */ */
}
#header p{
margin:0px;
}
.bigger{
font-size:18px;
}
h1{
font-size:20px;
color:#18A7B5;
}
#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:800px;
margin-left:120px;
margin-top:20px;
font-size:14px;

/* border:#000000 thin solid; */
}
#footer{
float:left;
width:800px;
margin-left:120px;
margin-top:20px;
height:20px;
/* border:#000000 thin solid; */
text-align:center;
font-size:10px;
}
a:link{
text-decoration:none;
color:#000000;
}
a:visited{
text-decoration:none;
color:#000000;
}
a:hover{
text-decoration:underline;
color:#000000;
}
#content img{
border:#18A7B5 solid thick;
}
.form200{
width:200px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
.form500{
width:500px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
.buton{
width:500px;
height:30px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
background-color:#666666;
color:#FFFFFF;
}
.buton200{
width:200px;
height:30px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
background-color:#666666;
color:#FFFFFF;
}
.red{
color:#FF0000;
}