/* Dr. Kuwabara CSS */

body {
background-image: url(images/pageBG.jpg);
background-position: bottom center;
background-repeat: repeat-x;
background-color: #73b764;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #6c6f70;
font-size: 12px;
margin: 0;
padding: 0;
}

#pagewrapper {
width: 1000px;
margin: 0 auto;
background-image: url(images/contentBG.png);
background-position: top center;
background-repeat: repeat-y;
}

#header {
width: 900px;
margin: 0 auto;
}

#content {
width: 860px;
margin: 0 auto;
padding-top: 20px;
padding-bottom: 20px;
}

#content p {
line-height: 20px;
padding-top: 0;
padding-bottom: 10px;
margin: 0;
}

#content ul {
padding-bottom: 20px;
padding-left: 14px;
margin: 0;
}

#content li {
padding-bottom: 6px;
}

h1 {
font-weight: bold;
font-size: 20px;
margin: 0;
padding-bottom: 5px;
color: #73b764;
}

h2 {
font-weight: bold;
font-size: 16px;
margin: 0;
padding-bottom: 5px;
color: #2c7148;
}

h3 {
font-weight: bold;
font-size: 12px;
margin: 0;
padding-bottom: 5px;
color: #2c7148;
}

h4 {
font-weight: bold;
font-size: 16px;
margin: 0;
padding-bottom: 5px;
color: #73b764;
padding-top: 10px;
}

ul#links a {
color: #6c6f70;
text-decoration: none;
}

ul#links a:hover {
color: #000000;
text-decoration: underline;
}

a.clean {
color: #6c6f70;
text-decoration: none;
}

a.clean:hover {
color: #000000;
text-decoration: underline;
}

#footer {
width: 600px;
margin: 0 auto;
border-top: 1px solid #6c6f70;
text-align: center;
clear: both;
padding: 10px 0;
font-size: 10px;
}

#footer a {
color: #73b764;
text-decoration: none;
}

#footer a:hover {
color: #000000;
text-decoration: underline;
}
