body {
	font-family: serif;
	font-size:13pt;
	text-shadow: 0 0  6px #0000FF;
	color: white;
	background: #000000 url("images/starfield.jpg") repeat; 
	margin: 0px;
}

div#menu a {
	border: none;
}

img { border: none; }

  
a:link { color: #3cc1dc; text-decoration: underline; }
a:active { color:#fff000; text-decoration: None; }
a:visited { color: #3cc1da; text-decoration: underline; }
a:hover { color:#e6df6f;  text-decoration: underline; }

div#menu {
	
	padding-left:0px; 
	height:1000px; 
	background: url("images/backmenu.png") repeat-y -60px -55px; 
	min-width:755px;
}

div#container {
	position:absolute; 
	top:190px; 
	left:250px; 
	width:auto; 
	height:625px; 
	background: url("images/blank.png") no-repeat;
  
}

div#content {
	text-align:left; 
	background: url("images/blank.png") repeat-x; 
	padding-top:0px; 
	padding-left: 30px;
	padding-right: 10px;

}

div#footer {
	position:absolute; 
	height:24px; 
	padding-top:2px; 
	width: auto; 
	padding-left: 3px; 
	font-size:smaller; 
	color: #ffa332;
}

img.menu {
	margin:17px 10px;  
}
