/*
	Yes this layout was inspired by lightbox v2.0's page, the reason being, the layout works really well for a doc 
*/


body {
	padding: 0px auto;
	margin: 0px auto;
	background-color: #d6e3da;
	font-size: 12px;
	font-family: "Lucida Grande", Tahoma, sans-serif;
	text-align: center;
}
#page-body{
	margin: 0px auto;
	width: 709px;
	height:496px;
	background: url(../img/body_main.png) center center no-repeat;
}
#header , #footer {
	width: 700px;
	height:62px;
	padding: 5px;
	background: url(../img/header+footer.png) center center no-repeat;
}
#about{
	width: 241px;
	height:339px;
	background: url(../img/about_main.png) center center no-repeat;
	float:left;
	padding:7px;

}
a #button , a #button2 , a #button3 {
	width: 424px;
	height:100px;
	color: #000000;
	background: url(../img/buttons.png) center center no-repeat;
	float:right;
	padding:7px;
}
a:hover #button ,a:hover #button2 , a:hover #button3 {
	width: 424px;
	height:100px;
	color: #3c3c3c;
	background: url(../img/buttons_ov.png) center center no-repeat;
}
.innerTEXT{
padding-top: 35px;
}