html, body {
margin:0;
padding:0;
}

body {
	font-family: 'Lancelot', cursive;font-family: 'Lancelot', cursive;
	font-size:14px;
	color:#000000;
	text-align:center;
	background-image:url(img/bg.png);
	background-repeat:repeat;
	
}

#wrap {
width:900px;
margin:15px auto;
text-align:left;

}

#header {
height:200px;
margin:0;
padding:0;


}
#header h1 {
font-family: 'Lancelot', cursive;font-family: 'Lancelot', cursive;
font-size:32px;
position:absolute;
top:100px;
right:200px;
color:#FFFFFF;
}

#header h1 a {
text-decoration:none;
color:#fffffff;
}



#content {
	float:left;
	width:600px;
	height:500px;
	font-size:16px;
	background-color:#FFFFFF;
	border:none;
}

#content img {
float:right;
}

#content p {
margin: 10px;
}

#content h1,h2,h3 {
margin: 10px;
}

#box1 {
float:left;
width:900px;
height:160px;
}

#box2{
float:right;
background-color:#ffffff;
width:300px;
height:500px;
}




#footer {
height:21px;
margin-top:15px;
background-color:#FFFFFF;
}

.style1 {color: #FFFFFF}

#footer a {
list-style:none;
color:#036;
font-size:12px;
font-weight:bold;
text-decoration:none;
padding:o 1px;
width:898px;
}


.clear {
line-height:1px;
height:1px;
clear:both;

}


