@import url('reset.css');

/* General Codrops Demo Style */

/*body{
	min-height:20px;
	background-color:#F1E6CE;	
	color:#fff;	
	font-size:12px;	
}*/
a{
	color:#ceb389;;
	text-decoration:none;
}
a:hover{
	color:#975e20;
}
p.sub{
	padding:25px 10px 10px 10px;
	text-align:left;
	color:#aaa;
}
.clr{
	clear:both;
}

/* Header Style */
.header{	
	text-align:center;
	min-height:20px;	
}

.content{
	margin:0px 25px 30px 25px;
	text-align:center;
	min-height:20px;
	max-height:100%;
	max-width:100%;	}
/*.container {max-height:100%;
	max-width:100%;}*/	


.contentG{
	margin:0px 25px 30px 25px;
	text-align:center;
	min-height:20px;
}
.gallery {
	min-height:20px;
	}
