body {
background-attachment:fixed;
background-color:#F1F1F1;
background-image:none;
color:#181818;
font-family:Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
font-size:14px;
margin:0;
text-align:center;
}

#page {
display:block;
margin:auto;
padding-bottom:20px;
text-align:left;
max-width:1050px;
width:100%
}

#page_parts {
max-width:800px;
width:100%;
float:left;
margin-left:50px;
}

@media screen and (max-width: 850px) {
    #page_parts {
        margin-left:0px;
    }
}


#page_header {
background-image:url(/images/header.jpg);
background-position:top;
background-repeat:no-repeat;
height:177px;
margin:0;
padding:0;
position:relative;
top:0;
max-width:800px;
width:100%;
}

#page_main {
background-image:url(/images/background.jpg);
background-position:top;
background-repeat:no-repeat;
clear:both;
display:block;
margin:0;
padding:25px 0 0 0;
position:relative;
max-width:800px;
width:100%;
}

#page_content {
font-size:1em;
margin:0;
text-align:left;
max-width:680px;
width:95%;
padding-left:70px;
min-height:300px;
}

@media screen and (max-width: 850px) {
    #page_content {
        padding-left:20px;
    }
}

#page_footer {
background-image:url(/images/footer.jpg);
background-position:top;
background-repeat:no-repeat;
clear:both;
color:#181818;
font-size:0.8em;
height:100px;
position:relative;
text-align:center;
top:0;
max-width:800px;
width:100%;
margin-top:25px;
padding-top:35px;
}

h1 {
background-color:transparent;
background-image:url(/images/background_header.png);
background-repeat:no-repeat;
color:#181818;
display:block;
font-size:1.5em;
margin:5px 0;
text-align:left;
max-width:740px;
width:95%;
margin-left:-65px;
text-indent:63px;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}           

@media screen and (max-width: 850px) {
    h1 {
        margin-left:-40px;
        text-indent:63px;
    }
}

h2 {
background-color:transparent;
background-image:url(/images/background_header.png);
background-repeat:no-repeat;
color:#181818;
display:block;
font-size:1.2em;
margin:5px 0;
text-align:left;
max-width:740px;
width:95%;
margin-left:-65px;
text-indent:0px;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
padding-left: 63px;
white-space: normal;
}

@media screen and (max-width: 850px) {
    h2 {
        margin-left:-40px;
        text-indent:0px;
    }
}

hr.line {
background:#33A833;
border:0;
color:#33A833;
height:1px;
}

p {
color:#181818;
font-size:1em;
margin-top:0;
display:block;
text-align:left;
max-width:680px;
width:95%;
}

span.mini {
font-size:0.8em;
}

img {
border:none;
display:block;
}

ul {
list-style-type:square;
width: 80%;
}

a:link,a:active,a:visited {
color:#33A833;
text-decoration:none;
}

a.footer:link,a.footer:active,a.footer:visited {
color:#181818;
text-decoration:none;
}

a:hover,a.footer:hover {
color:#33A833;
text-decoration:underline;
}

.error {
background-color:#EED2D1;
}