<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>The Diamond Enterprise - (Fixed-Fixed-Fixed)</title>
<style type="text/css">

body{
margin:0;
padding:20;
line-height: 1.5em;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 1000px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background: #cccccc;
}

#topsection{
background: #cccccc;
height: 230px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 5px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 200px 0 300px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/

}

#leftcolumn{
float: left;
width: 300px; /*Width of left column in pixel*/
margin-left: -1000px; /*Set margin to that of -(MainContainerWidth)*/
background: #99ccff;
}

#rightcolumn{
float: left;
width: 200px; /*Width of right column*/
margin-left: -200px; /*Set left margin to -(RightColumnWidth)*/
background: #EAEAEA;
}

#footer{
clear: left;
width: 100%;
background: #99ccff;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

h2, {
	margin: 0;
	padding: 0;
	letter-spacing: -1px;
	font-weight: bold;
	font-style: italic;
	font-size: 150%;
	color: #003366;
	text-align: center;

}
h3, {
	margin: 0;
	padding: 0;
	letter-spacing: -1px;
	font-weight: normal;
	font-style: italic;
	font-size: 120%;
	color: #003366;
	text-align: center;
}
.innertube{
margin: 20px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}


A:link { text-decoration: none; color: #003366}
A:visited { text-decoration: none; color: #9966cc }
a:hover {font-size: 30; font-weight:bold; color: #003366}

</style>



