﻿body
{
	background-color: #1A183D;
	color: #1A183D;
	font-family: Tahoma;
	font-size: 90%;
	margin: 0;
}

#wrapper
{
	margin: auto;
	width: 1000px;
}

#banner
{
	background: url(images/banner.jpg);
	height: 157px;
	width: 1000px;
}

#nav
{
	float: right;
	margin-right: 0px;
	width: 600px;
}

#nav a,
#nav a:visited
{
	color: #1A183D;
	display: block;
	float: left;	
	margin: 0 12px;
	padding: 5px;	
	text-decoration: none;
}

#nav a:hover
{
	color: #6D302F;
}

#btm
{
	background: url(images/bgLeft.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#btm2
{
	background: url(images/bgTopRt.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#btm3
{
	background: url(images/bgBtmRt.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 643px;
	width: 1000px;
}

#imageRotate
{
	float: right;
	height: 350px;
	margin-right: 40px;
	margin-top: 70px;
	width: 525px;
}

#searchBtn
{
	background: url(images/searchBtn.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 46px;
	margin: 0 0 15px 70px;
	padding-top: 6px;
	width: 246px;
}


#hpText
{
	font-size: 9pt;	
	letter-spacing: .01em;
	line-height: 15px;
	margin-left: 80px;
	margin-top: 13px;
	width: 320px;
	word-spacing: .01em;
}

#footer
{
	color: White;
	margin: auto;
	padding: 15px;
	text-align: center;
	width: 1000px;	
}


/* secondary */
#contentTopShadow
{
	background: url(images/contentShadow.jpg);
	padding-top: 10px;	
}

#content
{
	background: url(images/secBG.jpg);	
	padding: 0 10px;	
	padding-bottom: 10px;
	width: 980px;
}
