body { 
	font-size: 80%; 
	background-color: Black;

}
div#container {
	position: relative;
	background: url(images/brickwall.gif) repeat left top;
	width: 950px;
	height: 650px;
	margin-top: 2px;
	margin-right:auto;
	margin-left:auto;

}
img#head {
	position: relative;
	top: 10px;
	left: 150px;
	height: 171px;
	width: 612px;
}
#body img.left { 
  float: left;
  border: 0px solid black; 
  margin-top: 10px
}
.a {
	color: black;
	font-family: verdana;
	font-size: 12px;
	text-decoration: none;
	font-weight: none;
	border:0px
	}
	
	.indexupdate {
	color: white;
	font-family: verdana;
	font-size: 12px;
	text-decoration: none;
	font-weight: none;
	border:0px
	}
	
p#update {
	position: relative;
	top: 0px;
	left: 252px;
	width: 500px;
	text-align: right;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;	
	clear: both;	
	margin: 0px;
}
#dynamic {
	position: relative;
	left: 130px;
	top: 0px;
	width: 640px;
}
#menu {
	float: left;
	width: 120px;
	top: 20px;
}
#menu img{
	float: left;
	width: 115px;
	height: 30px;
	 border: 0px 
}
#body {
	width: 500px;
	height: 400px;
	background: White url(images/bodylogo.gif) no-repeat fixed center;
	overflow: auto;
	margin: 0px 0px 0px 10px;
	border: 4px solid #000000;
}
#body h1, #body h2, #body p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#body h1 {
	font-size: 1.2em;
	margin:10px 5px;
}
#body h2 {
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: bold;
	margin: 10px 5px;
}
#body p {
	font-size: 0.9em;
	margin: 10px 5px;
}
#body red {
	font-size: 0.9em;
	margin: 10px 5px;
	color: Red;
}
#body img {
	border: 1px solid black;
	float: right;
	margin: 0px 5px 5px 5px;
}