BODY {
	margin: 0;
}

#banner {z-index:1; position:absolute; left:0px; top:0px; height:100px; width:100%; background-color: #5b597b;}
#manytone_logo {z-index:3; position:absolute; left:23px; top:23px; width:308px; height:54px;}
#eq {z-index:2; position:absolute; right:10px; top:6px;}
#banner_line {z-index:1; position:absolute; left:0px; top:101px; width:100%; height:1px; background: url(../images/background.png) repeat-x;}
#link_banner {z-index:1; position:absolute; top:102px; left: 200px; text-align:center; width:70%; height:14px; background-color: #FFFFFF;}
#link_banner_text {z-index:2; position:absolute; top:102px; left: 200px; text-align:center; width:70%; height:14px;}


#content {
	z-index: 1;
	position: absolute;
        left: 200px;
	top: 134px;
        margin-right:10px;
        width: 70%;
	font-family: sans-serif;
	font-size: 12px;
	}

h1 {
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
}

h2 {
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
}

h3 {
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h4 {
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

li {
	font-family: sans-serif;
	font-size: 12px;
	list-style-type: square;
	margin-left: -4px;
	margin-top: -6px;
	padding-bottom: 6px;
}