#container {
	width: 100%;
}

#top {
	background: url('images/bg_top.gif') repeat-x;
	height: 54px;
	width: 100%;
}

#topginger {
	height: 54px;
	width: auto;
	background: url('images/logo_top.gif') no-repeat;
	padding: 15px 0px 0px 550px;
}

#topginger ul li, #topginger a {
	display: inline;
	color: #DDDDDD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}

#center {
	background-color: #E4BF85;
	height: auto;	
	width: auto;
}

#centerginger {
	position: absolute;
	top: 54px;
	left: 0px;
	height: 340px;
	width: 302px;
}

#blog_content {
	width: 886px;
	height: 100%;
	background: #FFFFFF url('images/body_cbg.gif') repeat-y;
}

#h1_id{ 
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px 0px -10px 302px;
	padding: 0px;
	height: auto;
}

#blog_content h1 {
	background-color: #6F2918;
	height: 60px;
	color: #905645;
	font-size: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 100%;
	margin: 0px;
	padding: 30px 0px 0px 10px;
}

#bottom {
	background: url('images/bg_bottom.gif') repeat-x;
	height: 54px;
	width: 100%;	
}

#bottomginger {
	height: 54px;
	width: auto;
	padding: 10px 0px 0px 550px;
	line-height: 100%;
}

#bottomginger ul li, #bottomginger a {
	display: inline;
	color: #DDDDDD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration:none;
}

#footer {
	font-size: 10px;
	padding: 5px 0 0 10px;
}


