@charset "utf-8";
/* CSS  */

body{
 background-image: url(../site-images/bg.gif);
 background-repeat: repeat-x;
 }
 
 
#header {
	background-image:url(../site-images/header.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 900px;
	height: 285px;
}

#flash {
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	position: relative;
	top: 40px;
	left: 10px;
	width: 880px;
	height: 200px;
}

#nav {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	position: relative;
	width: 900px;
	height:35px;
	top: 40px;
}

#maincontent {
	background-color:#FFFFFF;
	position: relative;
	width: 900px;
	height: 630px;
	top: 1px;
}


#subheader {
	background-image:url(../site-images/subheader.gif);
	background-repeat:no-repeat;
	background-position: center;
	position: relative;
	top: 10px;
	width: 880px;
	height: 50px;
	left: 10px;
	
}

#form {
	background-image: url(../site-images/formheader1.gif);
	background-color: #FFFFFF;
	background-position: top;
	background-repeat: no-repeat;
	width: 190px;
	height: 455px;
	position: relative;
	left: 5px;
	top: 5px;
}

#formedge {
	background-image:url(../site-images/formedgeheader.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#CCCCCC;
	position: relative;
	left: 690px;
	top: 15px;
	width: 200px;
	height: 465px;
}
	
#mtext {
	background-color: #FFFFFF;
	position: absolute;
	top:  90px;
	left: 20px;
	width: 600px;
	height: 180px;
}
#footer {
	background-image:url(../site-images/footer.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 900px;
	height: 30px;
	top: -14px;
}


#container {
 	margin-left: auto;
 	margin-right: auto;
 	width: 900px;
}

#line {
	background-image:url(../site-images/line.gif);
	background-repeat:repeat-x;
	positon: relative;
	width: auto;
	height: 3px;
}

#line1 {
	background-image:url(../site-images/line.gif);
	background-repeat:repeat-x;
	positon: relative;
	width: auto;
	height: 3px;
}
