#sidebar {
	position:absolute;
	width:230px;
	height:600px;
	z-index:1;
	left: 509px;
	top: 143px;
	background-color: #C2C2C2;
	overflow: auto;
	font-size: medium;
}
#navbar ul {
	padding: 7px;
	list-style-type: none;
	text-align: center;
	background-color: #C2C2C2;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
    }
#main {
	position: absolute;
	height: 600px;
	width: 480px;
	left: 5px;
	top: 141px;
	overflow: auto;
}


#navbar ul li {  
    display: inline;
    }

#navbar ul li a {
	text-decoration: none;
	padding: .2em 1em;
	color: #003;
	background-color: #C2C2C2;
    }

#navbar ul li a:hover {
	color: #000;
	background-color: #9FF;
    }
#header {
	background-color: #C2C2C2;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 40px;
	width: 400px;
	font-family: "Comic Sans MS", cursive;
	font-size: x-large;
	font-style: normal;
	background-position: center center;
	position: relative;
	clear: none;
	vertical-align: text-bottom;
	float: none;
	left: 200px;
	right: 200px;
}
body {
	background-color: #C2C2C2;
	font-family: "Book Antiqua";
	font-size: medium;
	background-attachment: scroll;
	background-image: url(images/bckgrd1.png);
	background-repeat: repeat-x;
	background-position: center;
	margin-right: 10%;
	margin-left: 10%;
	height: 600px;
	width: 800px;
}
.thumbBorder {
	margin: 15px;
	border: 5px solid #000;
}
