@import 'reset.css';


html,body {height:100%;}

body {
background:#2c292a url('../assets/images/body_bg01.gif')  repeat-x fixed;
	color: #535051;
	text-align: center;
	font-size: 62.5%;
	font-family: "Lucida Grande", Tahoma, Arial;
}

h1,div>a {position:absolute;}

h1 {left:50%; top:0; width:848px; padding-left:112px; margin-left:-480px;}

div>a {left:50%; top:17px; margin-left:-461px;}


#wrap {min-height:100%; background:url('../assets/images/footerBg.png') repeat-x 0 100%;}

#wrap>div {padding:0px 0 0px;}

#container{
	margin: 0 auto 0 auto;
	width: 910px;
}

#masthead{
	position: relative;
	height: 100px;
	margin-left: 50px;
}

	
#masthead h1{
	float: left;
	width: 274px;
	height: 68px;
	background: url(../assets/images/logo.png) no-repeat;
	text-indent: -5000px;
	margin-top: 20px;
}

#masthead h1 a{
	width: 274px;
	height: 68px;
	text-align: left;
	display: block;
}

#masthead ul#top-nav {
	position: absolute;
	left: 740px;
	top: 70px;
	color: #666666;
}

#masthead ul#top-nav li {
	font-size: 1.2em;
	padding: 0 6px 0 0;
	float: left;
}

#masthead ul#top-nav li a{
	color: #999;
	text-decoration: none;
}

#masthead ul#top-nav li a:hover{
	color: #b1d1de;
	text-decoration: none;
	border-bottom: 1px dotted #b1d1de;
}

#content p {background:url('../assets/images/boxStart.png') no-repeat 50% 0; padding-top:24px; text-align:center;}

#content {background:url('../assets/images/boxEnd.png') no-repeat 50% 100%; padding-bottom:24px;}

a img {border: 0 none;}

div#footer {
	position: relative;
	height: 90px;
	margin-bottom: 50px;
}

#footer p {
	height: 50px;
	width:400px;
	text-align:justify;
	line-height: 1.4em;
	color: #999999;
	font-size: 1em;
	position: absolute;
	left: 10px;
	top: 10px;	
	padding-bottom: 100px;
}

 ul#footer-nav {
	font-size: 1.1em;
	line-height: 1.4em;
	position: absolute;
	width: 380px;
	right: 0px;
	top: 50px;
}

 ul#footer-nav li {
    padding: 0 5px 0 0;
	float: left;
	display: inline;
	text-align:right;
}

ul#footer-nav li a{
	color: #666; 
	text-decoration:none;
}

ul#footer-nav li a:hover{
	color: #b1d1de; 
	text-decoration: none;
	border-bottom: 1px dotted #b1d1de;
}