@charset "UTF-8";
/* CSS Document */

p,
ul {
	margin: 0 0 0.7em 0;
}
em {
	font-style: italic;
}
.clear {
	float: none;
	clear: both;
	height: 0;
	width: 100%;
}

* {
	font-family: "Calibri", "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 12pt;
}

html {

}

#container {
	width: 50em;
	margin: 3em auto 2em auto;
}

#logo {
	text-align: right;
	margin-bottom: -11px;
}
#logo a img {
	position: relative;
	z-index: 2;
}

#background {
	position: relative;
	background: #FFFFFF url(../images/bg/bg6.jpg) center center fixed no-repeat;
	z-index: 1;
	width: 100%;
	float:left;
	clear: both;
}

#navigation {
	width: 10em;
	float: left;
	clear: both;
}
#navigation ul {
	margin: 0;
	padding: 0;
}
#navigation ul li {
	list-style-type: none;
	margin: 0 0 3px 0;
}
#navigation ul li a {
	display: block;
	padding: 0.2em 0.5em;
	background-color: #FFFFFF;
	color: #333333;
	text-decoration: none;
	opacity: 0.75;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
}
#navigation ul li a:hover {
	opacity: 0.90;
	filter:alpha(opacity=90);
	-moz-opacity: 0.90;
}
#navigation ul li a.active {
	opacity: 1;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
}

#content {
	background-color: #FFFFFF;
	margin: 0 0 0 11em;
	opacity: 0.85;
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	padding: 1em;
}

#footer {
	clear: both;
	padding: 0.1em 0;
	text-align: right;
	font-size: 80%;
	color: #AAAAAA;
}
#footer a {
	color: #AAAAAA;
	text-decoration: none;
	font-size: 100%;
	border-bottom: 1px dotted #AAAAAA;
}
#footer a:hover {
	color: #33CC00;
	border-bottom: 1px solid #33CC00;
}
#footer * img {
	vertical-align: bottom;
}

h1,
h2,
h3 {
	font-weight: bold;;
}
h1 {
	font-size: 130%;
	letter-spacing: 0.05em;
	color: #222222;
	margin: 0 0 0.2em 0;
}
h2,
h3 {
	margin: 1em 0 0.2em 0;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 110%;
}

ul {

}
ul li {
	list-style-type: square;
	margin: 0 0 0 2em;
}

#content a {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #33CC00;
}
#content a:hover {
	color: #33CC00;
	border-bottom: 1px solid #33CC00;
}
#content a.imglink,
#content a.imglink:hover{
	border: 0;
}
#content a.imglink[rel="lightbox"]:hover {
	cursor: url(../images/magnify.cur), -moz-zoom-in;
}

table * {
	line-height: 1.8em;
	vertical-align: top;
}
table th {
	width: 10em;
}

* a img {
	border: 0;
}

img.screenshot {
	width: 15em;
	margin: 0 1em 0.5em 0;
	border: 0;
}

.column {
	float: left;
	width: 100%;
}
.column .left {
	width: 16em;
	float: left;
	clear: right;
}
.column .right {
	margin-left: 17em;
	clear: right;
}
