body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	background-image:url(../Images/HomePageBackground6.jpg);
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a:link, a:visited, a:hover {
	text-decoration:none;
	border:none;
}

.recreationBrown{
	color: #663300;
}

.intermediateRed{
	color: #ff0000;
}

.advancedBlue{
	color: #0000ff;
}

.intAdvPurple{
	color: #903f98;
}

.powerGreen{
	color: #0eb04b;
}

.blackText{
	color: #000000;
}


.textAlignCenter{
	text-align:center;
}

.textAlignLeft{
	text-align:left;
}

#container {
	position:relative;
	width: 99%;  /* this will create a container 80% of the browser width */
	height: 900px;
	background-image:url(../Images/IndexBulletinBoard.jpg);
	background-repeat:no-repeat;
	padding: 0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header{
	background:#ed1d24;

	height:204px;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#navigation {
	position: absolute;
	top: 0px;
	left: 18px;
	width: 812px;
	margin: 0px;
	padding: 30px 0px 10px 15px;
}

#nav1{
	float:left;
	width: 140px;
	height: 79px;
	margin: 0px 0px 0px 0px;
}

#nav2{
	float:left;
	width: 133px;
	height: 79px;
	margin: 0px 0px 0px 0px;
}

#nav3{
	float:left;
	width: 134px;
	height: 79px;
	margin: 0px 0px 0px 0px;
}

#nav4{
	float:left;
	width: 132px;
	height: 79px;
	margin: 0px 0px 0px 0px;
}

#nav5{
	float:left;
	width: 133px;
	height: 79px;
	margin: 0px 0px 0px 0px;
}

#nav6{
	float:left;
	width: 140px;
	height: 79px;
	margin: 0px 0px 0px 0px;
}

#logoutOptionHomePage{
	position: absolute;
	top: 10px;
	left: 555px;
	font-size:12px;
	font-weight:bold;
	color: #000000;
	text-align: center;
	width: 306px;
	z-index: 99;
}

#clipboard {
	clear:both;
	position: absolute;
	top: 145px;
	left: 85px;
	background-image: url(../Images/Clipboard.jpg);
	background-repeat: no-repeat;
	width: 306px;
	height: 407px;
	padding: 80px 0px 0px 0px;
	text-align:center;
	visibility: visible;
}

#clipboard p {
	padding: 0px 24px 0px 22px;
}

#photoGallery1{
	position: absolute;
	top: 110px;
	left: 420px;
	width: 207px;
	height: 290px;
}

#photoGallery2{
	position: absolute;
	top: 110px;
	left: 627px;
	width: 207px;
	height: 290px;
}

#flier{
	position: absolute;
	top: 340px;
	left: 400px;
	width: 400px;
	height: 300px;
	background-image :url(../Images/NotebookPaperShorter.png);
	background-repeat :no-repeat;
	overflow: hidden;
}

#flier p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: large;
	color: #333333;
	padding: 20px 25px 10px 40px;
	margin: 0px;
}

#calendar{
	position: absolute;
	top: 330px;
	left: 580px;
	width: 210px;
	height: 203px;
	visibility: visible;
}

#postItNote0{
	position: absolute;
	top: 340px;
	left: 400px;
	background-image:url(../Images/PostItNoteSpecial.png);
	background-repeat:no-repeat;
	width: 165px;
	height: 185px;
	visibility: visible;
}

#postItNote0 p{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style:italic;
	font-weight:bold;
	text-align: center;
	padding: 25px 25px;
	margin: 0px;
}

#postItNote1{
	position: absolute;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	font-weight: bold;
	top: 545px;
	left: 85px;
	background-image: url(../Images/PostItNote1.png);
	background-repeat: no-repeat;
	width: 165px;
	height: 165px;
}

#postItNote1 p{
	text-align:center;
	padding: 15px 25px 0px 23px;
}

#postItNote2{
	position: absolute;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style:italic;
	font-weight:bold;
	top: 545px;
	left: 270px;
	background-image: url(../Images/PostItNote2.png);
	background-repeat: no-repeat;
	width: 165px;
	height: 165px;
}

#postItNote2 p{
	text-align:center;
	padding: 25px 20px 0px 23px;
}

#postItNote3{
	position: absolute;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style:italic;
	font-weight:bold;
	top: 545px;
	left: 445px;
	background-image: url(../Images/PostItNote3.png);
	background-repeat: no-repeat;
	width: 165px;
	height: 165px;
}

#postItNote3 p{
	text-align:center;
	padding: 20px 20px 0px 20px;
}

#postItNote4{
	position: absolute;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style:italic;
	font-weight:bold;
	top: 545px;
	left: 620px;
	background-image: url(../Images/PostItNote4.png);
	background-repeat: no-repeat;
	width: 165px;
	height: 185px;
}

#postItNote4 p{
	text-align:center;
	padding: 30px 20px 0px 23px;
}

#postItNoteNagva{
	position: absolute;
	top: 647px;
	left: 205px;
	background-repeat: no-repeat;
	width: 125px;
	height: 125px;
}

#footer {
	background: #ed1d24;

	height: 204px;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.slideshow {
	position: relative;
}

.pic {
	position: absolute;
	top: 0;
	left: 0;
	width: 205px;
	height: 180px;
	text-align: center;
	display: none;
	list-style: none;
	}

.slideshow-2 {
	position: relative;
}
