/***************** DIVS **********************/
div#main{
	position:absolute;
	top:0;
	left:50%;
	margin-left:-500px;
	width:1000px;
}
div#header{
	position:relative;
	width:1000px;
	height:150px;
	background:url(highbridge_header.jpg) ;	
	top:0;
	left:0;
	border: 2px solid black;
}
div#menu{
	left:0;
	top:150;
	position:absolute:
	width:1000px;
	height:35;
	border-left: solid 2px black;
	border-right:solid 2px black;
}
div#body{
	position:relative;
	width:996px;
	border-left: solid 2px black;
	border-right:solid 2px black;
}
div#footer{
	width:1000px;	
	border-bottom:solid 2px black;
	border-left: solid 2px black;
	border-right:solid 2px black;
	Font-Family:Arial;
	font-size:12;
	background:black;
	color:white;
}
div#left{
	position:absolute;
	left:-2px;
	background-color:#FFFFFF;
	padding:10px;
	width:245px;
	height:600px;
	border: 2px solid #000000;
}
div#middle{
	position:absolute;
	left:252px;
	width:490px;
	padding:10px;
	border: 2px solid #000000;
	background-color:#F1CFCF;
	text-align:center;
	height:600px;
}
div#ad{
	position:absolute;
	left:748px;
	height:600px;
	width:250px;
	background-color:black;
	text-align:center;
}
div#big_content{
	Position:absolute;
	left:0px;
	background-color:white;
	text-align:center;
	width:730px;
	border: 2px solid black;
}
/***************** STYLES **********************/
.menu{
	Font-family:Arial Black;
	color:#D40205;
}
h2{
	font-family:verdana;
	font-size:16;	
}
h1{
	font-family:verdana;
	font-size:20;
	padding:10px;	
}
.link{
	font-family:verdana;
	color:#D40205;
}
.news{
	font-family:verdana;
	font-size:12;
}
.news_header{
	font-family:verdana;
	color:#D40205;
	font-size:14;	
}
.footnote{
	font-family:verdana;
	color:#000000;
	font-size:10;	
}
a{
	text-decoration:none;	
	color: #000000;
}