@charset "utf-8";
/* CSS Document */
html {
	height: 100%;
	margin: 0;
}
body {
	height: 100%;
	background-image: url(../img/bodybg.png);
	background-repeat: repeat-x;
	background-color: #1b1b1b;
	margin: 0;
	margin-bottom: -20px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {   	
	color: #FFFFFF;
}
	
a:visited {
	color: #FFFFFF;
}
	
a:active {
	color: #FFFFFF;
}

a.head {
	text-decoration: none;
}

#container {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;	
	margin-bottom: -20px;
	min-height: 100%;
}

#header {
	width: 100%;
	margin: 0;
	height: 150px;
}

#navirow {
	width: 100%;
	margin: 0;
}

.navispacer {
	background-color: #1f1f1f;
	width: 180px;
	height: 20px;
	float: left;
}

#navihome, #naviport, #navifiles, #navicontact {
	width: 60px;
	height: 18px;
	float: left;
	text-align: center;
	padding-top: 2px;
}

.idle {
	background: #343434;
}

.active {
	background: #000000;
}

.contentspacer {
	background-color: #000000;
	width: 100%;
	clear: both;
	height: 20px;
}
	
#content {
	width: 410px;
	float: left;
	background-color: #000000;
	border-right: #4d4d4d solid 1px;
	padding-left: 5px;
	margin-bottom: 20px;
	padding-right: 4px;
}

#sidebar {
	width: 170px;
	float: left;
	margin-left: -1px;
	background-color: #000000;
	border-left: #4d4d4d solid 1px;
	padding-left: 5px;
	padding-right: 5px;
}
#footercont {
	width: 100%;
	background-color: #404040;
	height: 20px;
	position: relative;
	bottom: 0px;
	z-index: -1;
}

#footer {
	height: 20px;
	width: 600px;
	background-color: #1f1f1f;
	text-align: center;
	position: relative;
	bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

p {
	margin: 0;
	font-size: 12px;
	font-weight: normal;
}

.header {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
}

p.bold {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
}

p.warning {
	margin: 0;
	font-size: 150px;
	font-weight: bold;
}

ul.none {
	list-style-type: none;
}

#potm {
	border: none;
	width: 150px;
	margin-left: 10px;
	margin-top: 5px;
	text-align: center;
}

.borderless {
	border: none;
}