/* CSS Document */


html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #100f05 url(../img/bg_stretch.jpg) repeat-x;
	color:#777777;
	font: .7em/1.5em tahoma,verdana,arial,helvetica,sans-serif;
	text-align:center;
}

#top {margin: 0 auto; width:1008px; height:580px; background: url(../img/bg_top.jpg) no-repeat;}
#top_banners {margin: 0 auto; width:1008px; height:280px; background: url(../img/bg_top.jpg) no-repeat;}
#mid {margin: 0 auto; }
#stretch_nav {margin: 0 auto; width: 1008px; height: 100px;  background: url(../img/bg_banners.gif) repeat-y;}
#stretch {margin: 0 auto; width: 1008px; background: url(../img/bg_banners.gif) repeat-y; }
#bottom {margin: 0 auto; width: 1008px; height: 27px; background: url(../img/bg_bottom.jpg) no-repeat;}
#left_column{float: left; text-align:left; width: 272px; height: 270px; padding:290px 20px 20px 50px; }
#mid_column{float: left; text-align:left; width: 284px; height: 270px; padding:290px 20px 20px 20px;}
#right_column{float: left; text-align:left; width: 272px; height: 270px; padding:290px 50px 20px 20px;}

a {
	font: 1.1em/1.1em tahoma,verdana,arial,helvetica,sans-serif;
	color:#beac79;
	text-decoration: none;
}

a:link {	
	color:#beac79;
	text-decoration: none;
}

a:hover {
	color:#ffffff;
}

a:visited {
}

