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

body {
	margin:0;
	background-color:#A9A67F;
	background-image:url(images/bkg.png);
	background-repeat:repeat-x;
}

#page{
	width:800px;
	margin:0 auto;
	padding:0px;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #45382E;
	text-decoration: none;
	text-align:center;
}

*,img, div, #header, #slides, #content, #clearer, #footer, .logo, #leftcol, .footerbut, #addthis {
	behavior: url(iepngfix.htc);
}

#header{
	width:800px;
	height:186px;
	padding:0;
	margin:0;
	background-image:url(images/sf-_2237_spash_02.png);
	background-repeat:no-repeat;
}

#nav{
	width:800px;
	height:34px;
	padding:0;
	margin:0;
	background-image:url(images/sf-_2237_spash_04.png);
	background-repeat:no-repeat;
	}

#navigation{
	width:70%;
	height:34px;
	margin: 0;
	padding:0;
	display:inline;
}
	
#banner{
	width:800px;
	height:260px;
	padding:0;
	margin:0;
	background-image:url(images/sf-_2237_spash_05.png);
	background-repeat:no-repeat;
	}

#content{
	width:800px;
	height:100px;
	padding:0;
	margin:0;
	background-image:url(images/sf-_2237_spash_06.png);
	background-repeat:repeat-y;
	}

#bottomban{
	width:800px;
	height:225px;
	padding:0;
	margin:0;
	background-image:url(images/sf-_2237_spash_07.png);
	background-repeat:repeat-y;
	}

#clearer{
	clear:both;
}
	
#footer{
	z-index:3;
	width:800px;
	height:277px;
	padding:0;
	margin:-129px auto 0 auto;
	background-image:url(images/photos_10.png);
	background-repeat:no-repeat;
}


.centcol{
	width:70%;
	padding:0;
	margin:0 auto;
	}
	
img {
    border: none;
} 