/* RESET PARAMETERS */
* {margin:0;padding:0;}

/* GENERAL LAYOUT */
html, body {
	background-image: url(../images/BlackmoorRivenSlatefromStonellDirect-4Tiles0.jpg);
	width: 98%;
	height: 99%;
	text-align: center;
	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;
}

#mainContainer {
	background-color: #222222;
	border-width: medium;
	border-style: solid;
	border-color: #000000;
	position: relative;
	top: 5px;
	width: 940px;
	height: 700px;
	margin: 0 auto;
	text-align: left;
}

#topbar {
	position: relative;
	width: 100%;
	height: 18%;
	margin: 0 auto;
	text-align: left;
}

#sidebar {
	position: absolute;
	left: 1%;
	top: 21%;
	width: 18%;
	height: 76%;
	text-align: center;
}

#mainBG {
	position: absolute;
	left: 22%;
	top: 21%;
	width: 75%;
	height: 76.4%;
}

#gallery {
	position: absolute;
	left: 3%;
	top: 2.75%;
	width: 94%;
	height: 75%;
}

#pagetext {
	position: absolute;
	left: 3%;
	top: 80%;
	width: 94%;
	height: 19%;
	overflow: auto;
}

#navigation {
	position: absolute;
	left: 1%;
	top: 0%;
	width: 99%;
	height: 24%;
}

#loginContainer {
	position: absolute;
	left: 1%;
	top:28%;
	width: 99%;
	height: 32%;
}

#login {
	position: absolute;
	left: 5%;
	top: 4.5%;
	width: 90%;
	height: 93%;
	text-align: left;
}

#SocialPlugIns {
	position: absolute;
	left: 1%;
	top: 62%;
	width: 100%;
	height: 24%;
}

#FacebookLike {
	position: absolute;
	left: 10%;
	top: 20%;
	width: 80%;
	height: 20%;
}	

#Twitter {
	position: absolute;
	left: 20%;
	top: 45%;
	width: 60%;
	height: 20%;
}

#GooglePlus {
	position: absolute;
	left: 20%;
	top: 70%;
	width: 60%;
	height: 20%;
}

#pagetextindex {
	position: absolute;
	left: 3%;
	top: 84%;
	width: 94%;
	height: 13%;
	overflow: auto;
}

#contacttext {
	position: absolute;
	left: 3%;
	top: 7%;
	width: 94%;
	height: 25%;
	overflow: auto;
}

#contactform {
	position: absolute;
	left: 20%;
	top: 35%;
	width: 71%;
	height:60%;
	text-align: left;
}

/* 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;
}
