body{
	margin:0;
	padding:0;
	font: 75% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	line-height:1.25em;
	background-image: url('../images/bg.jpg');
	background-position: 50% 0%;
	background-color:#fff;
}

h1,h2,h3,h4,h5,h6{
	font-family: Georgia,"lucida bright","times new roman",serif;
	color:#22423D;
}

h1{
	font-size:2.5em;
	padding-bottom:1em;
}

h3{
	text-transform: uppercase;
}

ul{
	list-style-type: square;
}

li{
	padding-bottom:1.25em;
}


#wrapper{
	width:800px;
	margin: 0px auto;
	padding:0px;
}

#outer_wrapper{
	width:1024px;
	margin: 0px auto;
	background-image: url('../images/wrapper_bg.jpg');
	background-repeat: repeat-y;
}

#content{
	height:600px;
	background-image: url('../images/Dahni_news.jpg');
}

#main{
	height:300px;
	margin-left:71px;
	position:relative;
	top:50px;
}

#posts{
	height:250px;
	width:280px;
	overflow: auto;
	padding: 10px;
	border: 1px solid #8FB396;
}

#footer{
	width:1024px;
	height:145px;
	background-image:url('../images/footer_BG.jpg');
	background-position: 0px -26px;
	background-repeat: no-repeat;
}

#footer_content{
	margin: 0px auto;
	padding-top: 10px;
	width:800px;
	height:20px;
	text-align:left;
	color:#96BCB6;
}

/* Site Navigation --------------------------------------------------------------*/
#nav{font:150% Georgia,"lucida bright","times new roman",serif;position:relative;top:265px;color:#fff;}
#nav ul{list-style-type:none;}
#nav li{display:inline;padding:0px 20px;}
#nav li a{text-decoration:none;height:1.5em;}
#nav a:link,#nav a:visited{color:#fff;}
#nav a:hover{color:#23493B;}


/* News Feed from Blogger --------------------------------------------------------------*/
.item{
	margin-bottom:2em;
}

.item h3{
	font-size:1.5em;
	margin-bottom:.5em;
}

.item h3 a:link{
	color:#1E3230;
	text-decoration:none;
}



