#wrapper {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
}

#topbar{
margin-top: 10px;
float: right;
position: relative;
visibility: hidden;
z-index: 100;
}

#content {
	padding-top: 25px;
	margin-right: auto;
	position: relative;
	padding-left: 50px;
	padding-bottom: 50px;
	padding-right: 50px;
	margin-top: 40px;
	margin-bottom: 20px;
	min-height: 250px;
	background-color: white;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 700px;
}

body {
	background-repeat: repeat-y;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#header {
	background-repeat: no-repeat;
	background-image: url(/images/header.png);
	margin-top: 10px;
	position: relative;
	clear: none;
	margin-right: auto;
	margin-left: auto;
	background-position: 0 0px;
	font-style: italic;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	right: auto;
	left: auto;
	height: 100px;
	width: 900px;
	font-size: 6em;
}

h1 {
	color: black;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-style: italic;
	font-weight: bold;
}

h2{
	font-size: 1.15em;
	text-align: right;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3{
	font-size: 1.15em;
	text-align: left;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#menu {
}

#menu li {
	margin-left: 10px;
	color: black;
	background-image: url(/images/button.png);
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	list-style-position: inside;
	text-align: left;
	font-style: italic;
	font-weight: bold;
	z-index: 0;
	width: 100px;
	display: block;
	list-style-type: none;
}

#menu li.selected {
	list-style-position: inside;
	text-align: left;
	font-style: italic;
	font-weight: bold;
	z-index: 0;
	display: block;
	list-style-type: none;
}

#menu li:hover {
	list-style-position: inside;
	text-align: left;
	font-style: italic;
	font-weight: bold;
	z-index: 0;
	display: block;
	list-style-type: none;
}

li a {
	text-decoration: none;
}

li a:hover {
	text-decoration: none;
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
}

#profile-pic{
	margin-bottom: 20px;
	margin-right: 30px;
	float: left;
}

#thumbnails img{
	height: 90px;
	width: 90px;
	padding: 15px;
	border-color: black;
	border-width: 5px;
	border-style: solid;
}

#thumbnails img:hover{
	border-color: #cccccc;
	border-width: 5px;
	border-style: solid;
	padding: 10px;
	height: 100px;
	width: 100px;
}

#footer {
	margin-bottom: 50px;
	width: 850px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 20px;
}
