@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	color:#c8c7cd;
	background-color:#0e0e10;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}
p {
	margin:0;
	padding:0;
}

a {
	color:#d59e27;	
}
.clear {
	clear:both;
	line-height:0;
}
#wrapper {
	min-height:500px;
	background-image:url(img/bg.gif);
	background-repeat:repeat-x;
	background-position:top;
}
#wrapper_in	 {
	min-height:500px;	
	background-image:url(img/bg_main.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
.center {
	width:818px;
	margin:auto;
}
#header {
	height:133px;	
}
	#logo {
		float:left;	
		width:396px;
		padding-top:30px;
	}
	#info {
		float:left;
		padding-top:100px;
		width:422px;
		text-align:right;
		font-size:11px;
	}
	#info strong {
		 font-weight:normal;
		 color:#e59316;
	}
#content {
	margin-top:20px;
	margin-bottom:20px;
	background-image:url(img/main_bg.gif);
	background-position:left;
	background-repeat:repeat-y;
}
	#side_left {
		float:left;
		width:247px;
		padding-right:30px;
	}
	#page {
		float:left;
		width:541px;
	}
#footer {
	 background-image:url(img/footer_bg.gif);
	 background-repeat:repeat-x;
}
#quick_contact {
	float:left;
	width:239px;
	height:107px;
	background-color:#c10d0e;
	padding:10px;
	color:white;
}
	#quick_contact a {
		color:white;
	}
	#quick_contact_phone {
		font-size:16px;
		font-weight:bold;
		padding-top:2px;
		padding-bottom:4px;
	}
#quick_contact .details a {
	font-size:11px;
	color:#e59316;
}
#quick_gallery {
	float:left;
	height:117px;
	width:541px;
	padding-left:18px;
	padding-top:10px;
	background-color:#bdbdc7;
}
	#quick_gallery_title {
		float:left;	
	}
	#quick_gallery_more {
		float:right;	
		padding-right:14px;
	}
		#quick_gallery_more a {
			color:#0a090f;
			font-size:11px;
		}
	#quick_gallery #photos {
		padding-top:5px;	
		text-align:center;
	}
	#quick_gallery #photos img {
		border:solid 1px black;
	}
#links {
	clear:both;	
	padding-top:25px;
	padding-bottom:8px;
	text-align:right;
}
	#links a {
		color:#bebdc2;
		text-decoration:none;
	}	
	
	#links a:hover {
		color:#e59316;
		text-decoration:underline;
	}		
	#links ul {
		list-style:none;	
	}
	#links li {
		display:inline;	
		padding-left:5px;
	}
	
	h1{
	font-size:19px;
	color:#FFFFFF;
	}
