/* RESET PARAMETERS */
* {margin:0;padding:0;}

/* GENERAL LAYOUT */
html, body {
	width: 100%;
	height: 100%;
	text-align: center;
	background-color:#222222;
	scrollbar-3dlight-color:gray;
	scrollbar-arrow-color:#CCCCCC;
    scrollbar-track-color:black;
    scrollbar-darkshadow-color:f0f0f0;
    scrollbar-face-color:#222222;
    scrollbar-highlight-color:silver;
    scrollbar-shadow-color:#2b2b2b;
}

#topbar {
	position: relative;
	width: 100%;
	height: 20%;
	margin: 0 auto;
	text-align: left;
}

#header {
	position: absolute;
	left: 10%;
	top: 3%;
	width: 80%;
	height: 94%;
}

#mainContainer {
	position: relative;
	width: 100%;
	height: 83%;
	top: 0%;
	margin: 0 auto;
	text-align: left;
}

#mainWrapper {
	position: absolute;
	left: 10%;
	top: 0%;
	width: 80%;
	height: 98%;
}

#mainBG {
	position: absolute;
	left: 22%;
	top: 1%;
	width: 700px;
	height: 550px;
}

#gallery {
	position: absolute;
	left: 3%;
	top: 2%;
	width: 94%;
	height: 75%;
}

#pagetext {
	position: absolute;
	left: 3%;
	top: 79%;
	width: 94%;
	height: 20%;
	overflow: auto;
}

#pagetextindex {
	position: absolute;
	left: 3%;
	top: 85%;
	width: 94%;
	height: 13%;
	overflow: auto;
}

#contacttext {
	position: absolute;
	left: 3%;
	top: 7%;
	width: 94%;
	height: 20%;
	overflow: auto;
}

#contactform {
	position: absolute;
	left: 3%;
	top: 35%;
	width: 94%;
	height:60%;
}

#sidebar {
	position: absolute;
	left: 1%;
	top: 1%;
	width: 15%;
	height: 100%;
}

#loginContainer {
	position: absolute;
	left: 1%;
	top:35%;
	width: 100%;
	height: 35%;
}

#login {
	position: absolute;
	left: 10%;
	top: 5%;
	width: 98%;
	height: 98%;
}

#CRTriRN {
	position: absolute;
	left: 1%;
	top: 70%;
	width: 100%;
	height: 20%;
}

#DuckDuck {
	position: absolute;
	left: 1%;
	top: 85%;
	width: 100%;
	height:20%;
}

/* TEXT STYLES */
.login {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size:12px;
	font-weight:bold;
}

.pagetextstyle {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size: 12px;
}

.link {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}