/* Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}



html,body{
margin:0;
padding:0;
font-family: 'Open Sans', sans-serif;
background: #fff url(../images/bg.jpg) center repeat;
}


#wrapper{
width: 920px;
margin: 60px auto;
background:#fff;
border: 1px solid #ddd;
overflow:auto;
color:#111;
}

.left
	{
		float:left;
		width:242px;
		height:365px;
		position:relative;
	}


.left img {position:absolute; bottom:0; left:0;}

h1,h2,h3
{font-family: 'Vollkorn', serif;}

h1 {font-size:50px; margin-bottom: 5px;}
h2 {font-size:20px; margin-bottom:10px;}

p {font-size:14px;
line-height:24px;}

.right 
	{
		float:left;
		width:640px;
		padding: 30px 0 30px 5px;
	}

strong {font-weight:600;}