body 
{ 
    background-color: #dbe4d0; 
    margin: 0;
    padding: 0;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 14px;
    color: #000;
}	

#leftheader
{
    float: left;
    margin: 7px 9px 0;
}

#rightheader
{
    padding-top: 70px;
    margin-left: 370px;
    width: 350px;
}

#rightheader h1
{
    padding: 0;
    height: 130px;
    font-size: 28px;
    text-align: center;
}

#rightheader a:link { color: #333; text-decoration: none; }
#rightheader a:visited { color: #333; text-decoration: none; }
#rightheader a:hover { color: #333; text-decoration: none; }
#rightheader a:active { color: #333; text-decoration: none; }

#footer 
{ 
   text-align: center;
   clear: both;
   /* border-bottom: solid 4px #6f8b55; */
}

#sidebar
{
    margin-left: 370px;
    border-left: solid 1px #ccc;
    padding-left: 10px;
}

#content
{
    float: left;
    margin:0 0 0 9px;
    width: 340px;
}

#page
{
    width: 730px;
    margin: 0 auto;
    background-color: #fff;
    border-left: solid 4px #6f8b55;
    border-right: solid 4px #6f8b55;
}

#sidebar ul ul { padding-left: 1.5em; list-style-type: disc; }
a { color: #000; }
a:hover { color: #333; }
.post h2 a { text-decoration: none; color: #000; }
.post h2 a:hover { text-decoration: underline; color: #000; }
	
<?php /* Checks to see whether it needs a sidebar or not */ if ((! $withcomments) && (! is_single())) { ?>
	#page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/pagebg.jpg") repeat-y top; border: none; }
<?php } else { // No sidebar ?>
	#page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/pagebgwide.jpg") repeat-y top; border: none; } 
<?php } ?>
