@charset "utf-8";
/* CSS Document */


html, body{
margin:0;
padding:0;
}

#page_container{
width:1040px;
margin:auto;
background-image:url(images/bg1.jpg);
background-repeat:repeat-y;
}

#wrapper{
width:1000px;
height:auto;
margin:auto;
background-color:#FFFFFF;
}

body{
background-color:#FF9900;
font-family:Calibri,Verdana, Arial, Helvetica, sans-serif;
font-size:.9em;
}

#header{
width:1000px;
height:200px;
background-image:url(images/header_home_2.jpg);
background-repeat:no-repeat;
}

#nav{
width:160px;
height:auto;
padding:20px;
float:left;
}



#leftad{
width:140px;
height:auto;
padding:10px 0px 10px 0px;
margin:auto;
text-align:center;
background-image:url(images/ad_header2.jpg);
background-position:top;
background-repeat:no-repeat;
border-bottom:#FFCC33 1px solid;
}

#content{
width:540px;
height:auto;
padding:10px;
float:left;
}

#right_column{
width:160px;
padding:20px;
float:left;
}

#footer{
width:980px;
padding: 10px;
clear:both;
text-align:center;
}

body h1{
font-size:1.6em;
color:#FF3300;
}

body h2{
font-size:1.1em;
color:#FF6600;
}

body h3{
font-size:1.1em;
color:#000099;
}

body h4{
font-size:1.3em;
color:#339900;
}

body h5{
font-size:1.4em;
color:#000000;
}

h6{
font-size:2em;
color:#000000;
font-style:italic;
}

body h1 a{
font-size:1.6em;
color:#FF0000;
}
