body {
	margin:0;
	padding:0;
	background:#FFF url('bg.png');
	font-size:1em;
	font-family:verdana,sans-serif;
}

small {
	font-size:0.7em;
}

h1 {
	font-size:1.5em;
}

h4 {
	margin:8px 0px;
}


img.thumblink {
	border: 1px solid white;
}

a:visited img.thumblink {border-color: black;}
a:hover img.thumblink {border-color: red;}
a:active img.thumblink {border-color: yellow;}


#toppanel {
	background:#FFF url('topbg.png') repeat-x;height:57px;padding-left:20px;padding-top:18px;
}

#topmenu {

}

#topshadow {
	background:#FFF url('shadow.png');
	height:6px;
}

#topmenu a {
	padding: 3px;
	text-decoration:none;
	font-weight:bold;
	color:#EEE;
	border:0px solid #000;
}

#topmenu a:hover {
	background:#FFF;
	color:#000;
}

#mainbody {
	margin:auto;
	width:94%;
	background:#FFF;
	height:100%;
	overflow:auto;
	padding:5px;
	border:1px solid #999;
}
#mainpanel {
	margin-right:270px;
}
#sidepanel {
	/**float:right;*/
	margin:0;
	text-align:center;
	width:240px;
	background:#FAA;
	padding:10px;
	font-size:0.85em;
}

#footer {
	clear:both;
	text-align:center;
	font-size: 0.8em;
}

