@CHARSET "ISO-8859-1";
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #141414;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	font-size: 11px;
	color: #413939;
	font-weight: bold;
}

#site {
	width: 885px;
	height: 765px;
	margin: 0px auto;
	background-image: url(images/background.jpg);
	position: relative;
}

#menu {
	position: absolute;
	left: 710px;
	top: 196px;	
}
#menu a {
	display: block;
	width: 185px;
	height: 69px;
}

#upperContent {
	position: absolute;
	top: 197px;
	left: 193px;
	width: 445px;
}

#lowerContent {
	position: absolute;
	top: 345px;
	left: 193px;
	width: 445px;
	text-align: center;
}

#project {
	margin: 0px auto;
	width: 262px;
	height: 117px;
	background: url(images/projectBackground.gif) no-repeat;
	padding: 21px 29px 19px 29px;
}

#viewMore {
	position: absolute;
	top: 415px;
	left: 575px;
	background-image: url(images/viewMore.gif);
	width: 44px;
	height: 70px;
	display: block;
}

h1 {
	font-family: Georgia;
	margin: 0px;
	color: #58592b;
	font-size: 18px;
}

img {
	border: none;
}

a:link, a:visited {
	color: #505e01;
}
a:hover {
	text-decoration: none;
}
