<style type="text/css">

.main {
	background-color: white;
	font-size: 10pt;
	font-family: sans-serif;
}
.company {
	margin-top: 50px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 25pt;
	background-color: white;
	width: 500px;
	font-family: sans-serif;	
}
.about {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	width: 700px;
	font-size: 10pt;
	font-family: sans-serif;
}

.footer {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	font-size: 10pt;
	text-align: center;
}


A:link {text-decoration: none}
A:visited {text-decoration: none}
A:hover {text-decoration: none}
A:active {text-decoration: underline}

.siteurl {
	font-size: 11pt;
	padding: 8px;
}
.description {
	font-size: 10pt;
}



#projects {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	font-size: 10pt;
	font-family: sans-serif;
}

#shadow-container {
	position: relative;
	left: 3px; 
	margin-left: auto;
	margin-right: auto;
	top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	width: 700px;
}

#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
	position: relative;
	left: -2px;
	top: -2px;
}
 
#shadow-container .shadow1 {
	background: #F1F0F1;
}

#shadow-container .shadow2 {
	background: #DBDADB;
}

#shadow-container .shadow3 {
	background: #B8B6B8;
}

#shadow-container .container {
	background: #ffffff;
	border: 1px solid #848284;
	padding: 5px;
}
</style>