body {
	background: white;
	font-family: Georgia, Serif;
	font-size: 13px;
	line-height: 23px;
}

#main {
	width: 960px;
	margin: 40px auto;
}

#logo {
	float: left;
	margin-bottom: 100px;
}

#logo.without_margin {
	margin-bottom: 30px;
}

#menu {
	float: right;
	margin-top: 31px;
	position: relative;
}

#menu li {
	float: left;
	padding: 0 12px;
	border-right: 1px solid #cccccc;
	height: 16px;
	overflow: hidden;
}

#menu li.last {
	border: none;
	padding-right: 0;
}

#menu2 {
	clear: both;
}

#menu2 ul {
		float: right;
}

#menu2 li {
	float: left;
	margin-left: 31px;
	width: 136px;
	height: 24px;
	line-height: 2;
	display: block;
	border-top: 1px solid white;
	font-size: 13px;
}

#menu2 li.current,
#menu2 li.current:hover {
	border-top: 1px solid #ed008c;
	position: relative;
	background: white;
	bottom: -1px;
}

#menu2 li:hover {
	border-top: 1px solid #aaaaaa;
}

#menu2 li.current a {
	font-weight: bolder;
	color: black;
}

#menu2 a {
	color: #aaaaaa;
	text-decoration: none;
}

#projects {
	clear: left;
	float: left;
	width: 332px;
	padding-top: 25px;
}

#projects ul {
	border-right: 1px solid black;
	margin-left: 135px;
}

#projects li {
	margin-bottom: 30px;
	padding: 0 5px;
	font-size: 13px;
	position: relative;
	right: -1px;
	border-left: 1px solid white;
}

#projects li.last {
	margin-top: 40px;
}

#projects li a {
	color: #aaaaaa;
	text-decoration: none;
}

#projects li span.date {
	margin-left: 0;
	color: #aaaaaa;
	font-style: italic;
	font-size: 12px;
}

#projects li.current,
#projects li.current:hover {
	border-left: 1px solid #ed008c;
	background: white;
}

#projects li:hover {
	border-left: 1px solid #aaaaaa;
}

#projects li.current a {
	color: black;
	font-weight: bolder;
}

#content {
	padding-top: 40px;
	float: right;
	border-top: 1px solid black;
	width: 628px;
}

#content.without_border {
	border: none;
}

#footer_left {
	float: left;
	font-size: 13.5px;
	margin-top: 140px;
	color: #990066;
}

#footer {
	float: right;
	margin-top: 112px;
	border-top: 1px solid #cccccc;
	width: 495px;
	padding: 27px 0 60px 137px;
}
