body {
	margin: 0 auto;
	padding: 0;
	font: 92%  Calibri,Verdana,Sans serif;
	color:#333300;
	background-image:url(../images/artwork/bg.jpg);background-repeat:repeat;
	}



/* ---------------------------------------------------------------------------
	Main classes
--------------------------------------------------------------------------- */
h1, h2, h3 {
	color: #333300;
	font-family: Cambria,Times New Roman, Times, Serif;
	padding-bottom:0.4em;
	letter-spacing:0.1em;
	margin-bottom:0;
	}


a {
	color: #808000;
	text-decoration: none;
	font-weight: bold;
	}

a:visited {color:#808000}
a:hover {	text-decoration: underline; color:#808000;}
a.cancel {margin-left:2em;}




/* ---------------------------------------------------------------------------
	Layout
--------------------------------------------------------------------------- */
div#container{
	width:743px;margin:0 auto 0 auto;
	background-color:#fff;
	}

div#banner {width:743px;margin:0 auto 0 auto;}
div#mainarea {
	width:540px;float:right;
	margin:10px 0 0 0;padding: 2px 6px 0 6px;
	min-height:400px;
	_height:400px;		/* standards compliant browsers can't understand this */
	}

div#leftnav {
	width:176px;float:left;
	padding:0 3px 0 6px;
	min-height:400px;
	_height:400px;		/* standards compliant browsers can't understand this */
	}
div#footer{margin:1em 0 0.5em 0; clear:both;}

.articlepreview {margin-bottom:0;}



/* ---------------------------------------------------------------------------
	Sidebar
--------------------------------------------------------------------------- */
#leftnav h1
{
	font-size: 125%;
	font-weight: normal;
	padding: 0.1em 0 0.1em 0.2em;
	margin: 0 0 0 -4px;
	background-color: #E6E6E6;
	border-top: 2px solid #008000;
	border-bottom: 2px solid #008000;
	color: #008000;
}

ul.sidebarlist {
	list-style:none;
	padding-bottom:0.2em;
	margin:0;
	}

.sidebarlist li {padding:0.3em 0.1em 0.3em 0em; margin:0; }

.sidebarlist li a {font-weight:normal }









