@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:10px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333399;
	background-image:url(../images/bg.gif);
	text-align:justify;

}
h1{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

h2 {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}

h3 {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
}

#container{
	width:800px;
	margin:0 auto;
	background:url(../images1/topback.gif) no-repeat;
	background-color:#FFFFFF;
	height: 1000px;
}

#header {
width:800px;
height: 120px;


}

#main {
	width:800px;
	height:690px;
	float: left;
}

#column {
	float:left;
	width:340px;
	height:660px;
	margin: 10px 30px;
}

#prefooter {
	float:left;
	width:800px;
	height:110px;
	text-align:center;
}
#footer {
width:800px;
height:97px;
float:left;
background: url(../../images1/blueback2.gif) no-repeat;
}
