@charset "utf-8";

@import "common.css";
@import "content.css";


body {
margin:0;
font-size:11px;
line-height:20px;
color:#323232;
font-family:Arial, Helvetica, sans-serif;
background:#252527 url(../images/background.jpg) top repeat-x;
}

a {
color:#6f8b92;
text-decoration:underline;
}

a:hover {
text-decoration:none;
}

h1 {
font-size:13px;
font-weight:normal;
text-transform:uppercase;
color:#b88c4e;
margin:5px 0;
}

p {
margin:4px 0;
}

h2 {
font-size:13px;
font-weight:normal;
color:#b88c4e;
margin:2px 0;
}

h3 {
font-size:12px;
font-weight:bold;
margin:0 0 2px 0;
}


/********************** Frames ****************************/


#top_frame {
height:83px;
width:1000px;
margin:auto;
overflow:hidden;
}

#logo {
width:254px;
height:151px;
position:absolute;
background:url(../images/logo.gif);
margin-left:-5px;
filter:alpha(opacity=90);
-moz-opacity:0.9;
opacity: 0.9;
z-index:50;
}

#top {
float:right;
width:800px;
text-align:right;
margin-top:0px;   
}

#header_frame {
width:1000px;
margin:auto;
}

#content_frame_outer {
overflow:hidden;
background:#fbfbfb url(../images/bg_content.gif) 0px 1px repeat-x;
}

#content_frame {
width:1000px;
margin:auto;
padding:32px 0;
}


#footer_frame {
margin:auto;
text-align:center;
background:#2f2f30 url(../images/footer_bg.gif) top repeat-x;
padding:21px 0;
color:#686868;
font-size:11px;
line-height:17px;
}

#footer_frame a {
color:#686868;
text-decoration:none;
}




