body{
	border:0;
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000;
	background-image: url(./bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Georgia, Trebuchet, sans-serif;
}

div.wrapper{
	width: 900px;
	margin: 0 auto;
}

div.wrapper h1{
	padding: 30px 0px 0px 0px;
	font-family: Georgia,"Times New Roman",Times,serif;
 	font-weight: normal;
	text-align: center;
	font-size: 21px;
	color: #2D2D2D;
}

h2{
	font-size: 17px;
	font-weight: normal;
	text-align: left;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 21px;
	color: #2D2D2D;
}

h3{
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 21px;
	color: #2D2D2D;
}

div.image{
	float:left;
	width: 230px;
	height: 280px;
/*	background-color: grey; */
}

div.text{
	float:right;
	width: 600px;
}
