	body {
		margin:0px 0px 20px 0px;
		background:#080808;		
		}

a:link, a:visited, a:active {
	color: #fffaaa; 
	text-decoration: none;
	font-weight:bold;
	}

a:hover { 
       color: #fff; 
       text-decoration: underline; 	
       font-weight:bold;
}


	h1, h2, h3 {
		margin: 0px;
		padding: 0px;
	}

	#banner {
		font-family: 'Trebuchet MS', arial, sans-serif;
		color:#fff;
		font-size:x-large;
		font-weight:normal;	
  		padding:15px;
                border-top:4px double #666;
		}

	#banner a,
        #banner a:link,
        #banner a:visited,
        #banner a:active,
        #banner a:hover {
		font-family: 'Trebuchet MS', arial, sans-serif;
		font-size: xx-large;
		color: #fff;
		text-decoration: none;
		}

	.description {
		font-family: 'Trebuchet MS', arial, sans-serif;
		color:#fff;
		font-size:small;
  		text-transform:none;	
		}
				
	#content {
		position:absolute;
		background:#080808;
		margin-right:20px;
		margin-left:150px;
		margin-bottom:20px;
		border:1px solid #080808;
		width: 70%;
		}

	#container {
		background:#080808;
		border:1px solid #080808;		
		}

	#links {	
		padding:15px;				
		border:1px solid #080808;
		width:125px;			
		}
		
	.blog {
  		padding:15px;
		background:#080808; 
		}

	.blogbody {
		font-family: 'Trebuchet MS', arial, sans-serif;
		color:#eee;
		font-size:small;
		font-weight:normal;
  		background:#080808;
  		line-height:150%;
		}

	.blogbody a,
	.blogbody a:link,
	.blogbody a:visited,
	.blogbody a:active,
	.blogbody a:hover {
		font-weight: normal;
		text-decoration: none;
	}

	.title	{
		font-family: 'Trebuchet MS', arial, sans-serif;
		font-size: medium;
		color: #fff;
		}			

	#menu {
  		margin-bottom:15px;
		background:#080808;
		text-align:center;
		}		

	.date	{ 
		font-family: 'Trebuchet MS', arial, sans-serif;
		font-size: large; 
		color: #fff; 
		border-bottom:1px solid #999;
		margin-bottom:10px;
		font-weight:bold;
		}			
		
	.posted	{ 
		font-family: 'Trebuchet MS', arial, sans-serif;
		font-size: x-small; 
		color: #fff; 
		margin-bottom:25px;
		}
		

  .photo img {
	       border: 1px solid #EEE;
	       }
	
	.side {
		font-family: 'Trebuchet MS', arial, sans-serif;
		color:#fff;
		font-size:small;
		font-weight:normal;
  		background:#080808;
  		line-height:140%;
  		padding:2px;				
		}	
		
	.sidetitle {
		font-family: 'Trebuchet MS', arial, sans-serif;
		color:#fff;
		font-size:medium;
		font-weight:bold;
  		padding:2px;
  		margin-top:30px;
		letter-spacing: .3em;
  		background:#080808;
  		text-transform:uppercase;		
		}		
		
	.powered {
		font-family:palatino, georgia, times new roman, serif;
		color:#fff;
		font-size:x-small;		
		line-height:140%;
		text-transform:uppercase; 
		padding:2px;
		margin-top:50px;
		letter-spacing: .2em;					
  		background:#080808;		
		}	
		