@charset "utf-8";
/* INDEX STYLES ============================================================================================  */


body {
	margin: 0px;
	background-color:#595959;
}

#header {
	margin: 0 auto;
	width: 100%;
	background-image: url(../images/index_topBg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#header-Content {
	margin: 0 auto;
	width: 970px;
	height:185px;
	background-image: url(../images/index_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:280px;
	padding-left: 30px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #FFFFFF;
}
#animalFeet {
	margin: 0 auto;
	width: 1000px;
	height:15px;
	background-image: url(../images/index_animalFeet.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#flags {
	margin: 0 auto;
	width: 1000px;
	height:145px;
	background-image: url(../images/background_greyStripes.gif);
	background-repeat: repeat;
	background-position: left top;
}

a.whiteLink:link, a.whiteLink:visited {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
}
a.whiteLink:hover {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#f58220;
	text-decoration:none;
}

#footerBg {
	margin: 0 auto;
	width: 100%;
	height: 55px;
	overflow:visible;
	background-image: url(../images/footerBg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#footerText {
	margin: 0 auto;
	width: 1000px;
	padding: 5px 0px 5px 0px;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}
#footerText a:link, #footerText a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:none;
	text-transform: uppercase;	
}
#footerText a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #f58220;
	text-decoration:none;
	text-transform: uppercase;	
}

#copyright {
	margin: 0 auto;
	width: 1000px;
	padding-top: 5px;
	line-height: 20px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}
#copyright a:link, #copyright a:visited {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff900;
	text-decoration:none;
}
#copyright a:hover{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #f58220;
	text-decoration:none;
}


