@charset "utf-8";
/* CSS Document */

#wrap {
	height: 800px;
	width: 800px;
	position: relative;
	color: #000000;
}
#title {
	position:absolute;
	width:780px;
	height:65px;
	z-index:3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-weight: bolder;
	font-style: normal;
	padding: 0px;
	top: 20px;
	left: 10px;
	background-color: #FFFFFF;
}
#sketch1 {
	position:absolute;
	width:377px;
	height:263px;
	z-index:2;
	top: 100px;
	left: 201px;
}


#projectname {
	position:absolute;
	width:400px;
	height:50px;
	z-index:1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	left: 200px;
	top: 20px;
}
#description {
	position:absolute;
	width:770px;
	height:190px;
	z-index:4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	top: 360px;
	left: 0px;
	line-height: 25px;
	padding-right: 10px;
}
#footer {
	position:absolute;
	width:780px;
	height:35px;
	z-index:5;
	left: 10px;
	top: 740px;
	padding-top: 15px;
	background-color: #FFFFFF;
}
#wrap #footer td {
	width: 260px;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#wrap #header td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#header {
	position:absolute;
	width:780px;
	height:40px;
	z-index:6;
	left: 10px;
	top: 100px;
	padding-top: 15px;
	background-color: #FFFFFF;
}
body {
	background-color: #00CC33;
}
#content {
	position:absolute;
	width:780px;
	height:550px;
	z-index:7;
	left: 10px;
	top: 175px;
	background-color: #FFFFFF;
}
#wrap #header a:link {
	color: #000000;
	text-decoration: none;
}
#wrap #header a:visited {
	color: #000000;
	text-decoration: none;
}
#wrap #header a:hover {
	text-decoration: underline;
}
#wrap #header a:active {
	color: #000099;
	text-decoration: none;
}
