body {
	margin: 0px 0px 20px 0px;
	background-color: #CC0000;
	text-align: center;        
	}

a         {text-decoration: underline; color:#000000; font-weight:bold}
a:link    {text-decoration: underline; color:#CC0000; font-weight:bold}
a:visited {text-decoration: underline; color:#CC0000; font-weight:bold}
a:active  {text-decoration: underline; color:#CC0000; font-weight:bold}
a:hover   {text-decoration: underline; color:#FFFF00; font-weight:bold}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

#container {
	position: absolute;
                left: 100px;
                
	text-align: left;
        background-image: url("http://www.thehackworths.com/kerry/archives/2006pond.jpg");
        background-repeat: no-repeat;
	padding: 0px;
	width: 800px;	
	background-color: #fff;
	border: none;
	}


#center {
		float: left;
	width: 500px;
        background-repeat: no-repeat;
        margin-top: 450px;	
	overflow: hidden;
	}

.content {
	padding: 15px 15px 5px 15px;
	background-color: none;	
	color: #000;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	}


#left {
		float: left;
	width: 300px;
        margin-top: 450px;
	background-color: #fff;	
	overflow: hidden;
	}

#left img {
       border: none;
}

.side {
       color: #000;
       width: 250px;      
       font-family: Verdana, Arial, sans-serif;
       font-size: x-small;
       line-height: 150%;
       margin-left: 25px;
       padding: 5px;
       background-color: none;

}


.content p {
	color: #000;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
	}

.content blockquote {
	line-height: 150%;
	}

.content li {
	line-height: 150%;
	}

.content h2 {
	color: #CC0000;
	font-family: Verdana, Arial, sans-serif;
	font-size: medium;	
	text-align: right;
        text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 20px;	
	}

.content h3 {
	color: #CC0000;
	font-family: Verdana, Arial, sans-serif;
	font-size: medium;
        text-transform: none;	
	text-align: center;
	font-weight: bold;	
	margin-bottom: 10px;
	
	}

.content p.posted {
	color: #CC0000;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	border-top: 1px solid #0000CC;
	text-align: left;	
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	}

textarea[id="comment-text"] {
	width: 80%;
	}

.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}




input, select, checkbox, option, textarea {
    font: 12px arial, helvetica, sans-serif; 
    color: #fff;
    background-color: #0000CC;
    border:1px solid #fff;
    font-weight: normal;
}


.commentbox {    
    color: #fff;
    line-height: 130%;      
    font-family: 'Geneva', Verdana, sans-serif;  
    font-size: x-small;
    background-color: #0000CC;
    border:1px solid #fff;
    margin: 4px;
    padding: 3px;      
    text-align: left;        
}

.commentbox p {
    color: #fff;
    line-height: 130%;      
    font-family: 'Geneva', Verdana, sans-serif;  
    font-size: x-small;
    background-color: #0000CC;
    padding: 2px;      
    text-align: left;    
}

.commentboxposted {    
    color: #fff;
    line-height: 130%;      
    font-family: 'Geneva', Verdana, sans-serif;  
    font-size: x-small;
    background-color: #0000CC;
    border-top: 1px dotted #fff;
    padding: 2px;      
    text-align: center;    
}
