/* ~~ The header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo. ~~ */
.header2 {
	background-image: url(../images/footer_texture.png);
	height:66px;
}

.footer {
	height: 170px;
	padding: 10px 0;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	background-image:url(../images/footer_texture.png);
}

.footer_reg {
	height: 70px;
	padding: 10px 0;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	background-image:url(../images/footer_texture.png);
}

.foottext {
	font-weight: 600;
	font-size: 120%;
	line-height: normal;
    color: #FFFFFF;
    font-family: Helvetica, sans-serif;
}

a.headerlink:link
{
    color: #FFFFFF;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 150%;
	text-decoration:none;
}

a.headerlink:active
{
    color: #ff9900;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 150%;
	text-decoration:none;
}

a.headerlink:visited
{
    color: #FFFFFF;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 150%;
	text-decoration:none;
}

a.headerlink:hover
{
    color: #ff9900;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 150%;
	text-decoration:none;
}

a.footlink:link
{
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 80%;
	text-decoration:none;
}

a.footlink:active
{
    color: #ffd800;
    font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 80%;
	text-decoration:none;
}

a.footlink:visited
{
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 80%;
	text-decoration:none;
}

a.footlink:hover
{
    color: #ffd800;
    font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 80%;
	text-decoration:none;
}