/* CSS Document */

html, body {
		height: 100%;
		background-color:#FFFFFF;
		background-image:url(images/bg.gif);
		background-repeat:repeat-x;
	}

	body {
		margin: 0;
		padding: 0;
		text-align: center;
		font-family:"Lucida Grande", Verdana, Arial;
		color:#4a462f;
		font-size:11px;
		line-height:17px;
	}

	#ContentHome {
		margin: 0 auto;
		text-align: left;
		width: 859px;
		background-image:url(images/homeBG.jpg);
		background-repeat:no-repeat;
		position:relative;
	}
	
	
	#ContentSub {
		margin: 0 auto;
		text-align: left;
		width: 859px;
		background-image:url(images/subBG3.jpg);
		background-repeat:no-repeat;
		position:relative;
	}
	
		#Footer {
		font-size:9px;
	}
	
	#Footer a:link
{
	text-decoration:none;
	color:#4a462f;
}

#Footer a:visited
{
	
	text-decoration:none;
	color:#4a462f;
}

#Footer a:hover
{

	text-decoration:none;
	color:#CCCCCC;
}

#Footer a:active
{
	text-decoration:none;
	color:#4a462f;
}