body {
	text-align: left;
}

#wrapper {
	display: block; 
	/*border: 1px #000000 solid;*/
	width:90%; 
	margin:0px auto;
}

#header {
	border: 2px white solid;
	top: 0px;
    height: 200;
	width: 100%;
	position: absolute;

}

#content {
	top: 160px;
	left: 200px;

	width: 75%;
	border: 2px white  solid;
	position: absolute;
}

#sidebar {
	top: 200px;
	width: 190px;
	position: absolute;
}

#both {
	clear: both;
}

#footer {
	border: 2px white solid;

}

.title {
	font-size: 11pt;
	font-family: verdana;
	font-weight: bold;
}