* {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
html, body {
	height: 100%;
	width: 100%;
	}
	
* html #container {	
	height: 100%;
	}
	
body {
	background-color: #FFFFFF;
	background: url(img/bg.png) repeat-x;
	}
	
.empty {			
	height: 46px;
	}
	
.clear {			
	clear: both;
	}
		
#container {
	width: 960px;
	min-height: 100%;
	margin-left: 0;
	margin-top: 0;
	position: relative;
	background: url(img/bg_content.png) repeat-y center;
	}
	
#header {
	width: 960px;
	height: 208px;
	background: url(img/bg_header.jpg) no-repeat right;
	position: relative;
	margin-bottom: 10px;
	}
	
#header h1, h2 {
	padding-left: 100px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	float: left;
	}

#header h1 {
	padding-top: 90px;	
	font-size: 1.2em;	
	}
	
#text {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	position: absolute;
	width: 185px;
	height: 208px;
	right: 0;
	padding-top: 50px;
	line-height: 35px;
	}
	
#header a, a:hover {
	text-decoration: none;
	color: #FFFFFF;
	}
	
#header h2 {
	padding-top: 12px;
	font-size: 0.9em;
	color: #FF0000;
	}

#left_sidebar {
	width: 235px;
	float: left;
	margin-top: 0;
	padding: 0 1px 20px 1px;
	text-align: center;
	}
	
#content {
	width: 720px;
	float: right;
	margin-top: 0;
	padding: 0 1px 20px 1px;
	text-align: center;
	}
	
#content h3 {
	margin: 15px 10px 7px 10px;
	}
	
#content p {
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
	}
