@charset "utf-8";
/* Common */

body {
	margin:0px;
	background: #151515;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:18px;
}

.footer{
	font-family:Arial, Helvetica, sans-serif;
	color:#a9a9a9;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	}

img {
	border:0;
}

h1 {
	color:#434343;
	font-weight:bold;
	font-size:24px;
	line-height:26px;
}

#top {
	background:url(../images/topbg.jpg) repeat-x;
	margin:0 auto;
	width:100%;
	height:268px;
}

#pictures {
	background: url(../images/smimages.jpg) center repeat-x;
	margin:0 auto;
	width:100%;
	height:87px;
}

#bottom {
	background: url(../images/fspaces.jpg) center repeat-x;
	margin:0 auto;
	width:100%;
	height:445px;
}

#centerbtm{
	width:880px;
	height:440px;
	margin:0 auto;
}

.box{
	width:340px; 
	height:280px; 
	padding:50px; 
	float:left;
	}
