BODY
{
background: URL('images/bg.png');
font-family: "Verdana";
font-size: 14px;
color: #9c9898;
height:100%;
	text-align: center;
	margin: 0px 0px 0px 0px;
}

h1, h2
{
font-family: "Verdana";
font-size: 14px;
color: #9c9898;
margin: 0px 0px 0px 0px; 
padding: 0px 0px 0px 0px; 
top : 0px; 
right : 0px;
bottom : 0px; 
left : 0px;
font-weight: normal;
display: inline; 

}

#Banner{
	position: absolute;
width: 100%;
height:311px;
background: URL('images/headerFade.png');
top: 0px;
left: 0px;
z-index: -1;

}

#ContentWrapper
{
		width: 767px;
	margin-left: auto !important;
	margin-right: auto!important;

	
}

#top
{
	padding-top: 75px;
	padding-bottom: 15px;
}

#TT{
	background: URL('images/TT.png');
	width: 355px;
	height: 45px;
	float: left;
	margin-left: 38px;
}

#menu{
	background: URL('images/menu.png');
	width:212px;
	height: 44px;
	float: right;
	margin-top: 3px;
	margin-right: 20px;
	text-align: center;
	background-repeat: no-repeat;
}

#menuText{
	padding-top: 12px;
}

#introText{
	
	font-size: 18;
	
	
}

#Content
{
	width: 767px;
	height: 591px;
	background: URL('images/content.png');	
	padding-top: 35px;
	padding-left: 30px;
	padding-right: 40px;
	background-repeat: no-repeat;
}

#ContentHolder
{
	width:696px;
	height: 520px;
	overflow: auto;	
}

#Menu ul, li
{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

#Menu li
{
font-family: "Castellar";
font-size: 14px;
float: left;
list-style: none;
padding: 5px 20px;
background: URL('images/menuBg.png');
height: 28px; 
background-repeat: repeat-x;
}

#Menu #menuEnd{
background: URL('images/menuFade.png');
width: 77px;
background-repeat: no-repeat;
}

#Menu #activePage
{
background: URL('images/menuActive.png');
background-repeat: repeat-x;
color: #8a0606;
}


a:link {
text-decoration: none;
color: #9c9898;
}

a:visited {
text-decoration: none;
color: #9c9898;
}

a:hover {
text-decoration: none;
font-weight: bolder;
color: #9c9898;
}

a:active {
text-decoration: none;
font-weight: bolder;
color: #9c9898;
}



.footer, .push {
    height: 20px; /* .push must be the same height as .footer */
  }