/* General styles */
body, img, p, h1, h2, h3, div {
	margin:0px;
	padding:0px;
	border-width:0px;
	outline-width:0px;
}

body {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	background-color: #fff2ef;
}

div#site {
	width:1000px;
	height:800px;
	margin:5px auto 5px auto;
	background: url('images/background.jpg') no-repeat top center;
}

h1 {
	font-size:44px;
	line-height:46px;
	font-weight:normal;
	margin-top:40px;
	position:relative;
	left:60px;
}

h2 {
	font-size:82px;
	line-height:86px;
	font-weight:normal;
	margin-top:80px;
	position:relative;
	left:60px;
}

h3 {
	font-size:26px;
	line-height:28px;
	font-weight:normal;
	margin-top:0px;
	position:relative;
	left:60px;
}

div#text {
	position:relative;
	left:60px;
	width:440px;
	margin-top:30px;
}

div#text p {
	margin-bottom:10px;
	color:#858585;
}

p#design {
	width:1000px;
	margin:5px auto 5px auto;
	font-size:11px;
	line-height:13px;
	text-align:right;
}

p#design a { color:#000; text-decoration:none; }
p#design a:hover { color:#036; }