body {
	font-family: 'Raleway', sans-serif;
}
a:link, a:visited , a:active {
	color: #257018;
	text-decoration: none;
}
a:hover {
	color: #066;
	text-decoration: none;
}
#main {
	margin: 0 auto;
	margin-top: 40px;
	width: 800px;
}
#header {
	margin-left: 250px;
	font-size: 0.8em;
}
#header h1 {
	font-weight: 400;
}
#header h2 {
	font-weight: 300;
	margin-bottom: 0;
	padding-bottom: 0;
}
#header h3 {
	font-weight: 300;
	margin-top: 0;
	padding-top: 0;
	font-size: 1.3em;
}
#navi {
	white-space: nowrap;
	height: 450px;
	width: 180px;
	padding: 20px;
	float: left;
	text-align: right;
	background-color: #EDEDED;
}
#navi ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navi li {
	margin: 0;
	margin-bottom: 8px;
	font-size: 0.85em;
	font-weight: 500;
}
#navi li a:link, #navi li a:visited , #navi li a:active {
	color: #257018;
	text-decoration: none;
}
#navi li a:hover {
	color: #066;
	text-decoration: none;
}
#navi li a.active {
	color: #000000;
	text-decoration: none;
	font-weight: 600;
}
#content {
	margin-left: 30px;
	padding-top: 20px;
	width: 550px;
	float: left;
	font-size: 0.85em;
}
#content ul {
	margin-top: 0;
	padding-top: 0;
	padding-left: 20px;
	list-style: circle outside none;
}
.works {
	width: 150px;
	height: 150px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: #FFFFFF 3px solid;
}
.works:hover {
	border: #257018 3px solid;
	transition: border 0.7s;
	-webkit-transition: border 0.7s;
	-moz-transition: border 0.7s;
	-ms-transition: border 0.7s;
	-o-transition: border 0.7s;
}
.selection {
	width: 225px;
	height: auto;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: #FFFFFF 3px solid;
}
.selection:hover {
	border: #257018 3px solid;
	transition: border 0.7s;
	-webkit-transition: border 0.7s;
	-moz-transition: border 0.7s;
	-ms-transition: border 0.7s;
	-o-transition: border 0.7s;
}