body {
	margin: 0px 0px 30px 0px;
	background-color: #ffffff;
}
#container {
	width: 900px;
	padding: 0px;
	background-color: #ffffff;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-width: 2px;
	border-color: #003300;
	margin-right: auto;
	margin-left: auto;
}
#content {
	float: left;
	width: 550px;
	background-color: #ffffff;
	overflow: hidden;
}
#rightbar {
	float: left;
	width: 220px;
	background-color: #003300;
	overflow: hidden;
}
#leftbar {
	float: left;
	width: 130px;
	background-color: #ffffff;
	overflow: hidden;
}
#topbar {
	background-color: #003300;
        padding: 50px;
	display: block;
}
.blogbody {
	font-family: times new roman;
	color: #003300;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	padding: 30px;
	text-align: left;
	line-height: 150%;
}
.navlinks {
	padding: 30px;
}
.navlinks .item {
	font-family: times new roman;
	color: #ffffff;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	line-height: 150%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.navlinks img {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-width: 4px;
	border-color: #ffffff;
}
h1 {
	margin: 0px;
	padding: 0px;
}
h2 {
	margin: 0px;
	padding: 0px;
}
h3 {
	margin: 0px;
	padding: 0px;
}
#topbar h1 {
	font-family: georgia;
	color: #ffffff;
	font-size: x-large;
	font-weight: normal;
	font-style: normal;
	text-align: center;
}
.blogbody h1 {
	font-family: comic sans ms;
	color: #003300;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	text-align: left;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-width: 1px;
	border-color: #003300;
	margin-bottom: 10px;
	padding: 0px;
}
.navlinks .title {
	font-family: comic sans ms;
	color: #ffffff;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	text-align: center;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-width: 1px;
	border-color: #ffffff;
	padding: 0px;
}
a {
	text-decoration: none;
}
a:link {
	color: #003300;
	text-decoration: underline;
}
a:visited {
	color: #003300;
	text-decoration: underline;
}
a:active {
	color: #003300;
	text-decoration: underline;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.navlinks a {
	color: #ffffff;
	text-decoration: none;
}
.navlinks a:hover {
	color: #003300;
}
.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
}