body {
background: #e9e7dc;
margin: 0;
padding: 0px;
font: 12px Verdana, Arial;
text-align: center;
color: #333333;
background-image: 
url('images/bg.jpg');
background-position:top center;
background-repeat: repeat-y;
}

h1 {
font-size:22px;
}

h2 {
font-size:16px;
}

#header {
width: 840px;
height: 221px;
margin: 0 auto;
padding:0px;
border-top: 0;

}



#tag {
margin: 0 auto;
width: 840px;
height:30px;
padding-left:40px;
text-align: left;
font-weight:bold;
}

#menu {
margin: 0 auto;
width: 840px;
height:34px;
text-align: left;
color:#ffffff;
background-image: 
url('images/bg_sidebar.jpg');
background-repeat:repeat-x;
background-position:top center;
padding-top:5px;
border-top:1px solid #666666;
}

#menu li {
display: inline;
list-style-type: none;
list-style-position:outside;
padding-left:22px;

}

#menu a:link, #menu a:visited {
color: #fff;
text-decoration: none;
}

#menu a:hover {
color: #fdbe00;
text-decoration: none;
}

#content {
width: 840px;
margin: 0 auto;
padding: 0 0 0px;
text-align: left;
border-top:4px dotted #cccccc;
}


#content td {
font: 12px Verdana, Arial;
text-align: left;
padding-right:20px;

}

#main {
float:left;
width: 600px;
margin-top:20px;
margin-left:20px;
line-height:1.6em;
}

#main_pages {
float:left;
width: 730px;
margin-left:20px;
margin-top:20px;
line-height:1.6em;
}

#main img{
padding: 4px;
margin-bottom: 15px;
border: 1px solid #cccccc;
}

#main_pages img{
padding: 4px;
margin-right: 25px;
margin-bottom: 15px;
border: 1px solid #cccccc;
line-height:1.6em;
}

#sidebar {
float:right;
width: 150px;
margin-right:25px;
padding-top:6px;
padding-bottom:10px;
padding-left:10px;
padding-right:10px;
margin-top:20px;
background-image: 
url('images/bg_sidebar.jpg');
background-repeat:repeat-x;
border-bottom: 1px solid #cccccc;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
line-height:1.6em;
}

.sidebar_header {
color:#fff;
}

#footer {
width: 840px;
height:50px;
margin: 0 auto;
padding: 0 0 0px;
text-align: left;
border-top: 0;
clear:both;
}

#footnote {
width: 840px;
text-align: center;
margin: 0 auto;
padding-bottom:20px;
border-top: 0;
}

p {
    line-height:1.6em;
}
