* {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
html, body {
	height: 100%;
	width: 100%;
	}
	
* html #page {	
	height: 100%;
	}
		
body {
	background-color: #FFFFFF;
	background: url(images/page-background.png) repeat-x;
	}
		
.clear {			
	clear: both;
	}
	
#page {
	position: relative;
	width: 800px;
	min-height: 100%;
	margin: 0 auto;
	}
	
.headerimg {
	width:1170px;
	height:160px;
	position:absolute;
	top:28px;
	left:-195px;
	background: url(images/clouds.jpg) no-repeat;
}

.headerimg span{
	height:160px;
	float:right;
	width:185px;
	background: url(images/clouds.jpg) -195px 0 no-repeat;
}
	
#text {
	width: 800px;
	height: 229px;
	position: relative;
	background: url(images/header-background.jpg);
	}
	
#text h1 {
	color: #4d93b2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: 100;
	font-size: 2em;
	padding-top: 110px;
	padding-left: 10px;
	}
	
#text a, a:hover {
	color: #4d93b2;
	text-decoration: none;
	}
	
#l_sidebar {
	float: left;
	width: 140px;
	position: absolute;
	left: 0;
	text-align: left;
	}
	
#r_sidebar {
	float: right;
	width: 140px;
	position: absolute;
	right: 0;
	text-align: right;
	}
	
#content {
	width: 516px;
	position: absolute;
	left: 140px;
	text-align: center;
	}
	
#content h3 {
	margin: 15px 10px 7px 10px;
	}
	
#content p {
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
	}