@charset "utf-8";
/* CSS Document */
html {
background-image:url(images/backgroundlanding.png);
background-repeat:repeat-x;
background-color:#414141;
}

body {
margin:130px 0px 0px 0px; padding:0px;
text-align:center;
}

body p{
color:#000000;
font-size:12px;
line-height:20px;
font-family: arial, "lucida console", sans-serif;
}

a {outline:none; }

#template {
width:955px;
margin:0px auto;
text-align:left;
padding:0px;
}

#branding {
float:left;
width:955px;
height:115px;
margin:0px;
padding:0px;
background-image:url(images/logo.png);
background-repeat:no-repeat;
border:0px;
}

h1#logo{
text-indent:-9999px;
margin:0px 0px 0px 0px;
padding:0px;
display:block;
height:115px;
width:955px;
}

a#alogo{
float:left;
text-indent:-9999px;
margin:0px 0px 0px 5px;
padding:0px 0px 0px 0px;
display:block;
height:90px;
width:250px;
}

#content{

	float:left;
	height:342px;
	width:955px;
	margin:0px;
	padding:0px;	
}

#container{

	float:left;
	margin:80px 0px 0px 0px;
	padding:0px;
}

#footer{
	width:845px;
	height:84px;
	margin:0px 0px 0px 55px;
	padding:0px;
	float:left;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	border:#4a4a4a solid;
	border-bottom-width:0px;
	border-top-width:0px;
	border-right-width:1px;
	border-left-width:1px;
	
}

h2#h2footer{
	margin:0px;
	padding:0px;
	text-indent:-9999px;
}



