html, body {
	background-color: #fff;
	color: #333;
	font-family: sans-serif;
	font-size: 1em;
	background-image: url('../images/bg.png');
	background-repeat: repeat-x;
}

p {
	margin: 10px 0px;
}

.screenshots {
	text-align: center;
}

.screenshots p {
	margin: 0px;
	text-decoration: italic;
	font-size: 0.7em;
}

.screenshots img {
	border: 1px solid #ccc;
	margin: 5px;
}

.wrapper {
	margin: 0 auto;
	width: 975px;
}

.header {
	background-color: #333;
	border-style: solid;
	height: 60px;
	border-width: 0 0 7px;
	border-color: #b5b3df;
}

a {
	text-decoration: none;
	color: #6633CC;
}

a:hover {
	text-decoration: underline;
}

.sidebar {
	float: right;
	width: 180px;
	margin-right: 10px;
}

.footer {
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 11px;
}

.sidebar .box {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	-moz-border-radius: 3px;
	background-color: #f7f7f7;
	padding: 10px;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

.main {
	margin-right: 200px;
}

.content .headerlinks {
	text-align: right;
	margin-top: 0px;
	margin-bottom: 10px;
}

.content .headerlinks a {
	margin-left: 10px;
	font-size: 0.9em;
}


.header h1 {
	text-indent: -10000px;
	font-size: 20px;
}

.header span {
	background-image: url('../images/headerlogo.png');
	display: block;
	height: 60px;
	background-repeat: no-repeat;
}

.content {
	margin: 0px 0px 10px 0px;
	background-color: #fff;
	border-style: solid;
	border-width: 1px;
	border-top-width: 0px;
	border-color: #ccc;
	padding: 10px;
	-moz-border-radius: 0px 0px 3px 3px;
}

.footer {
	background-color: #eee;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	padding: 10px;
	-moz-border-radius: 3px;
}

.download {
	width: 400px;
	background-color: #00CC00;
	-moz-border-radius: 10px;
	padding: 20px;
	color: #fff;
	margin: 20px auto;
	font-size: 0.8em;

}

ul,li {
	list-style-type: disc;
}

ul {
	margin: 10px;
}

li {
	margin-left: 20px;
	margin-bottom: 5px;
}

.download a {
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	display: block;
	text-decoration: underline;
}

h2 {
	font-size: 1.4em;
	font-weight: bold;
}

.reg fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #ccc;
	background: #f8f8f8;
	font-size: 0.8em;
	margin: 20px;
}

.donate {
	text-align: center;
	font-size: 0.8em;
}

.downloadbox, .supportbox {
	text-align: left;
	font-size: 0.8em;
}

.downloadbox, .supportbox p {
	margin-top: 5px;
}

.downloadbox h2 {
	font-size: 1.2em;
	background-image: url('../images/download.png');
	background-repeat: no-repeat;
	line-height:  32px;
	padding-left: 38px;
	text-align: left;
}

.supportbox h2 {
	font-size: 1.2em;
	background-image: url('../images/help.png');
	background-repeat: no-repeat;
	line-height: 32px;
	padding-left: 38px;
	text-align: left;
}

.downloadbox a, .supportbox a {
	color: #333;
}


.donate p {
	margin-bottom: 10px;
	text-align: left;
}

.donate h2 {
	font-size: 1.2em;
	background-image: url('../images/donate.png');
	background-repeat: no-repeat;
	line-height: 32px;
	padding-left: 32px;
	text-align: left;
}

.reg legend {
font-weight: bold;
display: block;
}

.reg fieldset label {
float: left;
width: 10em;
font-weight: bold;
}

.reg fieldset.regform label {
width: 30em;
}

.reg input {
width: 200px;
}

.reg input.radio, input.checkbox, input.submit {
width: auto;
}

.reg em {
font-style: italic;
}

.footer h2 {
	font-size: 8pt;
}

.footer a {
	color: #333;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.footer ul li {
	font-weight: bold;
	float: left;
	width: 230px;
}

.footer ul li ul {
	float: left;
}

.footer ul li ul li {
	font-weight: normal;
	float: none;
}

.footer ul, .footer li {
	list-style-type: none;
}

.footer ul {
	margin: 0px;
}

.footer li {
	margin-left: 0px;
	margin-bottom: 0px;
}

br.clear {
	clear: left;
}

.notes {
	font-size: 0.8em;
}
