<style>

body {background-color: #000}
body {background-color: #000}

a:link {color: #00FF00; text-decoration: underline; }
a:active {color: White; text-decoration: underline; }
a:visited {color: #00FF00; text-decoration: underline; }
a:hover {color: White; text-decoration: none; 
}

h1 {font-size: 22px; color: #000; text-align: left; font-style: italic; }
h2 {font-size: 22px; color: #FFFFFF; text-align: center;}
p  {color: #FFFFFF; font: 18px }


	#container {
	width: auto;
	background-color: #000;
	height: auto;
	margin-top: 0px;
	margin-left: 10px;
	Margin-right: 10px;
	border-style: none;
  } 
  #header {
	width: 900px;
	background-color: #000;
	height: 110px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	top: auto;
	padding: 0px;
  } 
  #footer {

	position:absolute;
	bottom:0px;
	right:0px;
  } 
    #networking {
	position:absolute;
	top:8px;
	left:6px;
	height: 180px;
  } 
   
   
    #content {
	width: 900px;
	background-color: #000;
	height: autopx;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	top: auto;
	padding: 0px;
  } 
     
  .titles {
	font-weight: bold;
	color: #FFF;
	background-color: #666;
}
  #galleryleft {
	float: left;
	width: 170px;
	height: 600px;
	overflow:auto;
  } 
  
  #gallerybox {
	float: right;
	width: 550px;
	height: 600px;

  } 
  
  #left{
  float:left;
  }
  img{
  border:none;
  }
  

</style>
