/*
 * Styles only used in the two-thirds/one-third layout template
 */

div.body div.contentside {
	float: left;
	width: 220px;
	margin: 0px;
	padding: 0px;
}

div.body div.contentmain {
	margin-left: 240px;
	margin-right: 0;
}

div.body div.contentside ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div.body div.contentmain ul {
	list-style-type: disc;
}

