
body {
text-align: center;
}

#wrapper {

display: block;
width: 865px;
margin: auto;
text-align: left;
}

#header {
display: block;
height: 80px;
width: 900px;
color: white;

}
body {
padding: 0px;
margin: 0px;
background: url('/images/background.gif');
background-repeat: repeat-x;
font-family: Trebuchet MS, Arial, Helvetica;
}

h1 {
display: inline;
font-size: 11px;
font-weight: normal;
padding: 0px;
margin: 0px;

}

#logo {

font-size: 27px;
padding: 0px;
margin: 0px;
line-height: 46px;
}
#logo a {
color: white;
text-decoration: none;

}

#logo a:hover {
text-decoration: underline;
}

/* navigation */
#navigation {
display: block;

height: 25px;
line-height: 40px;
padding-top: 7px;
}
#navigation ul
{
list-style: none;
padding: 0;
margin: 0
}

#navigation li
{
float: left;
margin:0px;
margin-right: 13px;
} 


#navigation a
{

display: block;
height: 25px;
font-family: arial, helvetica;
font-size: 12px;
font-weight: bold;
color: white;
background: #d2530e url('/images/nav-left.gif') left top no-repeat;
text-decoration: none;

} 

#navigation a span
{
line-height: 25px;
padding-left: 10px;
padding-right: 10px;
display: block;
height: 25px;
background: url('/images/nav-right.gif') right top no-repeat;

} 


#navigation a:hover
{
color: white;
background: #666666 url('/images/nav-hover-left.gif') left top no-repeat;
display: block;
height: 25px;
}

#navigation a:hover span
{
background: url('/images/nav-hover-right.gif') right top no-repeat;
line-height: 25px;
padding-left: 10px;
padding-right: 10px;
display: block;
height: 25px;
}

#maincontent {
float: left;
text-align: justify;
width: 600px;
font-size: 14px;
}

#maincontent h2 {
font-size; 21px;
font-weight: normal;
display: inline;
}

#rightcontent {
float: right;
}



.addthis_toolbox addthis_default_style, .addthis_button_compact {
font: 13px/1.5 Helvetica, Arial, "Liberation Sans", FreeSans, sans-serif;
line-height: 1;
font-weight; bold;
margin: 0px;
}

.addthis_toolbox addthis_default_style a, .addthis_button_compact a {text-decoration:none;


}
.addthis_toolbox addthis_default_style a:hover, .addthis_button_compact a:hover {text-decoration: underline}

.addthis {
text-align: right;
padding-top: 10px;
padding-bottom: 10px;
}