body
{ 	background-image: url('../images/background.gif');
	background-repeat: repeat;
	padding:0;	
	margin:0;
}
img
{	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: absolute;//so Reket Network and logo are on the same row
}

div#headercontainer{	
}
div#header{ 
	
	width: 1000px;
	background-color: gray; //test red should be black;
	margin-top: 0px;
    	margin-bottom: 0px;
  	margin-left: auto; 
     	margin-right: auto;
	border-bottom: solid #cccccc 0px;
	border-left: solid #cccccc 0px;
	border-right: solid #cccccc 0px;
    	border-top-style: ridge;
	border-top: 3px solid orange;
	background-image:url('../images/newheader.gif');
	background-repeat: repeat-x;
	border-bottom: solid black 1px;

}
div#main{
	
}
div#logo{
	display:inline;
	position: relative;
	padding-left: 100px;
	margin-top: 0;
	font-family:Mistral;
	font-size: 72px;
	margin-bottom: 0px; 
	}
div#telephone{
	vertical-align: top;
	float: center;
	font-size: 20px;
	padding-left: 15%;
	padding-top: 10px;
	width: 400px;
	
	display: inline;
	position: absolute;
	
}
.clear {
	clear: left; 
	line-height: 0;  
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
