* {
	font-family: Verdana, sans-serif;
	font-size: 10px;
}

/* - - - - - - - - - - - - TAG-BASED SELECTORS - - - - - - - - - - - - */

body {
	color: #000;
	background: #FFF;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #A30000;
}

img {
	border-style: none;
}

p {
	margin: 0 0 1.25em 0;
}

/* - - - - - - - - - - - - CLASS-BASED SELECTORS - - - - - - - - - - - - */

div.imgdownload {
	float: left;
	color: #A30000;
	width: 109px;
	margin-right: 3px;
	height: 110px;
}

div.imgdownload img {
	margin-bottom: 0.5em;
}

img.hover {
	display: none;
	position: absolute;
}

/* - - - - - - - - - - - - ID-BASED SELECTORS - - - - - - - - - - - - */

#canvas {
	width: 685px;
	margin: 0 auto 0 auto;
	padding-left: 260px;
}

#bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
}

#head {
	position: absolute;
	z-index: 100;
	background-color: #FFF;
	padding: 21px 18px 21px 20px;
}

#head div {
	width: 245px;
	height: 72px;
	background-image:url(/img/logo.gif);
	background-repeat: no-repeat;
}

#head h2, #head h3 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -200em;
	left: -200em;
}

#content {
	margin: 200px 0 0 300px;
	padding: 21px 23px 10px 23px;
	position: absolute;
	z-index: 200;
	background-color: #FFF;
	width: 337px;
	line-height: 1.4em;
}

#content h1 {
	color: #930000;
	margin: 0 0 17px 0;
	padding: 5px 0 18px 0;
	font-size: 1.25em;
	font-weight: normal;
	background-image:url(/img/line.gif);
	background-repeat: repeat-x;
	background-position: 0 bottom;
}

#content strong {
	color: #930000 !important;
	font-weight: normal !important;
}

#content a {
	color: #666;
}

#content ul {
	margin: 0 0 1.25em 0;
	padding: 0;
}

#content li {
	list-style-type: none;
	background-image:url(/img/li.gif);
	background-repeat: no-repeat;
	background-position: 0 0.35em;
	margin: 0 0 0.65em 0;
	padding: 0 0 0 20px;
}

#footer {
	background-image:url(/img/line.gif);
	background-repeat: repeat-x;
	padding-top: 5px;
	margin-top: 18px;
	color: #999;
	clear: both;
}

#navigation {
	position: absolute;
	z-index: 300;
	width: 339px;
	min-height: 88px;
	margin-left: 300px;
	background-color: #E7E5DB;
	padding: 16px 21px 10px 21px;
	margin-right: 2px;
}

#navigation div.stuff {
	background-color: #E7E5DB;
	padding: 16px 21px;
	margin-right: 2px;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation ul ul {
	position: absolute;
	margin-left: 120px;
	top: 16px;
}

#navigation li {
	padding: 0;
	list-style-type: none;
}

#navigation li a, #navigation li strong {
	color: #666;
	font-weight: normal;
}

#navigation li a.active, #navigation li strong {
	color: #930000;
}

#navright {
	float: right;
}
