﻿div#wrap {
   width: 950px; 
   margin: 0 auto;
}

#content-wrap 
{
	background-color: #C7D9E5;
}

div#content {
   float: right;
   width: 730px;
}

#top-content .section div.section-top,
#bottom-content .section div.section-top,
#content .section div.section-top 
{
   background: #ADADAD url(images/ContentSectionTop2Col.gif) no-repeat;
}

#top-content .section .section-title,
#bottom-content .section .section-title,
#content .section .section-title {
   background: #ADADAD url(images/ContentSectionMiddle2Col.gif) repeat-y;
}

#top-content .section .section-body,
#bottom-content .section .section-body,
#content .section .section-body
{
   background: #ADADAD url(images/ContentSectionMiddle2Col.gif) repeat-y;
   font-size: 11px;
   font-family: verdana, "arial", sans-serif;
}

#top-content .section div.section-bottom,
#bottom-content .section div.section-bottom,
#content .section div.section-bottom {
   background: #ADADAD url(images/ContentSectionBottom2Col.gif) no-repeat;
}

div#utility
{
	float: left;
	clear: left;
	width: 190px;
	background-color: #15232C;
} 

div#sidebar {
	display: none
} 

div#footer {
	clear: both; 
   height: 60px;
   padding: 0; 
	margin: 0 8px; 
}

