@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(../Images/BG.png);
	background-repeat:repeat-x;
	background-attachment:fixed;
	margin: 0 auto;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
body a:link, a:visited, a:active{text-decoration:none; color:#666666;}
body a:hover{text-decoration:underline; color:#000000;}
body a.white:hover{color:#FFF}
T1 {text-indent:15px;}
	
#wrapper {
	height:auto;
	width:960px;
	position:relative;
	top:12px;
	margin:0 auto;
}

#header {
	background-image:url(../Images/Header.png);
	width:960px;
	height:92px;
	position:absolute;
	top:0px;
	left:0px;
}

#line {
	background-color:#000;
	height:18px;
	width:960px;
}

#main {
	background-color:#FFF;
	width:960px;
	height:600px;
	position:absolute;
	top:110px;
}

#footer {
	background-image:url(../Images/Footer.png);
	width:960px;
	height:40px;
	position:absolute;
	top:710px;
	left:0px;
	text-align:center;
}

#banner {
	width:960px;
	height:300px;
	position:absolute;
	left:0px;
	top:0px;
}

#banner2 {
	width:320px;
	height:280px;
	overflow:auto;
}

#banner3 {
	width:960px;
	height:20px;
}

#firepic {
	width:auto;
	height:auto;
	position:absolute;
	left:30px;
	top:20px;
}

#info {
	width:484px;
	height:auto;
	position:absolute;
	left:30px;
	top:370px;
}

