body {
	background: #fbf3af;
	font-family: verdana, helvetica, arial;
	font-size: 10pt;
	font-weight: 900; 
	color: #000000;
}
#content {
	background: 
	  url(images/border.jpg) repeat-y left;
	padding-left: 27px;
}
#content_image {
    	position:relative;
	background: 
	  url(images/content_box.jpg);
	width:947; height:497; 	
	padding-top:29px;
}
#content_title {
	position:absolute;
	left:350px;
	top:135px;
	font-family: arial;
	font-size: 16pt;
	font-weight: 800; 
	color: #8fafd4;
}
#content_text {
	position:absolute;
	left:350px;
	top:170px;
	font-size: 10pt;
	color: #000000;
	width: 600px;
	font-weight: 400; 
}
#footer {
	background: 
	  url(images/bottom.jpg) no-repeat;
	height:70px;
	padding-left:690px;
	padding-top:20px;
}



