html, body{
min-height:100%;
}

html{
background:url(../images/green_metal.jpg) repeat-x fixed;
background-color:#5E774D;
}

a:hover{
text-decoration:underline;
}

a:active, a:focus{
outline:none;
}

#wrapper{
width:650px;
margin:0 auto;
padding:100px 0;
color:#000;
font-size:11pt;
line-height:18pt;
}

#header, #menu, #content, #footer{
position:relative;
padding-right:60px;
padding-left:46px;
}

#header{
height:64px;
padding-top:36px;
background-image:url(../images/header_bg.png);
}

#header h1 a{
display:block;
position:relative;
width:150px;
height:46px;
margin:0;
text-indent:-9999px;
background-image:url(../images/obledesign.png);
}

#header h1 a:hover{
text-decoration:none;
}

#menu, #content{
background-image:url(../images/content_bg.png);
}

#menu ul{
overflow:hidden;
}

#menu a:hover{
color:#8a290c;
}

#menu a.parent{
display:block;
width:19px;
height:20px;
margin:0;
padding:0;
text-indent:-9999px;
background:url(../images/up_arrow.png) center bottom;
}

#content{
min-height:200px;
}

#footer{
height:28px;
padding-top:40px;
padding-bottom:32px;
background-image:url(../images/footer_bg.png);
}