body {
	margin:0;
	padding:0;
	border:0;
	width:100%;
	/* min-width doesn't work in old IE */
	min-width:600px;
	font-size:80%;
	font-family: Verdana, sans-serif;
	}
a {
	text-decoration:none;
	}
a:hover {
	text-decoration:none;
	}
h2, h3 {
        margin:.8em 0 .2em 0;
        padding:0;
	}
h1 {
	font: bold 150% "Courier New", courier, monospace;
	letter-spacing: 4px;
	position:absolute;
	padding:0;
	text-align: right;
	right:-6px;
	top:-.3em;
	}
p {
	margin:.4em 0 .8em 0;
        padding:0;
	}

/* Header */
#header {
	clear:both;
	float:left;
	width:100%;
	}
#header p, #header h1, #header h2 {
	padding:.4em 15px 0 15px;
        margin:0;
	}
#header ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:0 0 0 0;
	padding:0;
	}
#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
	}
#header ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
	letter-spacing: 4px;
	font: bold 120% Verdana, sans-serif;
	}

/* Sub menu, below navbar */
#stylebar {
	clear:both;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
	}

/* Wrapper container */
.colmask {
	position:relative;/* Fixes IE7 overflow hidden bug */
	clear:both;
	float:left;
        width:100%;/* width of whole page */
	overflow:hidden; /* Cuts off any overhanging divs */
	}
/* Columns container */
.colleft {
	float:left;
	width:100%;
	position:relative;
	/* border between columns */
	}
/* Left and right columns */
.col1, .col2 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
	}	
/* Right and left settings */
.rightmenu .colleft {
	right:25%;	/* r col width */
	}
.rightmenu .col1 {
	width:71%;/* l col content width (l col width minus l and r padding) */
	left:27%;/* (l col width) plus (l col left padding) */
	}
.rightmenu .col2 {
	width:21%;/* r col content width (r column width minus l and r padding) */
	left:31%;/* (r col width) plus (l col l and r padding) plus (r col l padding) */
	}

/* Footer */
#footer {
	clear:both;
	float:left;
	width:100%;
	}
#footer p {
	padding:5px 10px;
	margin:0;
	text-align: right;
	}
/* Footer buttons */
.css, .css:hover {
	background: #fc6 !important;
	color: black !important
	}
.xhtml, .xhtml:hover {
	background: #ddd !important;
	color: #333 !important
	}
.css em, .css:hover em, .xhtml em, .xhtml:hover em {
	background: #fff !important;
	color: #069 !important;
	}
.gentoo, .gentoo:hover {
	background: black !important; color: white !important;
	}
.gentoo em, .gentoo:hover em {
	background:#7a5ada !important; color: white !important
	}
.btn {
	font: bold 10px Verdana, sans-serif;
	margin: 0 3px;
	padding: 1px 3px 1px 0;
	border: 1px solid #999;
	white-space:nowrap;
	text-decoration: none;
	vertical-align:middle;
	}
.btn em {
	font-style:normal;
	margin:0;
	padding: 1px 2px;
	}
.btn span {
	margin: 0;
	padding: 1px 2px;
	font-style: normal !important;
	}
.visible {
	z-index:4;
	display:inline;
	visibility:visible;
	}
.invisible {
	z-index:4;
	display:none;
	visibility:hidden;
	}

/* --> */
