body {
	background-color: black;
	background-image: url(img/bkg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	font: 12pt Verdana, sans-serif;
	color: white;
	padding: 5px;
	margin: 0;
}

h1, h2, h3, h4, h5, p, a {
	padding: 0 0 10px 0;
	margin: 1px;
}

a {text-decoration: none; color: white;}
a:hover {text-decoration: underline; font-weight: bold; color: white;}

#header {
	position: absolute;
	width: 100%;
}
#header h1 {
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
	font-size: 36px;
}
#header .shadow  { position:relative; display:block; color:#fff; }
#header .shadow span { position:absolute; display:block; top:0px; filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=5); }
#header .shadow:before { display:block; padding:2px; content: attr(title); color:#111;  }


#menu {
	position: fixed;
	top: 70px;
	left: 5px;
	width: 240px;
	padding: 5px;
	padding-bottom: 20px;
	background: url(img/black/40.png);
	background-repeat: repeat;
}
#menu a  {text-decoration: none; color: white;}
#menu a:hover {text-decoration: underline; font-weight: bold;}
#menu p {font-size: 18px; font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif; margin: 5px 0 0 0; padding: 0; display: block;}
#menu h1 {
	font: 22px "Palatino Linotype", "Book Antiqua", "Palatino", serif;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	font-style: italic;
}

#main {
	position: absolute;
	top: 60px;
	left: 270px;
	right:10px;
	padding-bottom: 50px
}

/*
#main h1, h2, h3, h4, h5, p, a {
	padding: 0 0 15px 0;
	margin: 2px;
}
*/

.smalltext {
	font: 10pt Verdana, sans-serif;
}

/**
 * .center {
 * 	text-align: center;
 * }
 */

.width500 {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

table {
	border: 0;
}

#footer {
	position: fixed !important;
	position: static ;
	bottom: 5px;
	left: 0;
	right: 0;
	padding: 2px;
	margin: 0;
	background: url(img/white/90.png);
	background-repeat: repeat;
}
#footer p{
	padding: 0;
	margin: 0;
	color: black;
	text-align: center;
	font-size: 12px;
}

#menu a.notInMenu{display: none}
