body {
	background-color:#FFF;
	color:#222;
	width:850px;
	margin-top:20px;
}

h1,p {
	font:25px Helvetica,Arial;
	padding:0px;
	margin:0px;
	margin-top:20px;
	line-height:30px;
	letter-spacing:-1px;
	font-weight:bold;
}

.me {
border-bottom:1px dotted #0fef8e;
}

.projects {
border-top:1px dotted #0fef8e;
	padding-top:15px;
}

.intro {
}

.line {
	border-top:1px dotted #0fef8e;
}

a {
	color:#777;
	text-decoration:none;
	white-space:nowrap;
	border-bottom:1px dotted #0fef8e;
}
a:hover {
	color:#0fef8e;
}

a.project {
}
a.selected {
	color:#0fef8e;
}

#loader {
	margin-top:5px;
	display:none;
}

#image_block {
	margin-top:30px;
	display:none;
	position:relative;
	height:400px;
}
#image_block .links p {
	font:21px Georgia;
	margin:0px;
}

#image_block p {
font:13px Georgia;
letter-spacing:0px;
line-height:1.4em;
color:#333;
margin:5px 0px 0px 25px;
padding:0px;
}
#image_block p a {
	
}

#image_block .project_image{
	float:left;
	width:410px;
	padding:10px;
	background-color:#DDD;
	margin-bottom:5px;
}
#image_block .project_text{
	float:left;
	width:350px;
	margin-bottom:5px;
}

#footer {
	float:left;
	clear:both;
	border-top:1px dotted #0fef8e;
	font-size:13px;
	padding-top:7px;
	width:100%;
}