html {
	background: #09C url(../img/blue/bg.gif) repeat-x;
	color: white;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
}

body {
	margin: 175px 20px 20px 220px;
	padding: 0;
	background: url(../img/blue/bgcontent.gif) repeat-x;
	height: 425px;
}

a img {
	border: 0;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 2px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}

h5 {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

#header {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 355px;
	height: 170px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#header a {
	display: block;
	background: url(../img/blue/logo.gif) no-repeat;
	margin: 0;
	padding: 355px 170px;
}

#content {
	background: url(../img/blue/leftcontent.gif) no-repeat;
	margin: 0;
	padding: 0;
	line-height: 1.67em;
	font-family: Verdana, sans-serif;
}

#content-wrapper {
	background: url(../img/blue/rightcontent.gif) no-repeat 100% 0%;
	margin: 0;
	padding: 0 20px 20px 20px;
	min-height: 57px;
}

#content p {
	margin: 0.375em 0;
	padding: 0;
}

#content a:link, #content a:visited {
	color: white;
	text-decoration: underline;
}

#section-header {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #09C;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	padding: 6px 0 0 0;
	height: 25px;
}

#navigation {
	position: absolute;
	left: 20px;
	top: 210px;
	list-style-type: none;
	margin: 0;
	padding: 5px 0 0 0;
	width: 180px;
	height: 363px;
	background: url(../img/blue/bgnav.gif) no-repeat;
	text-align: right;
}

* html #navigation, *:first-child + html #navigation {
	padding-top: 15px;
}

#navigation li {
	margin: 0;
	padding: 0;
}

#navigation li a {
	display: block;
	margin: 10px 0;
	padding: 5px 20px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

* html #navigation li a {
	height: 1px;
}

#navigation li a:hover {
	text-decoration: underline;
}

#version-information-container {
	position: absolute;
	top: 65px;
	right: 20px;
	font-weight: bold;
	background: url(../img/blue/bgversion.gif) repeat-x;
}

#version-information {
	background: url(../img/blue/leftversion.gif) no-repeat;
}

#version-information a {
	display: block;
	background: url(../img/blue/rightversion.gif) no-repeat 100% 0%;
	padding: 5px 10px 0 10px;
	height: 49px;
	line-height: 1.5em;
	text-align: right;
	color: white;
	text-decoration: none;
}

#version-information strong {
	color: #09C;
}

* html #version-information {
	width: 1px;
	white-space: nowrap;
}

#linkage {
	position: absolute;
	right: 20px;
	top: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#linkage li {
	margin: 0 0 0 8px;
	padding: 0;
	display: inline;
	float: right;
	width: 88px;
	height: 31px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#linkage a {
	display: block;
	padding: 31px 0 0 88px;
	margin: 0;
}

#sourceforge-link {
	background-image: url(http://sourceforge.net/sflogo.php?group_id=147270&type=1);
}

#firefox-link {
	background-image: url(http://sfx-images.mozilla.org/affiliates/Buttons/88x31/trust.gif);
}

#demo-sites {
	list-style: none;
	margin: 1.5em 0;
	padding: 0;
}

#demo-sites li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}

#demo-sites a {
	display: block;
	background-repeat: no-repeat;
	background-position: 50% 0;
	margin: 0.5ex 1.5ex 1.5ex 0;
	width: 120px;
	padding: 90px 0 0 0;
	/* 3.33em causes scrollbar to appear with 2 lines */
	height: 3.4em;
	overflow: auto;
	text-align: center;
	opacity: 0.67;
}

#demo-sites a:hover {
	opacity: 0.9;
}

#demo-sites a:active {
	opacity: 1;
}

p#below-demo-sites {
	clear: both;
	padding-top: 0.5em;
}