/* DEFAULTS */

* {
	margin:0; /* browsers interpret margin and padding a little differently, */
	padding:0; /* we'll remove all default padding and margins and set them later on */
}

body {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1em;
	color: #222;
}

a, a:link, a:visited, a:active {
	text-decoration: none;
	background-color: inherit;
	color: inherit;
}

a:hover {
	text-decoration: underline;
}


/* BASICS */

div#pagewrapper {
	width: 800px;
	margin: 0 auto;	  /* this centers wrapper */
	margin-top: 40px;
	margin-bottom: 40px;
	background-color: #FFF;
}



/* HEADER */

div#header {
	height: 100px; /* adjust according your image size */
	padding-top: 20px;
	padding-left: 20px;
	font-size: 60%;
}

div#header h2 {
	padding-top:0.8em;
	color: #F50;
}


/* CONTENT */

div#content {
	margin-top: 4em;
	margin-bottom: 3em;
	margin-left: 20px;
	line-height: 1.4em;
	font-size: 70%;
}

p#projecttitle {
	margin-top: 2.3em;
	font-weight: bold;
}

p#projectspecs {
	color: #AAA;
}

img#linkimage {
	border:0;
	margin-left: 0.8em;
}



/* FOOTER */

div#footer {
	padding: 2em;
	font-size: 70%;
	color: #AAA;
	text-align: center;
}

