/*fonts */

body {
font-family: Verdana, Arial, sans-serif;
}

 body, p, li {
font-size: 13px;
}

h1 {
font-weight: bold;
font-size: 17px;
}

h2 {
font-weight: bold;
font-size: 13px;
}

h2 .date {
font-weight: normal;
font-size: 11px;
}

/* placememt */

div#maincontent{
float: left;
width: 75%;
}

div#sidebar
{
float: right;
width: 20%;
}

div#footer {
clear: both;
}

div#wrapper {
width: 728px;
margin: 0 auto;
text-align: left;
}

/*This! page*/

#leftnav
{
float: left;
width: 160px;
}

#rightnav
{
float: right;
width: 160px;
}

#content
{
margin-left: 200px;
margin-right: 200px;
}

 #container
{
width: 808px;
margin-right:auto;
margin-left:auto;
line-height: 130%;
}


/* Adding Whitespace */
 body {
margin: 0;
padding: 0;
}

h1 {
padding: 12px 0;
}

h2 {
padding: 0 12px;
}

h1, h2, h3 {
margin: 0;
line-height: 19px;
}

ul {
margin: 12px;
padding: 0;
}

p {
    margin: 12px;
    padding: 0;
    line-height: 20px;
}

.text{
padding-bottom: 8px;
}

.text a{
    padding-left: 12px;
}

/* Color */
body {
background: #106F74; 
color: #FFFFFF;
}

a:link, a:visited {
color: #FCF974;
}

.text {
background: #3F725A;
}

.menu {
background:#422929
}

h1{
color:#2A4144;
}

h2 {
color: #999;
}

/* Borders */
.text h2, .text h3 {
background:#2A4144;
}

.menu h2 {
color:#BDBDBD;
background:#423229;
}

a, a:link, a:visited {
text-decoration: none;
}

a:hover{
text-decoration:underline;
}

.text, .menu {
border: 1px solid;
border-color: #213235 #213235 #213235 #213235;
}

.menu {
border-color: #734A4A #342422 #342422 #734A4A;
}

p.footer{
margin: 0px;
padding: 0; line-height: 0px;
}
