body,div,dl,dt,a,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0;
} 

body {
	background: #333333
}
#wrapper {
	text-align: left;
	background: #333333;

}

#header {
	width: 900px;
	height: 360px;
	float: left;
	background: #333333;
}

#header a:link, a:visited{          
	text-decoration: none;     
	color: #ff6600;            
}                           
                            
#header a:hover{                    
	text-decoration: underline;
}      

#titlebar {
	height: 360px;
	background-image: url(images/titlebar.gif);
}

#nav {
	float: right;
	margin-right: 25px;
	margin-top: -65px;
	font-family: courier, courier new;
	font-size: 20px;
	color: #ff6600;
	font-weight: bold;
	text-transform: lowercase;
	display: inline;
}

#nav ul {
	list-style: none;
	display: inline;
	line-height: 38px;
}

#nav li {
	display: inline;
	padding-right: 25px;
}

#container {
	width: 900px;
	float: left;
	text-align: center;
	background-image: url(images/content_bg.gif);
}

#trunk {
	float: left;
	display: inline;
}

#content {
	width: 900px;
	float: left;
}

#footer {
	width: 900px;
	height: 35px;
	float: left;
	padding-top: 43px;
	background-image: url(images/footer.gif);
	text-align: center;
	font-family: courier, courier new;
	font-size: 8pt;
	color: #009900;

}

.trunk {
	float: left;
	display: inline;
}

.post {
	text-align: left;
	margin-left: 154px;
	margin-right: 100px;
	margin-top: 20px;
	margin-bottom: 70px;
	font-family: courier, courier new;
	font-size: 8pt;
}

.entry {
	text-align: justify;
	font-family: courier, courier new;
	font-size: 10pt;
}

h2 {
	font-family:courier, courier new;
	font-size:20px;
	color: #ff6600;
	font-weight: bold;
	text-transform: lowercase;
}

h2 a:link, a:visited {          
	text-decoration: none;     
	color: #ff6600;            
}                           
                            
h2 a:hover {                    
	text-decoration: underline;
}

a:link, a:visited {          
	text-decoration: none;     
	color: #ff6600;            
}                           
                            
a:hover {                    
	text-decoration: underline;
}

