body{
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	font-family: "Helvetica","Arial",sans-serif;
	background-image: url(/img/bg.jpg);
	background-repeat: repeat-y;
	background-color: #D7D7D7;
}

a{
	color: #1F86C4;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

img{
	border: none;
}

h1{
	border-bottom: 1px #CCCCCC solid;
	padding-bottom: 10px;
	color: black;
	font-size: 2.2em;
	font-weight: normal;
	margin-top: 0px;
}

h2{
	font-size: 1.6em;
	border-bottom: 1px dashed #BBBBBB;
	padding-bottom: 3px;
	margin-top: 20px;
	color: #333333;
	font-weight: normal
}

h3{
	color: #333333;
}

ul.projectlist{
	list-style: none;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	padding: 0px;
}

ul.projectlist li{
	list-style: none;
	border: 1px #DDDDDD solid;
	padding: 10px;
	margin-bottom: 10px;
}

ul.projectlist li h3{
	margin-top: 0px;
}

ul.contactlist{
	list-style: none;
	padding: 0px;
	overflow: auto;
	width: 100%;
}

ul.contactlist li{
	width: 160px;
	height: 100px;
	border: 1px #CCCCCC solid;
	padding: 10px;
	text-align: center;
	font-size: 0.8em;
	float: left;
	margin-right: 10px;
}

ul.contactlist li#emailbox a{
	font-size: 5em;
}

div#wrapper{

	border: 2px #CCCCCC dashed;
	padding: 40px;
}

div#footerwrapper{
	padding-left: 40px;
	margin-top: 30px;	
}

div#footerwrapper p{
	margin: 5px;
	color: #999999;
	font-size: 0.8em;
	text-align: center;
}

div#superwrapper{
	background-color: white;
	padding: 80px;
	padding-bottom: 30px;
	border: 5px #666666 solid;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	width: 845px;
}

