body {          background: #000000;
                color: #555555;
                font-family: sans-serif;
                }
				
a { 	color: #555555; }
a:hover { text-decoration:none; }
                
div.story_title {   background-color: #555555;
                    color:#000000;
                    text-align:left;
                    font-size:12pt;
                    padding: 2px;
                    margin: 0px 4px 0px 4px;
                }

div.story_content { font-size: 10pt;
                    color:#666666;
                    margin: 0px 4px 0px 4px;
                    padding: 3px 3px 3px 10px;
                    background-color:#151515;
                    text-align: left;
                }
                
div.story_footer {  font-size: 8pt; 
                    margin: 0px 4px 4px 4px;
                    padding: 1px;
                    text-align: right;
                    color:#444444;
                    border-style: solid;
                    border-color: #444444;
                    border-width: 1px 0px 0px 0px;
                }
				
div.rssitem {   background-color: #151515;
				 color:#555555;
                    text-align:left;
                    font-size:7pt;
                    padding: 2px;
                    margin: 0px 0px 0px 0px;
                }

#autoblog {     width: 174px;
				font-weight: bold;
				background-color: #555555;
				color:#000000;
				text-align:center;
				font-size:9px;
        	}
#container {    position: relative;
	            margin: -7 auto;
                width: 600px;
	            height: auto; 
            }
#header {       border-style: solid;
                border-color: #444444;
                border-width: 1px 1px 0px 1px;
                width: 600px;
                height: 208px;
        }
        
#content {      border-style: solid;
                border-color: #444444;
                border-width: 0px 1px 1px 1px;
                width:600px;
                height:800px;
        }
#footer {       width:600px;
                height:auto;
                font-size:9pt;
                text-align:center;
        }
        
#content_main { float:left;
                width:425px;
                height:800px;
                font-size:9pt;
                text-align:center;
        }
        
#content_side { float:right;
                width:174px;
                background-color:#151515;
                height:799px;
                border-style: solid;
                border-color: #444444;
                border-width: 1px 0px 0px 1px;
                font-size:7pt;
                text-align:left;
        }
#content_side A { padding:1px 0px 0px 2px; text-decoration:none; display: block;	}
#content_side A:hover { background-color:#555555;
						color:#000000; }
