* {
	margin: 0;
	padding: 0;
}
body, #header, #topmenu, #footer {
	background-color: #71a7e0;
}
body {
	background-image: url(mimic/images/bckgrnd_new.png);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
#wrapper {
	margin: auto;
	width: 740px;
	background-image: url(mimic/images/opaque.png);
	padding: 10px;
}
#wrapper, #header, #topmenu, #pagecontent, #footer, .code {
	border-radius: 10px;
}
#header, #topmenu, #footer {
	background-image: url(mimic/images/header.png);
}
#header {
	padding: 10px 0 0 20px;
	height: 100px;
	margin: 0 auto 0 auto;
}
#logo {
	width: 85px;
	height: 80px;
	background-image: url(mimic/images/mimic-logo-small.png);
	background-repeat: no-repeat;
	float: left;
	margin-top: 5px;
}
#header span {
	margin-right: 10px;
	float: right;
}
img {
	border: none;
}
#header p {
	margin-left: 160px;
	font-size: 140%;
	font-weight: bold;
}
h1 {
	margin-left: 110px;
	width: 400px;
}
h4, p {
	margin: 10px 0 10px 0;
}
h3 {
	margin: 20px 0 10px 0;
	font-size: 120%;
}
h4 {
	font-size: 110%;
}
h5 {
	font-size: 90%;
}
#topmenu, #pagecontent, #footer {
	margin-top: 10px;
}
#topmenu ul li a.pageactive {
	color: white;
	background-image: url(mimic/images/opaque.png);
}
#topmenu ul li a, #footer {
	text-align: center;
}
#topmenu ul li {
	list-style-type: none;
	display: inline;
}
#topmenu ul li a {
	font-size: 120%;
	color: black;
	text-decoration: none;
	width: 138px;
	float: left;
	display: block;
	padding: 5px;
}
#topmenu ul li a:hover {
	color: white;
	background-image: url(mimic/images/opaque.png);
}
#menu_first {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
#menu_last {
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
}
#pagecontent {
	width: 560px;
	margin-bottom: 10px;
	color: white;
	background-color: #395773;
	padding: 10px;
	min-height: 250px;
	float: right;
}
#pagecontent ul {
	margin: 5px 0 5px 0;
}
#pagecontent li {
	margin-left: 20px;
}
#pagecontent a {
	color: white;
}
.footer, #footer {
	clear: both;
}
#footer {
	padding: 2px;
	margin-bottom: 0;
}
#footer a {
	color: black;
}
#footer p {
	margin: 5px;
}
.code {
	padding: 10px;
	background-color: #2b4156;
}
table {
	margin: 20px 0;
}
input[type="submit"] {
	width: 100px;
	border-radius: 10px;
	border: solid 2px #71a7e0;
	background-color: #71a7e0;
}
input[type="submit"]:hover {
	border: solid 2px black;
}
td#contact_buttons {
	padding: 20px;
	text-align: center;
}
.project {
	background-image: url(/mimic/images/header.png);
	float: left;
	padding-top: 5px;
	margin: 30px 10px;
	border-radius: 10px;
	width: 340px;
	text-align: center;
	color: black;
}
.project_name {
	margin: 0 0 5px 0;
}
.project_desc {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	height: 190px;
	border: solid 1px #71a7e0;
	background-color: #2b4156;
}
.project_desc p {
	min-height: 80px;
	text-align: justify;
	color: white;
	padding: 15px;
}
.project .project_link {
	text-align: center;
}
#pagecontent .project .project_link a {
	border-radius: 10px;
	color: black;
	background-image: url(/mimic/images/header.png);
	padding: 5px 30px;
}
