#away {
	position: fixed;
	display: block;
	height: 100px;
	width: 100px;
	background-image: url(images/away.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	top: 0;
}

body {
	color: #666;
	font: 11px Helvetica, Arial, sans-serif;
	margin: 0;
	text-align: left;
	background-color: #fff;
}

img {
	border-width: 0px;
}

a.link:link, a.link:visited {
	text-decoration: none;
	color: #00B7EB;
	background-color: #fff;
}

a.link:hover, a.link:active {
	text-decoration: none;
	border-bottom: 1px solid #00B7EB;
	color: #fff;
	background-color: #99d9ef;
}

a.con:link, a.con:visited {
	text-decoration: none;
	color: #00B7EB;
	background-color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.5em;
}

a.con:hover, a.con:active {
	text-decoration: none;
	border-bottom: 1px solid #00B7EB;
	color: #fff;
	background-color: #99d9ef;
}

#container {
	text-align: left;
	width: 770px;
	padding: 20px 0 10px 50px;
}

#langselect {
	text-align: right;
	text-transform: uppercase;
	margin-right: 20px;
}

#intro {
	margin-bottom: 40px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 2.5em;
	letter-spacing: -0.09em;
}

h1 {
	letter-spacing: -.11em;
	line-height: 0;
	margin: 0 0 25px;
}

#intro, h2  {
	color: #00B7EB;
	background-color: #fff;
}

#info {
	margin-bottom: 20px;
	float: left;
}

h2 {
	text-transform: uppercase;
	font-size: 1.5em;
	background-color: #fff;
}

#about {
	width: 200px;
	margin-right: 20px;
	text-align: left;
	float: left;
}

#mid {
	width: 200px;
	margin-right: 20px;
	text-align: left;
	float: left;
}

.midtext {
	width: 200px;
	text-align: left;
}

#projects {
	width: 310px;
	margin-right: 20px;
	text-align: left;
	float: left;
}

a.image {
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	border: 1px solid #fff;
	width: 75px;
	height: 75px;
	display: block;
}

.projectimg {
	background-color: #fff;
	float: left;
	border-bottom: 1px solid #a2a2a2;
	margin-right: 13px;
	border-right: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;
	margin-bottom: 13px;
	border-top: 1px solid #e0e0e0;
	color: #000;
	padding: 4px;
}
.projectimg:hover {
	border-bottom: 1px solid #00B7EB;
	border-right: 1px solid #77cee5;
	border-left: 1px solid #77cee5;
	background-color: #99d9ef;
	border-top: 1px solid #80d1ed;
	color: #fff;
}

#footer {

}

#links {

}

img.links {
	margin-right: 20px;
}

p {
	line-height: 1.5em;
}

#spacer {
	width: 100px;
	background-color: #fff;
	height: 10px;
}
