@charset "utf-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000; /*Black*/
 	background-color: #FFF; /*White*/
     }

#webpage {
	width: 800px;
	background: #FFF;
	margin: 0 auto;
	overflow: hidden;
}
#webpage h1 {
	position: absolute;
	top: -500px;
}


#leftcolumn h2, #middlecolumn h2, #rightcolumn h2 {
        font-size: 20px;
}


#leftcolumn, #middlecolumn, #rightcolumn {
	position: relative;
	width: 260px;
	float: left;
	height: 250px;
        text-align:center;
}
#rightcolumn, #middlecolumn {
	margin-left: 10px;
}

#banner {
	position: relative;
        text-align: center;
}


#lower_page {
	position: relative;
	height: 480px;
	width: 800px;
	float: left;
}

#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 30px;
	width: 800px;
	float: left;
}

#footer p {
	font-size: 11px;
	margin: 0 auto;
	line-height: 2.6;
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	margin-left: 10px;
        color: #FFF; /*White*/
}
