body {
	font-family: sans-serif;
	font-size: 10pt;
	background: #b10;
	color: #222;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5 {
  text-align: center;
	padding: 15px 0px;
	margin: 0px;
	font-family: Comic Sans MS, sans-serif;
	text-transform: uppercase;
}

a {
	color: #a00;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	background: #fed;
}

a img {
	border: none;
}

p {
	margin: 15px 0px;
	padding: 0px;
	text-align: justify;
}

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p {
	margin-top: 0px;
}

ul, ol {
	margin: 0px;
	padding: 0px;
}

li {
	margin: 10px 0px;
	padding: 0px;
}

ul li ul, ol li ol {
	margin-left: 20px;
}

dl {
	margin: 0px;
	padding: 0px;
}

dt {
	margin: 10px 0px;
	padding: 0px;
	font-weight: bold;
}

dt + dt, dd + dt {
	margin-top: 10px;
}

hr {
	height: 1px;
	background: #ccc;
	color: #ccc;
	border: none;
}





/* layout specifics */
div#container {
	background: #fff;
	padding-top: 35px;
}

div#logo {
	text-align: center;
	padding: 0px;
}

div#header {
	padding: 0px;
	text-align: center;
	height: 60px;
	line-height: 60px;
	background: url('/images/header.png') center center repeat-x;
	position: relative;
	top: 15px;
}

div#header span {
	padding: 0px 10px;
}

div#header a {
	color: #fff;
}

div#header a:hover {
	color: #000;
	background: none;
}

div#content {
	background: url('/images/content.png') bottom center repeat-x;
}

div#main {
	padding: 10px 0px;
	width: 750px;
	margin: 0px auto;
	min-height: 300px;
}

div#footer {
	background: url('/images/footer.png') top center repeat-x;
	padding-top: 30px;
	text-align: center;
	padding-bottom: 35px;
	color: #fff;
}

div#footer div {
	margin-bottom: 20px;
}

div#footer div.copyright {
	font-size: 8pt;
}

div#footer a {
	color: #fff;
}

div#footer a:hover {
	color: #000;
	background: none;
}

img.content {
	padding: 5px;
	border: 1px solid #ccc;
}

img.left {
	float: left;
	margin: 0px 10px 10px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 10px 10px;
}


div.error {
	border-top: 1px solid #aaa;
	padding-top: 10px;
}

div.error h2 {
	padding: 0px;
	margin: 0px;
	color: #06d;
}


ul#gallery {
	list-style: none;
	padding: 0px 10px;
	width: 690px;
	margin: 0px auto 20px auto;
}

ul#gallery li {
	float: left;
	padding: 0px;
	margin: 0px;
}

ul#gallery li a {
	display: block;
	margin: 1px;
}

ul#gallery li a:hover {
	background: transparent;
	border: 1px solid #a00;
	margin: 0px;
}

ul#gallery li a img {
	margin: 9px;
	border: 1px solid #aaa;
}


ol.lower-latin {
	list-style-type: lower-latin;
}


table.pricing {
	border-top: 1px solid #ccc;
}

table.pricing td, table.pricing th {
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
	text-align: center;
	vertical-align: top;
}

table.pricing tr.header th {
	background: #eee;
}



dl#downloads {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

dl#downloads dt {
	display: block;
	border-bottom: 1px solid #a00;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}

dl#downloads dd {
	display: block;
	padding: 0px;
	margin: 0px;
}

dl#downloads ul {
	list-style: none;
	padding: 0px;
	margin: 20px 10px;
}

dl#downloads ul li {
	display: inline;
	margin: 0px;
	padding: 10px;
}
