﻿body {
	text-align:left;
	font-family: Tahoma, Geneva,Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url('../images/design/background.jpg');
	background-repeat:repeat-x;
	background-position: center top;
margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color:#1c1c1e;
scrollbar-highlight-color:#1c1c1e;
scrollbar-3dlight-color:#1c1c1e;
scrollbar-darkshadow-color:#1c1c1e;
scrollbar-shadow-color:#1c1c1e;
scrollbar-arrow-color:#c4c4c4;
scrollbar-track-color:#1c1c1e;
background-color: #1c1c1e;
		}
	
	a:focus { 
	outline: none;
	} 
	
	img, img a {
    border: none;



}
#footer {
	color:#877c71;
	font-family: Tahoma, Geneva,Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
	height:42px;
	text-align:center;
	position:fixed;
	bottom:0;
	width:100%;
	background-image: none; 
	background-repeat:none;
	background-position: center;
}
#footer p {
	padding-top:20px;
	margin:0 auto;
}
#footer a {
	color:#b49267;
	text-decoration:none;
	font-weight:bold;
}
#footer a:hover {
	text-decoration: underline;
	color:#000000;
}

