#staticbox {
	float: left;
	width: 590px;
	padding: 0 13px;
	color: #000;
}
#staticbox h1 {
	display: block;
	float: left;
	width: 590px;
	padding: 15px 0 7px 0;
	font-size: 170%;
	font-weight: normal;
	font-style: italic;
	color: #000;
}
#staticbox h2 {
	display: block;
	float: left;
	width: 590px;
	padding: 15px 0 5px 0;
	font-size: 160%;
	font-weight: normal;
	font-style: italic;
	color: #000;
}
#staticbox h4 {
	display: block;
	float: left;
	width: 590px;
	padding: 15px 0 5px 0;
	font-size: 110%;
	font-weight: normal;
	font-style: italic;
	color: #000;
}
#staticbox p, #staticbox ul, #staticbox ol {
	font-size: 1.1em;
}
#staticbox p {
	padding: 7px 0 10px 3px;
	line-height: 1.5em;
}
#staticbox ul {
	margin: 0 0 0 20px;
	list-style: disc;
}
#staticbox ul li {
	padding: 0 0 12px 0;
}
#staticbox ol {
	margin: 0 0 0 20px;
}
#staticbox ol li {
	padding: 0 0 12px 0;
}
#staticbox a {
	border-bottom: 1px dotted #3574a1;
}
#staticbox a:hover {
	border-bottom: 1px dotted #000;
}
#staticbox h1 a {
	float: right;
	border: 0;
}
#staticbox h1 a:hover {
	border: 0;
}
#staticbox img.left {
	float: left;
	margin: 0 15px 5px 0;
}
#staticbox img.right {
	float: right;
	margin: 0 0 5px 15px;
}
#sitemap {
	float: left;
	width: 590px;
	padding: 0 13px;
}
#sitemap h2 {
	display: block;
	float: left;
	width: 590px;
	padding: 15px 0 5px 0;
	font-size: 120%;
	font-style: italic;
	border-bottom: 1px solid #CCC;
}
#sitemap .linkset {
	float: left;
	width: 147px;
}
#sitemap .bloglinks {
	width: 580px;
}
#sitemap .clear {
	clear: both;
}
#sitemap .linkset p {
	padding: 7px 0 10px 0;
	color: #707070;
	line-height: 1.5em;
}
#sitemap .linkset ul {
	margin: 10px 10px 0 0;
	list-style: none;
}
#sitemap .linkset ul li {
	padding: 0 0 8px 3px;
}
#sitemap .linkset ul li ul {
	list-style: none;
}
#sitemap .linkset strong {
	color: #000;
}
#sitemap .linkset strong a, #sitemap h2 a {
	color: #295473;
}
#sitemap .linkset a:hover, #sitemap h2 a:hover {
	color: #F00;
	border-bottom: 1px dotted #F00;
}