html,body
{
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
}
div
{
	overflow: hidden;	
}
						#head
						{
						border-style: solid;
						border-top-width: 0px;
						border-left-width: 0px;
						border-right-width: 0px;
						border-bottom-width: 0px;
						}
						body
						{
							min-height: 900px;
						}
						#middle
						{
						float: middle;
						background-color: black;
						width: 976px;
						height: 100%;
						min-height: 900px;
						margin-left: auto;
						margin-right: auto;
						margin-top: 0px;
						margin-bottom: 0px;
						}
						body
						{
						margin: 0px 0px 0px 0px;
						font-family: Verdana;
						font-size: 15px;
						color: #FFFFFF;
						background-color: #515151;
						}
						a.menu:link 
						{
						text-decoration: none;
						color: white;
						}
						a.menu:visited 
						{
						color: white;
						text-decoration: none;
  						}
						a.menu:hover 
						{
						text-decoration: underline
						}
						#menu
						{
						background-color: black;
						width: 173px;
						height: 100%;
						float: left;
						padding-top: 0px;
						padding-left: 20px;
						text-align: left;
						}
						img.head
						{
						border-style: none;
						border-width: 0px;	
						}
						img
						{
						border-style: solid;
						border-width: 1px;
						}
						#line
						{
						background-color: white;
						width: 1px;
						min-height: 300px;
						height: 100%;
						float: left;
						}
						p.current
						{
						color: #A4D1FE;
						text-decoration: none;
						}
						a:link {color: #A4D1FE;}
						a:visited {color: #A4D1FE;}
						a:hover {color: white;}