* {

		border: 0;
		padding: 0;
		margin: 0;
		text-decoration: none;
		font-family: Arial;
		color: #555;
}

table * {

		font-size: 0.9em;
}

body {

		background-image: url(images/Background.jpg);
		background-repeat: no-repeat;
		background-color: #f4f4f0;
		background-position: top center;
}

h1 {
		font-size: 1.7em;
		margin-bottom: 25px;
}

h2 {
		font-size: 1.2em;
		margin-top: 25px;
		margin-bottom: 5px;
}

p {
		margin-bottom: 5px;
}

ul {
		list-style-type: square;
		margin-left: 15px;
}

.Date {

		font-size: 8px;
}

#About {

		width: 580px;
		height: 100px;
		position: absolute;
		left: 0;
		top: 0;
}

#Menu {
		position: absolute;
		left: 650px;
}

#Links {
		position: absolute;
		left: 650px;
		top: 90px;
}

#Page {
		width: 800px;
		height: 101%;
		left: 50%;
		margin-left: -400px;
		margin-top: 50px;
		position: absolute;
		padding: -100px;
		font-size: 0.72em;
}

#Header {

		width: 150px;
		height: 150px;
		background-image: url("images/header.jpg");
		overflow hidden;
		position: absolute;
		right: 0;
}

#List {

		width: 200px;
		height: 350px;
		position: absolute;
		left: 650px;
		top: 210px;
		text-transform: lowercase;
}

#Thumbs {

		width: 600px;
		position: absolute;
		left: 0;
		top: 0;
}

.ThumbBackground {

		width: 190px;
		height: 120px;
		margin: 4px;
		float: left;
		border: 1px solid #ddd;
		background-color: white;
}

.ThumbForeground {

		width: 180px;
		height: 110px;
		margin: 5px;
		overflow: hidden;
		cursor: hand;
}

.ThumbShadow {

		width: 180px;
		height: 110px;
		margin: -113px 7px;
}

.ProjectContent {

		width: 580px;
		height: 100px;
		margin: 40px 4px;
		display: table;
}

.ProjectContent a {

		text-decoration: underline;
}

.ActiveProject {

		width: 190px;
		height: 120px;
		margin: 4px;
		float: left;
		border: 1px solid #ecd578;
}

.Image {
		padding: 5px;
		border: 1px solid #ddd;
		background-color: white;
}

.Image img {
		margin-bottom: 10px;
}
