/* CSS Document */



body {

	margin:0;

	background-image: url(images/homenew_bg.jpg);

	background-repeat:repeat-x;

	background-color: #612E00;

}

a {
outline:none;
}


.bgflash {

	background-image: url(images/homenew_bgflash.jpg);

	width: 800px;

	height:447px;

	background-repeat: no-repeat;

	background-position:top;

	

}



.text {

	color: #FFFFFF;

	font-size:12px;

	font-family:Arial, Helvetica, sans-serif;

}



/*footer*/

.footer-text {

	color: #FFFFFF;

	font-size:10px;

	font-family:Arial, Helvetica, sans-serif;

}

.footer-text a{

	color: #FFFFFF;

	text-decoration:none;

}

.footer-text a:hover{

	color: #FFE0A1;

	text-decoration: underline;

}


.footer-text li{
display:inline;
list-style:none;
padding:5px;
}