body {
	
	background: url(images/bg-fade.gif) repeat-x fixed bottom;
	background-color: #EAEAEA;
	margin: 0;
	padding: 0;
}

#container { 
	background-color: white;
	width: 700px;
	margin: 0 auto 30px;
	}

#top {
	background: url(images/top4.gif) no-repeat top;
	width: 649px;
	height: 200px;
	margin: 0 auto;
	}
	
a {
	font-weight: bold;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	color: #B42929;
	}
	
a:hover {
	text-decoration: underline;
	}
	

#current {
	width: 649px;
	margin:  0 auto;
    padding-bottom: 50px;
	}
	
#current p {
	font: 12px/28px Verdana;
	color: #494949;
	text-transform: lowercase;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 80px 0 290px;
	}
	
h2 {
	font: 16px/28px Verdana;
	color: #494949;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 10px;
	padding: 0;
	}
	
#archives span {
	text-align: center;
	}
		
#archives p.posted {
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	padding-bottom: 15px;
	}
	
#archives {
	border-width: 3px 3px 0 3px;
	border-style: solid;
	border-color: #AAAAAA;
	margin: 10px auto 0;
	width: 475px;
	}
	
#archives p {
	font: 11px/16px Verdana;
	color: #494949;
	text-transform: lowercase;
	letter-spacing: 1px;
	margin: 0;
	padding: 10px;
	/*float: left;*/
	}
	
.archive-left img {
	padding: 10px;
	float: left;
	}
	
.archive-right img {
	padding: 10px;
	float: right;
  }
  
 .archive-right {
 	background-color: #EAEAEA;
 	}

 	
 	
 #footer {
 	background: url(images/bottom.gif) no-repeat top;
 	margin: 0 auto;
 	padding: 0;
 	height: 62px;
 	}
 	
 	h4 {	
	font: 14px/28px Verdana;
	color: #494949;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 80px 0 290px;
	padding: 0;
	text-align: center;
	border: 2px solid #EAEAEA;
	}

.commentbg {background-color: #EAEAEA;}
