/* CSS Document */

/*links*/

a:link {
	color: #CC0033;
	font-weight:bold;
	text-decoration:none;
	}
a:visited {
	font-weight:bold;
	text-decoration:none;
	}
a:hover { 
	color: #000000;
	font-weight:bold;
	text-decoration:underline;
	}
a:active { 
	color: #D54348;
	font-weight:bold;
	text-decoration:none;
	}

body {
margin:0px;
background-color:#785E42;
background-image:url(images/bg2.gif);
background-repeat:repeat;
}

	#indextop {
	background-image:url(images/indextop.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:968px;
	height:340px;
	}	

	#bgtop {
	background-image:url(images/bgtop.jpg); 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:968px;
	height:215px;
	}	
	
	#indexbody {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	width:968px;
	background-image:url(images/indexbody.jpg);
	background-repeat:repeat-y;
	bottom: auto;
	}
	
	#bgbody {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	width:968px;
	background-image:url(images/bgbody.jpg);
	background-repeat:repeat-y;
	}
	
	#bgbar {
	background-image:url(images/bgbar.jpg);
	width:968px;
	height:399px;
	}
	
	#leftgutter {
	width:206px;
	color:#FFFFFF;
	}
	
	#bgfooter {
	width:968px;
	height:50px;
	background-repeat:repeat-y;
	background-image:url(images/bgfooter.jpg);
	}
