body {
	background: #E2CECE url("/graphics/background.jpg") bottom left no-repeat fixed;
}
#header {
	height: 120px;
	background: transparent url("/graphics/head-left.jpg") top left no-repeat;
	border-top: 1px black solid;
	border-bottom: 3px black double;
}
#header div#top {
	width: 100%;
	height: 120px;
	background: transparent url("/graphics/head-right.jpg") top right no-repeat;
}
#header h1  {
	margin: 0; padding: 0;
	}
#header h3 {
	margin-top: 0;
}
#navigation {
	background-color: #EFE6E6;
	background-image: url("/graphics/background-light.jpg") !important;
	background-image: url("/graphics/trans.png");
	filter:Alpha(opacity=90, finishopacity=60, style=2);
	background-position: bottom left;
	background-repeat: no-repeat !important;
	background-repeat: repeat;
	background-attachment: fixed; 
	
	font-family: Arial,sans-serif;
	font-weight: bold;
	width: 11.5em;
	
	padding-top: 2em;
	padding-bottom: 2em;
	
	position: absolute;
	top: 180px;
	left: 0;
}
#ad {
	margin-left: 1em;
	margin-top: 2em;
}
#navigation ul {
	list-style: none;
}
#navigation a {
	text-decoration: underline;
	font-size: 16px;
	display: block;
	padding: 0.2em 1em;
}
#navigation li {
	padding: 0em;
}
#navigation li strong {
	padding: 0.2em 1em;
	font-weight: bold;
	font-style: italic;
}
#navigation ul ul {
	font-size: 90%;
	padding-left: 1em;
	padding-bottom: 1em;
}

a:link 		{ color: #000; }
a:visited	{ color: #000; }
a:hover		{ color: #eee;  background-color: #9f7676;}
a:active	{ color: #000; }


#content a:link 	{ color: #000; }
#content a:visited	{ color: #000; }
#content a:hover	{ color: #6f000f; }
#content a:active	{ color: #f00; }


#footer {
	width: 100%;
 	color: black;
	margin-top: 2em;
	padding-top: 2em;
	background-color: #EFE6E6;
	background-image: url("/graphics/background-light.jpg") !important;
	background-image: none;
	background-position: bottom left;
	background-repeat: no-repeat !important;
	background-repeat: repeat;
	background-attachment: fixed; 
	filter:Alpha(opacity=90, finishopacity=60, style=2);
}

#footer p {
	margin-bottom: 0;
}