﻿#wrapper
{
	margin: auto;
	padding: 0;
	width: 800px;
}

#left
{
	float: left;
}

#banner
{
	background: url(images/banner.jpg);
	height: 258px;
	width: 529px;
}

#content
{
	border: solid 1px White;
	background-color: White;
	min-height: 500px;
	padding: 0 10px;
	width: 507px;
}

#right
{
	float: right;
}

#navTop
{
	background: url(images/rightNav.jpg);
	height: 489px;
	width: 270px;
}

#navTop a,
#navTop a:visited
{
	color: #07163E;
	display: block;	
	margin-left: 30px;
	padding: 5px 0;
	text-decoration: none;	
	width: 170px;
}

#news
{
	background: url(images/newsGradiant.jpg);
	background-repeat: repeat-y;
	min-height: 270px;
	width: 270px;
}


/*secondary*/
#secBanner
{
	background: url(images/secBanner.jpg);
	float: left;
	height: 261px;
	margin-top: 5px;
	width: 532px;
}

#secNav
{
	background: url(images/secNav.jpg);
	background-repeat: repeat-x;	
	height: 266px;
	margin-left: 532px;
	width: 266px;
}

#secNav a,
#secNav a:visited
{
	color: #07163E;
	display: block;		
	margin-left: 30px;
	padding: 5px 0;
	text-decoration: none;	
	width: 180px;
}

#secContent
{
	background: url(images/curveBtm.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: White;
	line-height: 19px;
	min-height: 500px;
	padding: 10px;
	width: 778px;
}