*{
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	background: #fff url(img/bg.gif) repeat-x;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#696969;
}
a {
	color: #C98146;
	text-decoration: none;
	outline: none;
}
	a:hover {
		color: #004788;;
		text-decoration: none;
    }

#wrap{
	width: 966px;
	margin: 0px auto;
	}

/*Website-logo*/
.website-logo{
	float: left;
	margin-left:15px;
}
	.website-logo a, .website-logo a:hover{
		display: block;
		width: 320px;
		height: 72px;
		text-indent: -9999px;
		background: url(img/logo.gif) no-repeat left top;
		outline: none; /*hide outline from firefox*/ 		
	}
		.website-logo a span{
			position: absolute;
			left: -10000px;
		}
		
 .purchase{
	float:right;
	width:201px;
	margin: 30px 15px 0px 0px;
}
.header{
	#margin-top:-1px;
}

    /*Main menu*/
	.main-menu{
		float:left;
		width:966px;
	}		
		.main-menu .menu-right{
			height: 45px;
			width: 15px;
			background: url(img/menu-right.gif) no-repeat right top;
			float: left;
		 }
		 .main-menu .menu-left{
		 	float: left;
			height: 45px;
				width: 15px;
				background: url(img/menu-left.gif) no-repeat left top;
		 }
		 .main-menu .menu-middle{
		  	float: left;
			height:45px;
			width:936px;
			background: url(img/menu-mid.gif) repeat-x left top;
		 }
			.spliter{
				height: 45px;
				width: 2px;
				background: url(img/spliter.gif) no-repeat left top;
			 } 
			
.main-content{
	float:left;
	width:906px;
	padding: 10px 15px;
	margin:20px 0px 20px 12px; 
	#margin:20px 0px 20px 7px;
	background: #e4e4e4 url(img/content-bg.gif) repeat-x left top;
	border-left: 1px solid #bababa;
	border-right: 1px solid #bababa;
	border-bottom: 1px solid #bababa;
}
	.left-column{
		width: 540px;
		float: left;
	}
	
		/*Content Box*/
		.content{
			width:540px;
			float:left;
			margin-top: 20px;
		}
			.content-box-top {
				background:url(img/content-top.gif) no-repeat left top;
				width:540px;
				height: 13px;
				overflow: hidden;
			}
			
					
			.content-box-mid {				
				width:540px;
				background: url(img/content-mid.gif) repeat-y left top;	
				overflow:hidden;
			}
			
			.content-box-bottom {
				background: url(img/content-bottom.gif) repeat-x left top; 
				height: 14px;
				width:540px;
				overflow: hidden;
			}
				
		
		

	/*Footer Box*/
	.footer{
		float:left;
		width:906px;
		height:43px;
		padding: 15px 15px 0px 15px;
		margin-left:12px;
		#margin-left:7px;
		#padding-bottom:10px;
		background: #dedede url(img/footer-bg.gif) repeat-x left top;
		border: 1px solid #bababa;
		margin-bottom: 20px;
		text-align:center;
		color:#5e5e5e;
		font-size:12px;
	}
	.footer a{
		color:#5e5e5e;
		font-size:12px;
		text-decoration:none;
	}
	.footer a:hover{
		color:#0064be;
		font-size:12px;
		text-decoration:underline;
	}
			.copyright{
				margin-top: 5px;
				font-size: 10px;
				color: #9f9f9f;
			}	
		
		
	
		
.boxes{
	float:left;
	margin-left:7px;
	#margin-left:4px;
	margin-top:10px;

}
.gallery{
	float:left;
	width:299px;
}
.gallery h1{
	float:left;
	overflow:hidden;
	width:299px;
	height:91px;
	background: url(img/galllery_h1.gif) no-repeat left top;
}
.gallery_c{
	float:left;
	width:257px;
	margin-left:1px;
	height:87px;
	overflow: hidden;
	color:#6f4f00;
	font-size:11px;
	background: #ffb400 url(img/gallery_c.gif) repeat-x left top;
	padding: 12px 20px 0px 21px;
}
.image{
	margin-top:7px;
}
/* Clear Float Fix Problem */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
.txtform{
	width:200px;
	height:20px;
	border: 1px solid #bababa;
}
.txtarea{
	width:200px;
	height:200px;
	border: 1px solid #bababa;
}
.submit{
	background: #004788;
	padding:5px;
	color:#fff;
	font-size:12px;
	font-weight: bold;
}
.album-title{
	color:#004788;
	font-size:13px;
	font-weight:bold;
}
.photo-title{
	color:#004788;
	font-size:13px;
	font-weight:bold;
}
.LinkStyle3{
	color:#004788;
	font-size:13px;
	font-weight:bold;
}
/*Error Style*/
.info, .success, .warning, .error{  
    border: 2px solid;  
    margin: 10px 0px;  
    padding:10px 10px 10px 53px;  
    background-repeat: no-repeat;  
    background-position: 10px center;
}
	.info h3,
	.success h3,
	.warning h3,
	.error h3{
		font-size:17px;
	}
	.info a,
	.info a:hover,
	.success a,
	.success a:hover,	
	.warning a,
	.warning a:hover,	
	.error a,
	.error a:hover{
		font-size:11px;
		float:right;
		font-weight:bold;
		text-decoration:none;
		outline:none;
		text-transform:capitalize;
		background-image:url(img/admin_dismiss.gif);
		background-repeat:no-repeat;
		padding-left:15px;
	}
	
.info{
    color: #567da5;  
    background-color: #d7ebf2;  
    background-image: url(img/admin_info.gif);
	border-color:#b6c7cd;
}
	.info a{
		color: #567da5;
		background-position:0px -35px;
	}
.success{
    color: #ffffff;  
	border-color:#3b9805;
    background-color: #8ac469;  
    background-image:url(img/admin_success.gif);	
}
	.success a{
		color: #ffffff;  
		background-position:0px 3px;
	}
.warning{
    color: #655f4f;  
    background-color: #fdedc5;  
    background-image:url(img/admin_warning.gif);
	border-color:#efcd78;	
}
	.warning a{
		color: #655f4f;
		background-position:0px -16px;
	}
.error{
    color:#ffffff;  
    background-color:#ed7053;
    background-image:url(img/admin_error.gif);
	border-color:#c63d09;
}  
	.error a{
		color:#ffffff;
		background-position:0px -54px;
	}
/*Slideshow*/
		.slideshow{
			float:left;
			width: 296px;
			margin: 20px 20px 0px 20px;
			border: 1px solid #ffb400;
		}	
			.place-holder{
				width: 296px; 
				height: 188px;
				margin: 0px;
			}
		.photo_frame {
			position: absolute;
			width: 296px;
			height: 188px;
			z-index: 555;
		}
		.contact{
			float:left;
			margin-top:20px;
		}
.top{
	width: 966px;
	float:left;
	height:72px;
}
