* {
    padding: 0px;
    margin: 0px;
}

BODY {
    margin-top: 10px;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    background-color: #003300;
}

A:link {
    text-decoration: underline;
    color: #030;
}

A:visited {
    text-decoration: underline;
    color: #030;
}

A:hover {
    text-decoration: underline;
    color: #060;
}

A:active {
    text-decoration:none;
    color: #060;
}

.cl {
    clear: both;
}

#container {
   width: 900px;
   margin: 0 auto;
   padding: 4px;
   text-align: left;
   background-color: #fff;
}

#header {
    display: block;
    background: url("images/pbb-header.gif") no-repeat transparent;
    width: 900px;
    height: 131px;
}


#header H1 {
    font-size: 64px;
    padding-top: 55px;
    padding-left: 10px;
    color: #003300;
    font-style: italic;
}

#wrapper {
    padding: 10px;
}

#content {
    width: 660px;
    float: left;
    padding-right: 10px;
}

#content H1 {
    padding-bottom: 10px;
    font-size: 28px;
    font-weight: normal;
}

#content H3 {
    padding-bottom: 4px;
    font-size: 20px;
    font-weight: normal;
}

#content H4 {
    padding-bottom: 2px;
    font-size: 11px;
    font-weight: normal;
}

#content P {
    line-height: 20px;
    padding-bottom: 14px;
}

#content blockquote {
	background: url(images/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.0em;
	padding-left: 28px;
}

#contentlinks {
    padding-bottom: 10px;
    font-size: 1px;
    font-weight: normal;
}

#sidebar {
    width: 210px;
    float: right;
}

#sidebar .sidebox {
    border: 1px solid #009900;
    margin-bottom: 10px;
}

#sidebar H1 {
    background-color: #ffc;
    font-size: 16px;
    font-style: italic;
    padding: 5px;
}

#sidebar UL {
    padding: 10px;
}

#sidebar LI {
    list-style-type: none;
    margin-bottom: 5px;
}

#sidebar A {
    color: #000;
} 
