/* Default Stylesheet */

															/** BODY ELEMENTS **/
body {
	color: #333;

    background-image: url(/images/pagebackground.jpg);
	background-repeat: repeat-x;
	background-position:top left;
	
	}






															/** MAIN CONTAINERS **/
div#container {
	margin: 2em auto;
	}
	div#header {
		color: inherit;
		background-color: #fff;
		border: 1px solid #000000;
		border-width: 2px;
		}
		div#header-in {
			padding: 20px;
			}
	div#content-wrap {
		padding: 10px 0;
		}
		div.content {
			color: inherit;
			background-color: #fff;
			border: 1px solid #000000;
			border-width: 2px;
			}
			div.content-in {
				padding: 20px;
				}
	div#footer {
		color: #fff;
		background-color: #fff;
		background-image: url(/images/footerbackground.jpg);
		background-position: top left;
		background-repeat: repeat-x;
		border: 1px solid #000000;
		height: 48px;
		
		}
		div#footer-in {
			padding: 0px 10px 0px 10px;
			}






															/** SUB CONTAINERS **/
* { }






															/** LISTS **/
* { }

.resourceslist {

margin-left: 10px;

}


#menubar {
position: relative;
}

#menubar li {

background-position:top left;
background-repeat: no-repeat;
display: block; 
float: left;
margin:0 5px 5px 0;
padding:2px 25px 10px 10px;
font-weight:bold;
color: white;

}



#menubar li a { font-weight: bold; text-decoration: none; color: white; }
#menubar li:hover { color: #999999 }


															/** TYPOGRAPHY **/
* { }






															/** FORMS **/
* { }






															/** END **/