html, body {
border:0;
margin:0;
padding:0;
}
 
body {
	background: #000;
	font: 75% verdana, arial, helvetica, tahoma, sans-serif;
	line-height: 18px;
}
h1 {
padding:20px 0;
letter-spacing:-1px;
font:2em arial, helvetica, sans-serif;
}
h2 {
padding:20px 0;
letter-spacing:-1px;
font:1.5em arial, helvetica, sans-serif;
}

#age_wrapper          
{ width:90%; height: 534px; margin:0 auto; background: #1b1a1c url(img/wood_bg.gif) repeat center top; padding-top: 25px;padding-left: 10%;}

#custodian 
{
	clip: rect(auto,auto,auto,auto);
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	right: 5px;
	position: fixed;
	top: 5px;
}

div.age_wrap {
width:500px;
margin-top: 50px;
margin-left: 313px;
color: #fff;

}

div.age_footer {
	background-color: #000;
	width:100%;
	height: 100%;
	margin-top: 415px;

}

.float-left    { float:left; }
.float-right   { float:right; }


