/* RESET PARAMETERS */
* {margin:0;padding:0;}

/* GENERAL LAYOUT */
html, body {width: 100%; height: 100%; background: #000; text-align: center;}

#topbar {position: relative; width: 100%; height: 16%; margin: 0 auto; text-align: left; background: #000000}

#header {position: absolute; left: 10%; top: 3%; width: 80%; height: 94%; background: #000000;}

#mainContainer {position: relative; width: 100%; height: 83%; top: 0%; margin: 0 auto; text-align: left; background: #000000}

#mainWrapper {position: absolute; left: 10%; top: 1%; width: 80%; height: 98%; background: #000000}

#main {position: absolute; left: 16%; top: 1%; width: 74%; height: 74%; background: #000000;}

#sidebar {position: absolute; left: 1%; top: 1%; width: 15%; height: 74%; background: #000000;}

#footer {position: absolute; left: 1%; top: 80%; width: 98%; height: 5%; background: #000000;}

#temporarycontent {position: absolute; left:16%; top: 1%; width: 80%; height: 74%; backgroung: #000000;}

/* TEXT STYLES */
.style1 {
	color: #CCCCCC;
	font: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	display: block;
	padding: 5px 0px 5px 0px;
}

.style2 {
	font-size: 9px;
	font: Geneva, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

.navigation {
	font-size: 14px;
	font: Geneva, Arial, Helvetica, sans-serif;
	padding: 5px 0px 5px 0px;
	display: block;
	text-decoration: none;
	color: #626262;
}

.navigation:hover {
	font-size: 14px;
	font: Geneva, Arial, Helvetica, sans-serif;
	padding: 5px 0px 5px 0px;
	display: block;
	text-decoration: none;
	color: #CCCCCC;
}

.pageselected {
	display: block;
	font-size: 14px;
	font: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 5px 0px 5px 0px;
}