body	{
	background:#FFF;
	margin:0;
	font:12px Arial,Helvetica,Verdana,sans-serif;
}
#container	{
	width:800px;
	margin:0px auto;
	position:relative;
	background:#FFF;
}
#header	{
	background:#FFF;
}
#menubar	
	{
	margin:5px 0px 40px 0px;
}
.menu	{
	width:91px;
	height:18px;
	margin-left:10px;
	text-align:center;
	padding:2px 0px;
	background-image:url('images/button.jpg');
	background-repeat:no-repeat;
	float:right;
	color:#FFF;
}
a.menu 	{
	text-decoration:none;
	color:#FFF;
}
a.menu:hover	{
	color:#FFF;
	background-image:url('images/buttonover.jpg');
	background-repeat:no-repeat;
}
#mainbg	{
	background-image:url('images/colsbg.gif');
}
#leftcol	{
	width:500px;
	float:left;
	min-height:200px;
}
#ritecol	{
	width:280px;
	float:right;
	min-height:400px;
}
#footer	{
	clear:both;
	background-image:url('images/footer.jpg');
	width:800px;
	background-repeat:no-repeat;
	padding:3px;
}
#byline	{
	text-align:center;
	font-size:9px;
}
#byline a	{
	text-decoration:none;
	color:#000;
}
#byline a:hover	{
	text-decoration:underline;
}
.widebox	{
	background:#CCDA26;
}
.widetext	{
	margin:4px 10px;
	line-height:150%;
}
.shorttext	{
	margin:10px;
	line-height:150%;
}
.imgleft	{
	float:left;
	margin-right:8px;
}
.imgright	{
	float:right;
	margin-left:8px;
}
ul	{
	margin:0;
	padding-left:15px;
	list-style-image:url('images/bullet.gif');
}
.shortbox	{
	background-color:#FFF;
}
h2	{
	font-size:16px;
}
img	{
	padding-bottom:0px;
	margin-bottom:0px;
}

