body, html {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: small;
}

html {
	overflow-y: scroll;
}

.header {
	background-image: url(../images/MKGheader_01.png);
	height: 65px;
	width: 900px;
}

.menu {
	height: 33px;
	padding-top: 12px;
	background-image: url(../images/MKGheader_02.png);
	color: white;
	text-align: right;
	font-family: "Bank Gothic", "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight: lighter;
}

.content {
	width: 860px;
	padding: 20px;
	min-height: 400px;
}

.content h2 {
	font-size: 16px;
}

h2.home {
	margin: 15px 0 0 0;
}

.content h2:first-child {
	margin-top: 0;
}

.content > p {
	margin: 10px 0 0 0;
}

.descrip {
	height: 60px;
	padding-top: 10px;
}

.techy {
	font-size: smaller;
	color: gray;
}

.portitem {
	height: 100px;
	padding: 15px 0 15px 0;
	border-bottom: #d8d8d8 1px solid;
}

.resumeitem {
	padding: 15px 0;
	border-bottom: #d8d8d8 1px solid;
}

.content .portitem:first-child {
	padding-top: 0;
}

.content .portitem:last-child, .content .resumeitem:last-child {
	border-bottom: 0;
}

.portitem img {
	margin-right: 15px;
	border: 1px #e2e2e2 solid;
}

.footer {
	font-size: x-small;
	height: 40px;
	width: 900px;
	background-image: url(../images/MKGheader_02.png);
	color: white;
	text-align: center;
	line-height: 30px;
}

.wrapper {
	border-right: #d8d8d8 solid 1px;
	border-bottom: #d8d8d8 solid 1px;
	border-left: #e2e2e2 solid 1px;
	border-top: #e2e2e2 solid 1px;
	margin: 24px auto 24px auto;
	padding: 24px;
	width: 900px;
}

.menu a {
	color: white;
	text-decoration: none;
	font-size: 15px;
	height: 30px;
	width: 40px;
	padding: 12px 10px 17px 10px;
	margin: 20px 5px auto 0;
}

.menu a:hover {
	background-color: white;
	color: #14357e;
}

.menu a:last-child {
	margin-right: 12px;
}

.footer a {
	color: white;
}

.footer a img {
	vertical-align: middle;
	border: 0;
}

h2.resumetitle {
	margin: 15px 0 0 0;
}

.content h2.resumetitle:first-child {
	margin: 0;
}