body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #333333;	
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: url(../images/bg.gif) repeat-x;
}

.headerContainer{background: url(../images/head.jpg) center top no-repeat;}
.mainContainer{background: url(../images/hbg.gif) center repeat-y;}
.footerContainer{background: url(../images/footerBg.gif) center bottom no-repeat;}

.container
{
	width: 900px;
	margin: 0px auto;
	text-align: left;
}

.header
{	
	height: 404px;	
}

.breadCrumbs
{
	padding: 15px 20px 5px 20px;
}
.breadCrumbs a
{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
.breadCrumbs a:hover{color: #000000; text-decoration: underline;}

.content
{
	text-align: left;
	padding: 10px 20px 20px 20px;
}

.footer
{
	height: 175px;
	text-align: center;	
	color: #FFFFFF;
}
.footNav 
{
	height: 95px;
	padding: 5px 20px 0px 20px;
}
.footNav a
{
	color: #FFFFFF;
	text-decoration: none;
}
.footNav a:hover {text-decoration: underline; color:#CCCCCC;}


.nav
{
	height: 290px;
	padding: 53px 0px 0px 300px;
}

h1
{
	padding: 0px;
	margin: 0px;
	color: #000000;
	font-size: 22px;
}
a
img{border: none;}