body {
	/* padding of outer websight*/
	margin: 0px;
	background-color: #FFFFFF;
}
body a:link {
	/*text alligned to correct position ??? */
	color: #006A9D;
	font-size: 11px;
	font-weight: bold;
}	

#header {
	background-color: #CCCCFF;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 105px;
	width: 100%;
	z-index: 1; 
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}
#content {
	overflow: hidden;
	position: absolute;
	left: 160px;
	top: 105px;
	width: 80%;
	z-index: 1;
}
#menu {
	background-color: #0000FF;
	position: absolute;
	left: 0px;
	top: 105px;
	width: 160px;
	z-index: 1;
}
#adLinkOne{
	position:relative;
	float:left; 
	left:-2px;
	width:315px;
	height:250px;
	margin: 0px;
	border:0px;
}
#adLinkTwo{
	position:relative;
	float:left; 
	left:0px;
	width:728px;
	height:120px;
	margin: 0px;
	border:0px;
}
#adLinkThree{
	/* TO EDIT*/
	position:relative;
	float:left; 
	left:0px;
	top:50px;  
	width:728px;
	height:120px;
	margin: 0px;
	border:0px;
}
#linkUnit{
	/* TO EDIT*/
	position:absolute;
	float:left; 
	left:160px;
	top:105px;
	margin:0px;
	border:0px;
}