@charset "utf-8";

#wrapper03 {
width:860px;
}
#header01 {
position:fixed;
top:0;
z-index:10;
background-color:#fff;
margin-bottom:0;
padding-bottom:45px;
}

/* main content globals */
#main {
position: relative;
top:202px;
width:860px;
margin:0 auto 202px;
padding-top:33px;
background-color:#eaeadd;
color:#323232;
}
#main h2 {
margin-bottom:37px;
padding-left:36px;
background:transparent url(/images/static_bg_dot.png) left top repeat-y;
}
#main h3 {
position: relative;
margin:0 36px 25px;
padding-left:20px;
background:transparent url(/images/static_icon_gt.png) left center no-repeat;
}
#main p {
margin-bottom:19px;
line-height:1.8;
font-size:1.1em;
}
#main hr {
clear:both;
height: 0;
margin:37px 36px;;
border:none;
border-bottom:1px solid #828282;
}

/* page navigation */
#main .links {
clear:both;
height:2em;
margin:0 36px;
padding-top:51px;
}
#main .links a {
color: #000;
}
#main .links ul {
float:left;
width:650px;
font-size:1em;
}
#main .links ul li {
float:left;
margin-right:50px;
}
#main .links p {
float: right;
width:69px;
margin-top:5px;
margin-bottom:0;
}
