* {
	margin: 0;
	padding: 0;
}
body {
	font: 13px "MS Sans Serif", Geneva, sans-serif;
	background: url("../images/bg-navigation.gif") repeat-y;
}
div#wrapper {
	width: 820px;
}

h1 {
	font-size: 130%;
	text-transform: uppercase;
	color: #058C2F;
	margin-bottom: 2em;	
	letter-spacing: 1px;
}
h2 {
	font-size: 110%;
	margin-bottom: 1em;
}
h3 {
	font-size: 100%;
}
p, object {
	margin-bottom: 1em;
}
#logo {
	margin-top: 30px; } 
#content ul {
	list-style-position: inside;
	margin-bottom: 1em;
}
div#content img {
	border: 1px solid Gray;
}
div#navigation {
	float: left;
	width: 172px;
	padding: 20px;
}
div#navigation ul {
	list-style-type: none;
	margin-top: 70px;
}
div#navigation li {
	height: 3em;
}
div#navigation ul a {
	font-size: 80%;
	text-decoration: none;
	color: #545A5C;
	font-weight: bold;
	text-transform: uppercase;	
}
div#address {
	font-size: 80%;
	color: #666;
	margin-top: 50px;
}
div#content {
	float: left;
}
div#content_wrapper {
	width: 530px;
	padding: 20px 30px;
	line-height: 140%;
}
td {
	padding: 0 10px 5px 0;
}
a {
	text-decoration: none;
	color: #058C2F;
}
a:hover {
	text-decoration: underline; 
}
a img {
	border: 0;
}
div#footer {
	text-align: center;
	margin: 40px 0;
	color: #7C8183;
}