body{
	
	font-family: 'Volkorn', Georgia, Times, serif;
	background: url('/images/back.jpg') no-repeat center center fixed; 
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	font-size: 15px;
	color: #444;
	min-width: 320px;

}
a{
	color: #555;
	text-decoration: none;
}
.container{
	width: 100%;
	position: relative;
}

.wrapper {
	position: relative;
	max-width: 640px;
	width: 100%;
	padding: 0 50px;
	margin:0 auto;
	font-family: 'Vollkorn', Georgia, Times, serif;
	font-size: 16px;
	line-height: 25px;
	}

.clr{
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}
.container > header{
	margin: 10px;
	padding: 20px 10px 10px 10px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: center;
}
.container > header h1{
	font-size: 36px;
	line-height: 36px;
	margin: 0;
	position: relative;
	font-weight: 300;
	color: #916e82;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.7);
}
.container > header h1 span{
	font-weight: 700;
}
.container > header h2{
	font-size: 14px;
	font-weight: 300;
	margin: 0;
	padding: 15px 0 5px 0;
	color: #4d525d;
	/* font-family: Cambria, Georgia, serif; */
	font-style: italic;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.9);
}
