html, body {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,div,ul,ol,li,pre,blockquote{
	margin:0;
	padding:0;
}

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background: #ffffff;
}

#page-container {
	width: 780px;
	margin: auto;
}

#logo {
	height: 150px;
}

#logo-left {
	float: left;
}

#logo-right {
	float: right;
}

#main_nav {
	background: #003300;
	height: 43px;
	padding-left: 10px;
}

#nav_space {
	height: 20px;
	background: #99cc99;
}

#sidebar {
	float: right;
	width: 200px;
	background-color: #eeeeee;
	background-image: url(../images/general/paw.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 10px;
	padding-bottom: 107px;
	line-height: 1.5em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: justify;
	color: #666666;
}

#sidebar h1 {
	font-weight: bold;
	font-size: 18px;
	color: #336633;
	text-align: center;
}

#sidebar hr {
	border: 0;
	border-top: 1px dotted #999999;
	height: 0;
}

#content {
	float: left;
	width: 540px;
	padding: 10px;
	padding-top: 16px;
	background-color: #ffffff;
}

#content h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #336633;
}

#content p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 12px;
	text-align: justify;
	color: #333333;
}

#content a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}

#content a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #339933;
	text-decoration: underline;
}

#content ul {
	padding-left: 30px;
}

#content li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 12px;
	text-align: justify;
	color: #333333;
}

#footer {
	clear: both;
	height: 54px;
	background: url(../images/general/footer-bg.jpg);
	background-repeat: repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border-top: 10px solid #003300;
	padding-top: 5px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 5px;
	line-height: 1.5em;
}

#footer a:link, a:visited {
	color: #666666;
	text-decoration: underline;
	font-size: 11px;
}

#footer a:hover {
	color: #339933;
	font-size: 11px;
}

#footer #altnav {
	width: 350px;
	float: right;
	text-align: right;
}


