@charset "UTF-8";
body {
	padding-top: 20px;
	font-family: Didot, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
	font-size: 14px;
	color: #666666;
	line-height: 22px;
	padding-left: 30px;
}
p {
	margin:0px 0px 14px;
}
.linky a:link {
	font-weight: bold;
	color:#666;
	text-decoration: none;
	border-bottom: 1px solid #eee;
}
.linky a:visited {
	color:#666;
	text-decoration: none;
	border-bottom: 1px solid #eee;
}
.linky a:hover {
	color:#333;
	border-bottom: 1px solid #eee;
	text-decoration: none;
}
.linky a:active {
	color:#666;
	text-decoration: none;
	border-bottom: 1px solid #eee;
}
.wrapper .left-col .menu .menuItem {
	height: 28px;
}
.wrapper .left-col .menu .menuItemSelected {
	/* [disabled]text-decoration: underline; */
	color:#000;
	border-bottom: 1px solid #ddd;
}
.spacer {
	height:20px;
	border-bottom: 1px solid #ddd;
}
.keyDesc {
	clear: both;
}
.headerText {
	font-size: 30px;
	line-height: 24px;
}
.wrapper .homeInfo {
	width: 300px;
	float: left;
	padding-right: 40px;
}
.wrapper .projectInfo {
	width: 400px;
	float: left;
	padding-bottom: 20px;
}
.wrapper {
	background-color: #FFFFFF;
	/* [disabled]width: 1000px; */
}
.wrapper .left-col {
	float: left;
	width: 200px;
	position: fixed;
}
.wrapper .content {
	/* [disabled]width: 720px; */
	position: relative;
	margin-left: 240px;
}
.wrapper .left-col .menu {
	width: 200px;
	padding-top: 30px;
}
.wrapper .content .newsPic {
	clear: both;
	width: 800px;
	padding-bottom: 20px;
}
.wrapper .links-pic {
	float: left;
	width: 320px;
	margin-left: 200px;
}
.wrapper .left-col .menu .menuItem p {
	margin: 0px;
}
.wrapper .content-about {
	float: left;
	width: 720px;
	height: 500px;
	position: relative;
	margin-left: 200px;
	line-height: 24px;
}
.wrapper .portfolio {
	float: left;
	width: 800px;
	margin-left: 200px;
}
.wrapper .content .aboutInfo {
	float: left;
	width: 360px;
	padding-left: 40px;
}
.wrapper .content .aboutPic {
	float: left;
	width: 400px;
}
