/* CSS Document */
body {
margin:0px;
text-align:center;
font-family:Arial;
font-size:12px;
font-weight:bold;
background-color: #df9007;
}

a:link {
	color: #ff0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #993300;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}

#box {
	margin:0 auto;
	top:0px;
	height: auto;
	width: 1000px;
	text-align:center;
	left:50%;
}
.header {
width:1000px;
height:220px;

}

.main {
text-align:justify;
margin-top:10px;
width:960px;
height:auto;

}

#footer {
text-align:justify;
margin-top:10px;
width:980px;
height:auto;
z-index:2;
}

img {margin:3px;}

.imgleft {float:left;}

.imgright {float:right; }
.bigtext {font-size:16px; }