
#main    {
	display: block;	
	margin-left: auto;
	margin-right: auto;
	

}

#header {
      position : absolute;
	  top: 15px;
      left : 25px;
	  z-index: 5
}

#header-bar {
      position : absolute;
	  top: 75px;
      left : 0px;
	  z-index: 15
}

#footer{
	position : absolute;
	top: 515px;
	display: block;
	margin-left: auto;
	margin-right: auto;

}

#bottom-strip{
     position : absolute;
	 top: 515px;
	 bottom: 5px;
	 left : 0px;
	 font-family : "Trebuchet MS";
	 font-size : 60%;
	 font-weight : normal;
	 color : #000000;
	 padding: 5px;
	 margin: 5px;
	 line-height: normal;
	 margin-left: auto;
     margin-right: auto;
     z-index: 2
}

#top-strip{
     position : absolute;
	 top: 55px;
	 bottom: 5px;
	 left : 0px;
	 font-family : "Trebuchet MS";
	 font-size : 60%;
	 font-weight : normal;
	 color : #000000;
	 padding: 5px;
	 margin: 5px;
	 line-height: normal;
	 margin-left: auto;
     margin-right: auto;
     z-index: 2
}



#content    {
	top : 100px;
	left : 5px;
	position : absolute;
	width: 700px;
	height: 425px;
	bottom: 50px;
	border: none;


}

#content p  {
	font-family : "Trebuchet MS";
	font-size : 90%;
	font-weight : normal;
	left : 25px;
	line-height : 125%;
	width: 550px;
	padding: 20px 40px 40px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 2px;
	border: thin none;
	font-style: normal;
	color: #000000;


}

a {
	text-decoration: none;
	color: #1F1F1F;
}

a:hover {
	text-decoration: none;
	color: #CCCCCC;
}

body
{
	padding : 0;
	margin : 0;
	background-repeat: repeat;
	background-image: url(images/b.gif);
	background-position: left bottom;	

	
	
	
}

#content h3 {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 90%;
	font-weight : bold;
	color : #333333;
	background-color : transparent;
	line-height: 18px;

      }
	  
	  
#content h4 {
	font-family : "Trebuchet MS";
	font-size : 85%;
	font-weight : bold;
	color : #666666;
	background-color : transparent;
	
      }
	  
