@charset "UTF-8";
/* CSS Document */

body {						background: #BBB7A5 url(../images/body_bg.jpg) top left repeat-x;
							width: auto;
							height: auto;
							margin: 20px auto 0 auto;
							text-align: center; }
						
a:link {					color: #A14F2D;
							text-decoration: none; }
							
a:visited {					color: #A14F2D;
							text-decoration: none; }
							
a:active {					color: #A14F2D;
							text-decoration: none; }
							
a:hover {					color: #000;
							text-decoration: none; }		
						

							
#bottom {					width: 894px;
							height: 75px;
							background: url(../images/page_bottom.png) top no-repeat;
							margin: 0 auto 0 auto;
							padding: 0; }	
							
#bottom p {					font: 10px Arial, Helvetica, sans-serif;
							text-align: right; 
							padding: 0px 35px 0 0;
							margin: 0;
							color: #E3E1D7; }	
							
#bottom a:link {			color: #E3E1D7;
							text-decoration: none; }
							
#bottom a:visited {			color: #E3E1D7;
							text-decoration: none; }
							
#bottom a:active {			color: #E3E1D7;
							text-decoration: none; }
							
#bottom a:hover {			color: #000000;
							text-decoration: none; }	
							
.clear {					clear: both; }	

img {						float: left; }					