@charset "UTF-8";
/* CSS Document */

#container {
	width: 720px;
	overflow: hidden;
}

#mainCOL {
	float: right;
	width: 400px;
	margin-right: 35px;
	text-align: justify;
}

#sidebar {
	float: left;
	width: 200px;
	height: 485px;
	margin-left: 35px;
}

#nav {
	width: 200px;
	float: left;
	height: 485px;
}

#answertxt {
	text-align: justify;
	margin-top: 30px;
	font-size: 12px;
	line-height: 1.5em;
}
