@charset "utf-8";

html, body, div, h1, h2, h3, span, p {margin:0; padding:0}



#wrapper {
	color:#330000;
	width:700px;
	margin: 0 auto;
	background: #F3E6D8 url(img/main-bg.jpg) no-repeat bottom left;
}

#header {
	height:162px;
	background: url(img/top-bg.jpg) no-repeat;
	padding: 34px 44px 0;
}

h1 {
	color:#fff;
	padding-left: 144px;
	font-weight: normal;
	font-style: italic;
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 85px;
}

h3 {
	display:block;
	height:31px;
	background:url(img/subtitle.png) no-repeat;
	border-bottom: 3px solid #F9E8DC;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #f3e6d8;
	font-style: italic;
	font-size: 12px;
	font-weight: normal;
	padding: 20px 0 0 50px;
}


#bio {
	background:url(img/main-top-bg.jpg) no-repeat;
	padding: 0 42px;
}

#copy {
	background:transparent url(img/right-bg.png) repeat-y top right;
	
}

#left {
	float:left;
	width:262px;
	padding-top: 30px;
	padding-left: 42px;
}


#right {
	padding-left:348px;
	padding-top: 30px;
	background: transparent url(img/right-top-bg.png) no-repeat top right;
	padding-right: 50px;
}


h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: normal;
	padding-top: 35px;
	background: url(img/frunzamica.png) no-repeat left bottom;
	padding-left: 30px;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 24px;
}
a.left {
	color:#330000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}

a.left:hover {text-decoration:none;}

div#header img {
	float: left;
	background: #E6D3C8;
	border-top: 5px solid #E6D3C8;
	border-right: 5px solid #E6D3C8;
	border-bottom: 20px solid #E6D3C8;
	border-left: 5px solid #E6D3C8;
}
div#header p {
	font-size: 12px;
	font-style: italic;
	color: #fff;
	padding-left: 144px;
}
a.flowers {
	font-size: 21px;
	font-style: italic;
	color: #153753;
	display: inline;
	width: 74px;
	text-decoration: none;

	outline: none;
}


#footer {
	height:80px;
	background: #F3E6D6 url(img/right-bot-bg.png) no-repeat top right;
	text-align: center;
	padding-top: 5px;
	color: #BBB9C4;
	font-size: 11px;
	clear: both;
	width: 700px;
	margin: 0 auto;
}
div#footer span {
	background:url(img/footer.png) no-repeat bottom;
	display: block;
	height: 74px;
	padding-top: 20px;
	border-top: 5px solid #E6D3C8;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #F1C9C9;

}

