/* CSS Document */

/* --- LAYOUT & POSITIONING --- */

html {
	height: 100%;
	margin: 0 0 1px 0;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
}

#page {
	margin: 0 auto;
	height: 100%;
}

#contentBg {
	float: left;
	width: 640px;
	height: 100%;
	filter: alpha(opacity=85);
}

#contentFg {
	position: absolute;
	top: 0;
	width: 590px;
	margin: 0 25px;
}

#contentHeader {
	margin: 10px 0;
}

#login_box {
	position: absolute;
	top: -1000px;
	right: 0;
	width: 390px;
}

#login_form {
	padding: 0 0 15px 5px;
	background-color: #FFFFFF;
	border: 1px #000000 solid;
}

#sidebar {
	width: 195px;
	background-color: #000000;
	border-top: 1px #CCCCCC dashed;
	border-left: 1px #CCCCCC dashed;
	border-bottom: 1px #CCCCCC dashed;
	float: left;
	margin: 25px 0 0 0;
}

.menuBtn {
	float: left;
	width: 25px;
	height: 100%;
	cursor: pointer;
	-moz-opacity: 0.8; 
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.widecolumn {
	width: 410px;
}

.narrowcolumn {
	width: 160px;
	padding: 0;
}

form {
	overflow: hidden;
}

fieldset {
	border: solid 1px;
	padding: 3px;
}

legend {
	font-size: 1.2em;
	font-weight: normal;
}

label {
	vertical-align: top;
	padding: 0;
	font-size: 1.1em;
}

form ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

form li {
	float: none;
	position: relative;
	margin: 3px 0;
}

.narrowcolumn form li {
	text-align: right;
}

#login_form form ul {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#login_form form li {
	margin: 0 5px 0 0;
	float: left;
	position: relative;
}

/* --- TYPOGRAPHY --- */

body {
    font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.3em;
	font-weight: normal;
}

p {
	font-size: 1.1em;
}

a {
    text-decoration: none;
}

a:hover, a.over {
    text-decoration: underline;
}