body {
	height: 590px;
	font-size: 12px;
	font-family: arial, sans-serif;
	margin:0px 0px 0px 0px ;

	overflow:hidden;
	color:#111100;
	background:url(wall2bw.jpg)   top;
	background-color: transparent;
}

h1 {font-size:36px;margin:0px; text-decoration : none;}
h2 {font-size:16px;margin:0px; padding-bottom:5px;}
h3 {font-size:12px;margin:0px;padding-bottom:5px;}

hr, .hide {
	position:absolute; 
	top:0;
    left:-9000px;
}	

#header {
position:fixed;
top:5px;
Left:0px;
height:45px;
width:100%;
border-bottom:3px solid #555555;

}

#title {
float:left;
padding:8px 10px 0px 10px;
}

.titlelink{
text-decoration : none;
border:0px;
}

#subtitle {
float:left;
margin-top:30px;
}

#Menucon {	
float:left;
position : absolute;
top:30px;
right:1%;
}

.Menu { 
	background-color: transparent;
	float:left;
	width:90px;
	height:18px;
	overflow:hidden;
	padding-left:15px;
}
.Menu:hover{
height:60px;
}

.MenuItem{
	background-color: transparent;
	text-decoration : none;
	color:#111100;
	border-left:10px solid #333300;
}

.MenuItem:visited {
	text-decoration : none;
	border-left: 10px solid #444444;
}

.MenuItem:hover{
	border-left: 10px solid #cccc99
}
.MenuSingle { 
	background-color: transparent;
		text-decoration : none;
	color:#111100;
	float:left;
	height:15px;
	overflow:hidden;
	padding-left:15px;
}

