body { background-color:white ; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:black;}

td { font-family: Verdana, Arial, helvetica, sans-serif;  font-size: 12px; color: #black }

p { font-family: Verdana, arial, helvetica, sans-serif;  font-size: 12px; color: #black }

a:hover { font-family:Verdana, Arial, Helvetica, sans-serif; color:purple; background-color: white}

h1 { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:36px}

h2 { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:30px}

h3 { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:24px}

footer { font-family:Times New Roman, serif; font-size:10px}


/* LOGO TOP SECTION */

#logo_t { 
	left:10px;
	top:10px;
	height:170px;
	width:260px;
	background: url(http://www.turnertrace.com/index_files/logo_top.gif) no-repeat left top;
}


/* LOGO BOTTOM SECTION */

#logo_b { 
	left:10px;
	top:185px;
	width:258px;
	height:170px;
	background: url(http://www.turnertrace.com/index_files/logo_btm.gif) no-repeat left top;
}


/* TITLE */

#title { position: absolute; left: 270px; top: 30px; height: 120px; width: 890px
    left:180px;
	width: 900px;
	padding: 11px 11px 0 5px;
    color: #FFF8DC;
    border:0px;
    background: url(http://www.turnertrace.com/index_files/35.gif) no-repeat right top;
}

#title p {
	text-transform: lowercase;
	padding: 0 0 0 15px;
	margin: 5px 0 0 2px;
	font-size: 2em;
	color: #000000;
}

#title h1 {
	margin: 0;
	padding: 25px 0 0 0px;
	letter-spacing: -1px;
	font-size: 4em;
	font-weight: normal;
	color: #000000;
	font-family:Times New Roman, serif;
}


/* BODY CONTENT */

#centercontent { position: absolute;  
    left: 276px;
	width: 900px;
	top: 186px;
	padding: 10px 10px 10px 10px;
	background: whitesmoke;
    border: 0px;
}


/* LEFT GUTTER */
    
#leftcontent { background:white;
	height:400px;
	border-top:0 solid darkblue;
	border-right:0 solid darkblue;
	border-left:0 solid darkblue;
	position: absolute; left: 10px; top: 360px; width: 260px
}


/* RIGHT GUTTER */

///*UN-USED AT THE MOMENT *///

#rightcontent { position: absolute;
right:10px;
top:77px;
width:120px;
background:plum;
border:0px solid darkblue;
}


/* HIDE HYPERLINK UNDERLINE */

.hide {
	color: #000000;
	text-decoration: none;
}
.hide:link {
	color: #000000;
	text-decoration: none;
}
.hide:visited {
	text-decoration: none;
	color: #000000;
}
.hide:hover {
	text-decoration: none;
	color: #000000;
}
.hide:active {
	text-decoration: none;
	color: #000000;
}


/* SHADOW CONTAINER */

#wrapper {
width: 700px;
height: 200px;
margin: 20px auto 20px auto;
padding: 0px;
text-align: left;
position: relative;
border: solid 1px #003;
}
.firstlayer {
color: #003;
position: absolute;
top: 20px;
left: 20px;
z-index: 1;
}
.secondlayer {
color: #fff;
position: absolute;
top: 22px;
left: 22px;
z-index: 0;
}