@charset "ISO-8859-1";
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	vertical-align: text-top;
}
.top {
	margin: 0px;
	height: 40px;
	width: 70%;
	position: fixed;
	left: 0px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	z-index: 3;
	color: #333333;
	font-weight: normal;

}
.projects {
	float: left;
	width: 400px;
	padding-top: 35px;
	padding-right: 10px;
	padding-bottom: 5px;
	z-index: 2;
	top: 0px;
	margin: 0px;
	text-align: left;
	vertical-align: text-top;

}
.container {
	margin: 0px;
	width: 105%;
	position: absolute;
	top: 50px;
	vertical-align: text-top;
	left: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}
.container img{
	vertical-align: text-top;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 60px;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #333333;
}
