/* CSS Document */

body{
background-image:url(images/bg.jpg);

}

.floating-right-image {
	float:right;
}

.floating-left-image {
	float:left;
}

#content{
text-align:center;
width:800px;

}


h1{
margin-left:15%;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
font-weight:normal;

}


h2{
margin-left:5%;
margin-right:3%;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
font-weight:normal;

}

#wrapper{
border:thin;
border-color:#000000;
border-style:solid;
width:840px;
}