html,body{
	margin:0;
	padding:0
}

body
{
	margin: 2%;
}
p{
	margin:10px
}

div#header h1{
	height:80px;
	line-height:80px;
	margin:0;
	padding-left:10px;
	background: #FFF;
	color: #79B30B
	border-bottom: solid 1px #999;
}

div#header {
	float: left
}

div#header2 {
	float: right;
	text-align:right;
	font-size: 93%;
	padding:12px;
}


div#content{
	margin: 0 20px 0 175px;
	padding-top: 3px;
}

div#content p{
	line-height:1.4
}


div#container{
	background: #FFF;
	text-align:left
}

div#container{
	width:677px;
	margin:0 auto
}

div#navigation{
	margin-top: 1px;
	background:#eee;
	float:left;
	width:165px;
	border-right: 1px solid #999;
	margin-left:-677px
}


div#footer{
	background: #333;
	color: #FFF
}

div#footer p{
	margin:0;
	padding:5px 10px
}


div#wrapper{
	float:left;
	width:100%
}

div#footer{
	clear:left;
	width:100%;
	text-align:center;
	font-size: 12px
}


.postimg{
	border:1px solid #E6E6DF;
	float:right;
	margin: 0.5em 0 0.5em 0.5em;
	padding:0.5em
}
