*{		margin:0;
		padding:0;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-o-box-sizing:border-box;}
		
		
body{		font-size:;
			font-family:;
			background:#582b25;}
			
			
@font-face {
				font-weight: normal;
				font-style: normal;
				font-family: 'shiv02-webfont';
				src:url('../fonts/shiv02-webfont.ttf');
				src: url(../fonts/shiv02-webfont.woff);}
			

.clear{				clear:both;}		

.container{			width:100%;}

.header{			background: -webkit-linear-gradient(#ffff33,#ff3300 ); /* For Safari 5.1 to 6.0 */
					background: -o-linear-gradient(#ffff33,#ff3300 ); /* For Opera 11.1 to 12.0 */
					background: -moz-linear-gradient(#ffff33,#ff3300 ); /* For Firefox 3.6 to 15 */
					background: linear-gradient(#ffff33,#ff3300 ); /* Standard syntax*/ }

.navigation{		background:#ff6600;
					width:100%;}
					
.banner{			background:#990000;}
					
.article{			width:;
					background:#fff;}

.article h1{			text-align:center;
					padding:10px;
					color:#ffffff;
					background:#ff6600;}

.article p{			text-align:justify;
					padding:20px 25px;
					color:#000;
					line-height:27px;
					font-size:16px;}					

.l_box{				float:left;
					box-shadow:3px 3px 15px 0px #333333;}					

.r_box{				float:right;
					box-shadow:3px 3px 15px 0px #333333;}
					
.gallery{			background:#cccccc;
					margin:20px 0;
					padding:0 0 10px 0}
					
.gallery h1{			text-align:center;
					padding:10px;
					color:#fff;
					background:#006699;
					margin:0 0 10px 0;
					border-radius:6px;}					
					
.gallery img{		border:4px solid #fff;
					border-radius:6px;
					margin:10px 19px;
					padding:4px}		

.top_footer{		background:#999999;}	

.footer_box{		padding:1% 0 0 5%;}		
					
.footer_box h3{		color:#fff;
					padding:10px 0;}	

.footer_box li {		list-style:none;
					padding:4px 0;}
			
.footer_box li a{		color:#333333;}			

.footer{			background:#ff6600;}	
					
.footer p{			text-align:center;
					color:#ffffff;
					padding:10px;}					

.content
{
	padding:2% 10%;
	color:#999999;
}