/* CSS definition file containing site wide stylesheets */
.leftmenu {
	position:relative;
	top: 55px;
	width:170px;
	float: left;
}

.mainbody {
	width: 600px;
	float: left;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.clear {
	clear: both;
}

.itemheading {
	text-align:center;
}

.narrowpic {
	margin: 5px;
	width: 190px;
}

.widepic{
	margin: 5px;
	width: 390px;
}

.fullwidthpic{
	margin: 5px;
	width: 600px;
}

.narrowitemcolumn{
	width: 200px;
	float: left;
	padding: 0px;
	border: 0px;
	margin: 0px;
}
.wideitemcolumn{
	width: 400px;
	float: left;
	padding: 0px;
	border: 0px;
	margin: 0px;
}

.2PtLine{
	width:600px;
	text-align:center;
	margin: 5px;
	clear:both;
}
