body {
	background-color: #a5bfa3;
	margin: 0;
	color: #000;
    text-align: center;
	font-family: Helvetica, Arial;
	font-size: 13px;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

#header a, #header a:hover {
	color: #2f427a;
	font-weight: bold;
}

#wrapper {
	position: relative;
	width: 1145px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	margin-top: 35px;
	margin-left: 5px;
	font-size: 35px;
	font-weight: bold;
	color: #364b39;
}

#content {
	margin-top: 35px;
}

.list {
	position: relative;
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
	width: 360px;
	height: 210px;
}

#content .list .detail {
	position: absolute;
	z-index: 10;
	background: url(images/detbg.png);
	width: 340px;
	bottom: 5px;
	left: 5px;
	color: #fff;
	padding: 5px;
}

#content .list .detailname {
	position: relative;
	float: left;
	font-weight: bold;
	font-style: italic;
	font-size: 13px
}

#content .list .detailadr {
	position: relative;
	float: right;
	font-weight: normal;
}

#content .list .detaildesc {
	position: relative;
	margin-top: 5px;
	display: none;
}

#content img {
	border: 5px solid #829880;
}

#personal {
	background-color: #829880;
	width: 100%;
	padding-top: 35px;
	border-top: 3px solid #97aa95;
	text-align: left;
}

#pwrapper {
	position: relative;
	width: 1145px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#plogo {
	margin-left: 5px;
	font-size: 35px;
	font-weight: bold;
	color: #a5bfa3;
}

#projects {
	margin-top: 35px;
}

#projects .list .detail {
	position: absolute;
	z-index: 10;
	background: url(images/detbg.png);
	width: 340px;
	bottom: 5px;
	left: 5px;
	color: #fff;
	padding: 5px;
}

#projects .list .detailname {
	position: relative;
	float: left;
	font-weight: bold;
	font-style: italic;
	font-size: 13px
}

#projects .list .detailadr {
	position: relative;
	float: right;
	font-weight: normal;
}

#projects .list .detaildesc {
	position: relative;
	margin-top: 5px;
	display: none;
}

#projects img {
	border: 5px solid #a5bfa3;
}

#footer {
	font-size: 13px;
	width: 100%;
	text-align: center;
	padding-bottom: 25px;
	color: #536856;
	font-weight: bold;
}