@charset "UTF-8";
/* CSS Document */
/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, nav, article, figure, figcaption {
     display: block;
}
body {
	margin: 0px;
	padding: 0px;
	z-index: 0;
	color: #E9E9E9;
	font-size: 100%;
	font-style: normal;
	font-weight: 400;
	font-family: alike;
}
#centeringDiv {
	width: 980px;
	height: 750px;
	margin: 0 auto;
	position: relative;
	top: 0;
}
header {
	background-color: #FFFFFF;
	height: 100px;
	width: 100%;
	color: #000000;
	text-align: center;
	font-size: 5em;
}

#allArticles {
	width: 760px;
	position: relative;
	top: 50px;
	left: 0px;
	height: auto;
	margin-left: 220px;
	background-color: #FF0000;
}
#allArticlesWrapper {
	position: absolute;
	z-index: 100;
	height: 5355px;/*total height of all individual articles including padding and margin*/
	width: auto;
	left: 0px;
	top: 0px;
	background-color: #99FF33;
}
.articleBox {
	width: 740px;
	position: relative;
	height: 570px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #000000;
}
#articleBox9 {
	background-color: #FFFFFF;
}

nav {
	width: 220px;
	height: 446px;
	position: fixed;
	left: 0px;
	top: 154px;
	z-index:99999;
	overflow:hidden;
}
.btn {
	width: 200px;
	height: 50px;
	cursor: pointer;
	background-image: url(../images/buttons.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	position:absolute;
	left:-100px;
}
#btn1 {
	background-position: 0px 0px;
	top:0;
}
#btn2 {
	background-position: 0 -50px;
	top:50px;
}
#btn3 {
	background-position: 0 -100px;
	top:100px;
}
#btn4 {
	background-position: 0 -150px;
	top:150px;
}
#btn5 {
	background-position: 0 -200px;
	top:200px;
}
#btn6 {
	background-position: 0 -250px;
	top:250px;
}
#btn7 {
	background-position: 0 -300px;
	top:300px;
}
#btn8 {
	background-position: 0 -350px;
	top:350px;
}
#btn0 {
	background-position: 0 -400px;
	top:400px;
}
#name {
	position: absolute;
	left: 327px;
	top: 3px;
	width: 638px;
	height: 207px;
	font-family: bilbo;
	font-size: 80px;
	text-align: center;
	font-style: normal;
	font-weight: 400;
	color: #000000;
	z-index: 3;
}
	
#footer {
}
.webLink {
	background-color: #00CCFF;
}
#articleBox0 {
	background-color: #FFFFFF;
	color: #000000;
	width: 760px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



/*
code for articlebox0 content
*/
body {
	width: 100%;
	overflow-x: hidden;/*prevents horizontal scroll bar*/
}

header {
	width: 100%;
	height: auto;
	font-size: 1em;
	text-align: center;
	z-index: 300;
	position: relative;
	top: 0;
	left: 0;
}
#mainIntroHolder {
	width: 100%;
	height: 569px;
	position: absolute;
}
#mainIntro {
	width: 100%;
	position: absolute;
	top: 10px;
	font-size: 16px;
	text-align: left;
	left: 0px;
	color: #000;
}
#welcome {
	width: 600px;
	height: 130px;
	z-index: 300;
	color: #000;
	font-size: 5em;
	margin: 0 auto;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 1s linear 0s;
	-moz-transition: all 1s linear 0s;
	-ms-transition: all 1s linear 0s;
	-o-transition: all 1s linear 0s;
	transition: all 1s linear 0s;
}
#welcome:hover {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}
#pics {
	width: 100%;
	min-height: 500px;
	position: relative;
	top: 100px;
}
.pic {
	position: absolute;
	width: 214px;
	height: 205px;
	left: 220px;
	top: 203px;
}
#pic1 {
	top: 36px;
	left: 102px;
	z-index: 201;
}
#pic2 {
	top: 237px;
	left: 305px;
	z-index: 202;
}
#pic3 {
	top: 261px;
	left: 454px;
	z-index: 203;
}
#pic4 {
	top: 24px;
	left: 428px;
	z-index: 204;
}
#pic5 {
	top: 157px;
	left: 541px;
	z-index: 205;
}
#pic6 {
	top: 161px;
	left: 140px;
	z-index: 206;
}
#pic7 {
	top: 237px;
	left: 39px;
	z-index: 207;
}
#pic8 {
	top: 87px;
	left: -3px;
	z-index: 208;
}
#pic9 {
	top: -6px;
	left: 263px;
	z-index: 209;
}
#sectionBottom {
	position: relative;
	bottom: 0px;
	width: 85%;
	height: 0px;
	clear: both;
}
#pic10 {
	top:203px;
	left:220px;
	z-index:100;
}
	
	
	
