@CHARSET "ISO-8859-1";
body{
color:#f2ebdb;
font-family:Arial, san-serif;
font-size:13px;
background:url(../images/gradient-bg.png) repeat-x #ae6813;
}

/* iepngfix */
img, div { behavior: url(inc/iepngfix.htc); }

#page {
height: 100%;
position: relative;
margin-left: auto;
margin-right: auto;
width: 989px;
}

#wrapper {
height: 100%;
position: relative;
margin-left: auto;
margin-right: auto;
width: 989px;
}

#header{
height: 124px;
padding-top:10px;
text-align: center;
}


#header_logo {
width: 100%;
padding: 0;
/*margin: 0 0 0 3px;*/
}

#header_logo a img{
	border:none;
}

#content {
    width: 100%;
}



#footer{
clear:both;
margin: 10px 0 0 0;
padding-bottom: 10px;
width: 989px;
}

h1, h2, h3{
margin:10px 0;
}

h1{
font-size:20px;
}

h2{
font-size:16px;
}

h3{
font-size:14px;
font-style:italic;
margin: 0 0 8px 0;
}

p{
margin:10px;
}

blockquote{
	border-top:#ccc 1px solid;
	border-bottom:#ccc 1px solid;
	padding:2px;
	font-family:Georgia, Serif;
	color:#666;	
}

pre{
	font-size:11px;
	border:#ccc 1px solid;
	padding: 10px;
}


ul#footer-menu {
    font-size: .86em;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
#footer-menu li {
display: inline;
list-style: none;
    margin: 0;
    padding:  0 1px;
}

#footer p#copyright {
    color: #fff;
    font-size: 90%;
    margin: 8px 0 0;
    padding: 0;
    text-align: center;
}
/* #footer a */
#footer a {
    text-decoration: none;
}
#footer a:link{
    text-decoration: none;
}
#footer a:visited{
    text-decoration: none;
}
#footer a:active{
    text-decoration: none;
}
#footer a:hover{ 
    text-decoration: underline;
}