/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
}

#main
{
	/*width: 800px;*/
}

div
{
	text-align:justify;
	padding:5px;
	margin:3px;
}

.header {
	align:center;
	background: #eee;
	
}
.left {
	background: #eee;
	position: relative;
	float: left;
	width: 15%;
	height: 100%;
}
.right {
	background: #eee;
	position: relative;
	float: right;
	width: 15%;
	height: 100%;
}
.center {
	position: relative;
	background: #fff;
	float: left;
	width: 65%;
	height: 100%;
}
.footer {
	background: #eee;
	text-align:center;
	clear: both;
}

h1 {
	font-size: 18px;
	white-space:nowrap;
}
