body {
	background: #97969B url("../stuff/greytexture.jpeg");
	font-family: Arial,Helvetica,sans-serif;
}


#bob {
	position: fixed;
	left: 0%;
	top: 0px;
	bottom: 90%;
	width: 100%;
	padding-top: 20px;
	padding-left: 30px;
	margin: 5px;
	font-weight: bold;
	font-size: x-large;
}

#navbar {
	position: fixed;
	left: 0px;
	top: 0px;
	bottom: 90%;
	width: 100%;
	padding-left: 280px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-color: black;
	border-bottom-style: solid;
	overflow: hidden;
}

#navbar ul {
	list-style-type: none;
	list-style-position: inside;
}

#navbar li {
}

#navbar a {
	color: #FFFFFF;
	display: block;
	float: left;
	margin: 2px;
	padding: 6px 14px 6px 0px;
	text-decoration: none;
	font-weight: bold;
	font-size: large;
}

#navbar #currenttab {
	color: black;
}

#navbar a:hover {
	color: #666666;
}

#content {
	position: fixed;
	top: 10%;
	right: 0%;
	left: 35%;
	bottom: 7%;
	padding: 10px 40px 0px 40px;
	overflow: auto;
}

#largecontent {
	position: fixed;
	top: 10%;
	right: 0%;
	left: 20%;
	bottom: 7%;
	padding: 10px 40px 0px 40px;
	overflow: auto;
}

#fullcontent {
	position: fixed;
	top: 10%;
	right: 0%;
	left: 0%;
	bottom: 7%;
	padding: 10px 100px 0px 40px;
	overflow: auto;
}


#picture {
	position: fixed;
	top: 10%;
	right: 65%;
	left: 0%;
	bottom: 7%;
	padding: 30px;
	border-right-width: 1px;
	border-right-color: black;
	border-right-style: solid;
	overflow: auto;
}

#smallpicture {
	position: fixed;
	top: 10%;
	right: 80%;
	left: 0%;
	bottom: 7%;
	padding: 30px;
	border-right-width: 1px;
	border-right-color: black;
	border-right-style: solid;
}

#picture img {
	width: 98%;
}

#smallpicture img {
	width: 98%;
}

#picture ul {
	list-style-type: none;
}

button {
	font-size: small !important;
}
	

#slideshow img {
	position: absolute;
	height: 80%;
}

#footer {
	font-size: small;
	position: fixed;
	top: 93%;
	width: 100%;
	margin: 0px;
	padding: 20px;
	border-top-width: 1px;
	border-top-color: black;
	border-top-style: solid;
}


/* Small Screens */
@media screen and (max-width: 700px) {

#bob {
	position: static;
	padding: 10px 0px;
}

#navbar {
	position: static;
	padding: 0px;
	border-top-width: 1px;
	border-top-color: black;
	border-top-style: solid;
}

#navbar ul {
	margin: 0px;
	padding: 0px;
}

#navbar a {
	padding: 0px 14px 0px 0px;
}

#content {
	position: static;
	padding: 0px;
}

#largecontent {
	position: static;
	padding: 0px;
}

#fullcontent {
	position: static;
	padding: 0px;
}

#picture {
	position: static;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-color: black;
	border-bottom-style: solid;
	border-right-width: 0px;
	border-right-color: black;
	border-right-style: solid;
}

#smallpicture {
	position: static;
	padding: 0px;
}

#footer {
	position: static;
	padding: 0px;
}




}
