body {
	background-color: #006400;
	color: #006400;
	font-family: times, arial, verdana;
	}

#form	{
	border: 4px double darkgreen;
	width:350px;
	margin-left:200px;

}



a	{
	text-decoration:none;
	color: darkgreen;
	font-style: strong;
}



ul {
	list-style: square;
}

ol {
	list-style: decimal;
}

img {
	vertical-align:middle;
	border: 4px double darkgreen;
}

iframe {
	border: 4px double darkgreen;
}


hr {
	color: darkgreen;
	size: 2px; 
	width: 100%
}

table, td	{
	width:100%;
	border: 2px solid black;
}


#wrapper {
    width: 80%;
    height:8000px;
    margin: 0 auto;
    background: #fff8dc;

}

#top	{
	background:#fff8a9;

}

#top img	{
	display:block;
	margin:auto;
	border: 0;
}

	

#side-bar	{
	float:right;
	width:20%;
	background: #fff8a9;
	color:  darkgreen;
	margin-right: 10px;
	margin-top: 10px;
	border: 4px double darkgreen;
}

#blog-box	{
	vertical-align: top;
	float: left;
	width:75%;
	margin-left:20px;
	margin-right:10px;
	padding-top: 20px;	
}

#line	{
	background:darkgreen;
	height: 10px;
	width: 100%;
	clear: both;
}


p	{
	margin-left: 100px;
	margin-right: 100px;
}
