/* Base Weblog (base-weblog.css) */

/* basic elements */

html {
    margin: 0;
    /* setting border: 0 hoses ie6 win window inner well border */
    padding: 0;
}

body {
    margin: 0;
    /* setting border: 0 hoses ie5 win window inner well border */
    font-family: verdana, 'trebuchet ms', sans-serif;
    font-size: 14px;
    background-color: #cccccc;
}

form { margin: 0; padding: 0; }
a { color: #333333; text-decoration: none; border-bottom: 1px dotted #333333; }
a:hover { color: #68c2a8; text-decoration: none; border-bottom: 1px solid #68c2a8; }
a img { border: 0; text-decoration: none; }
a:hover img { border: 0; text-decoration: none; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
    margin-top: 10px;
    margin-bottom: 10px;
}


/* page layout */

body { text-align: center; } /* center on ie */

#container {
    position: relative;
    margin: 0 auto; /* center on everything else */
    width: 840px;
    text-align: left;
    background-color: #ffffff;
}

#header { 
position: relative;
width: 840px;
margin: 0px;
padding: 0px;
 }

#content { 
position: relative;
width: 840px;
margin: 0px;
padding: 0px;
 }

#banner { 
position: relative;
width: 840px;
margin: 0px;
padding: 0px;
 }

#footer { 
position: relative;
width: 840px;
margin: 0px;
padding: 0px;
 }


/* header */

.header-body { 
position: relative;
width: 840px;
margin: 0px;
padding: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
 }

.header-body img { 
margin: 0px;
padding: 0px;
border: 0px;
 }

.header-body a { 
text-decoration: none;
border: 0px;
 }

.header-body a:hover { 
text-decoration: none;
border: 0px;
 }


/* content */

#content-banner {
width: 800px;
margin: 20px;
padding: 0px;
background-color: #ffffff;
color: #555555;
font-size:11px;
font-family: 'Gill Sans', verdana, 'trebuchet ms', sans-serif;
font-weight: normal;
line-height: 130%;
text-align: center;
}

#content-left {
float: left;
width: 250px;
margin: 0px;
padding: 0px;
 }

#content-info { 
position: relative;
float: left;
width: 150px;
margin: 0px;
padding: 0px;
 }

.content-info-inner { 
margin: 0px;
padding-top: 50px;
padding-bottom: 10px;
padding-right: 10px;
padding-left: 10px;
background-color: #ffffff;
color: #555555;
font-size:11px;
font-family: 'Gill Sans', verdana, 'trebuchet ms', sans-serif;
font-weight: normal;
line-height: 130%;
 }

.content-info-inner ul { 
padding-left: 0px;
margin: 0px;
margin-bottom: 10px;
}

.content-info-inner li {
line-height: 130%;
list-style-type: none;
margin-bottom: 10px;
}

#content-catch { 
position: relative;
float: right;
width: 150px;
margin: 0px;
padding: 10px;
 }

#content-menu { 
position: relative;
float: left;
width: 320px;
margin: 0px;
padding: 0px;
 }

.content-menu-inner { 
margin: 0px;
padding: 10px 20px 0px 20px;
color: #555555;
font-size: 12px;
font-family: 'Gill Sans', verdana, 'trebuchet ms', sans-serif;
font-weight: normal;
line-height: 130%;
 }


.content-menu-inner ul { 
padding-left: 0px;
margin: 0px;
margin-bottom: 10px;
}

.content-menu-inner li {
line-height: 130%;
list-style-type: none;
margin-bottom: 10px;
}

#content-body { 
position: relative;
float: right;
width: 520px;
margin: 0px;
padding: 0px;
 }

.content-body-inner { 
margin: 0px;
padding: 10px;
color: #555555;
font-size:14px;
font-family: 'Gill Sans', verdana, 'trebuchet ms', sans-serif;
font-weight: light;
line-height: 170%;
 }

.content-body-inner h2 { 
font-size: 11px;
color: #999999;
font-weight: light;
 }

.content-body-inner h3 { 
font-size: 17px;
color: #68c2a8;
font-weight: light;
text-align: left;
margin: 30px 0px 20px 0px;
border-bottom: 1px solid #666666;
 }

.content-body-inner h4 { 
width: 350px;
font-size: 12px;
font-color: #999999;
font-weight: bold;
padding: 10px;
 }

.content-body-inner strong { 
font-size: 13px;
font-color: #000000;
font-weight: bold;
padding: 20px 0px 15px 0px;
 }


/* banner */

.banner-body { 
padding:10px;
font-size: 10px;
font-family: 'Gill Sans', verdana, 'trebuchet ms', sans-serif;
font-weight: light;
text-align: center;
line-height: 130%;
 }

.banner-body-container {
padding: 10px;
}

/* footer */

.footer-body { 
padding:10px;
font-size: 10px;
font-family: 'Gill Sans', verdana, 'trebuchet ms', sans-serif;
font-weight: light;
text-align: center;
line-height: 130%;
 }

.footer-body-container {
float: left;
margin: auto;
text-align: center;
}