
body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background:url(../images/tile.jpg) repeat-x #ECE9E2;
}

body a
{
	text-decoration: none;
}

body img
{
	border: 0px;
}

#bkgContainer {
	height:100%;
	width:100%;
	margin:auto;
	}

#innerContainer {
	width:1000px;
	height:auto;
	margin:auto;
}

/******************************
Header
******************************/

#headerContainer {
	width:1000px;
	height:231px;
	float:left;
	background:url(../images/header.jpg) no-repeat;
}

/******************************
Nav
******************************/

#navContainer {
	width:1000px;
	height:51px;
	float:left;
	font-family: Myriad Pro, Helvetica;
	color: #ffffff;
	font-size: 16px;
}
.navDivider
{
	height: 37px;
	width: 1px;
	background: url(../images/divider2.png) no-repeat;
}

/******************************
Content Box
******************************/

#contentContainer {
	width:1002px;
	height:367px;
	float:left;
	padding-top:15px;
	margin-top: 15px;
}
#contentContainer2 {
	width:1002px;
	height: 100%;
	float:left;
	padding-top:15px;
	margin-top: 15px;
	padding-bottom: 15px;
}
#contentTop
{
	width: 1002px;
	height: 1px;
	background: url(../images/top_boarder.png) no-repeat;
}
#contentBottom
{
	width: 1002px;
	height: 2px;
	background: url(../images/bottom_boarder.png) no-repeat;
}
#contentMiddle
{
	width: 982px;
	height: 100%;
	background: url(../images/middle_boarder.png) repeat-y;
	padding-left: 20px;
	margin-right: 20px;
}
#contentMiddle a
{
	color: #000000;
}

/******************************
Footer
******************************/

#footerContainer {
	width:1000px;
	height:33px;
	float:left;
}

#footerLinks {
	width:579px;
	height:33px;
	float:left;
	color: #656565;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	padding-left: 40px;
	padding-top:15px;
}
#footerLinks a
{
	color: #656565;
}

#footerImage {
	width:381px;
	height:33px;
	float:right;
	background:url(../images/top5link.jpg) no-repeat;
}