/* CSS Document */
div#content {
	padding-bottom: 100px;
}
div#image1{
	float:left;
	display:block;
	width: 150px;
	margin: 0;
	border:0;
}

div#area {
	float:left;
	display:block;
	width: 600px;
	margin: auto 10px 0 15px;
	padding:29px 0 0 0;
	
	
}
div#arealeft
{
	display:block;
	
	float:left;
	width: 600px;
	margin: 0 0 0 0;
	padding:0 0 0 30px;
	}


div#image2{
	float:right;
	display:block;	
	width: 150px;
	height:130px;
	margin: 0;
	padding:0;
	border:0;
}
.contentbottom
{
	position:relative;	
	width: 697px;
	padding: 10px 10px 10px 10px;
	background: url(images/contentbottom.gif) left bottom no-repeat;
}

.contenttop
{
	position:relative;	
	width: 697px;
	padding: 10px 10px 10px 10px;
	background: url(images/contentbg.gif) left top no-repeat;
}


