@charset "utf-8";
/* CSS Document */

* {
margin: 0;
padding: 0;
}

body {
	background: #fff;
	cursor: default;
	font-family: Arial, "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", Tahoma, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #888;
}
h1 {
	font-weight: normal;
	font-size: 11px;
}
h2 {
	font-weight: normal;
	font-size: 12px;
	color: #000
}
h3 {
	font-weight: normal;
	font-size: 11px;
	color: #888
}
h4 {
}
p {
	font-weight: normal;
	font-size: 12px;
	color: #888;
	text-align: left
}
a {
	color: #888;
	text-decoration:none;
}
a:hover {
	color: #000;
	text-decoration: none;
}

div#container {
	margin: 0 auto;
	width: 930px;
	text-align: right;
}

#header {
	width: 930px;
	padding: 30px 0 13px 0;
}

#info {
	width: 930px;
	height: 34px;
	margin: 0 0 16px 0;
	padding: 15px 0 15px 0;
	border-top: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
}
#infoLeft {
	float: left;
	width: 600px;
}
#infoRight {
	float: right;
	width: 288px;
}

ul.projects {
	overflow: hidden;
	list-style: none;
	width: 100%;
	padding: 14px 0 0 0;
}
ul.projects li {
	float: left;
	margin: 0 30px 28px 0;
	width: 290px;
}
ul.projects li.last{
	float: left;
	margin: 0 0 28px 0;
	width: 290px;
}
ul.projects a {
	text-decoration: none;
	color: #000;
}
ul.projects li img {
	border: 0;
}
ul.projects em {
	width: 290px;
	height: 20px;
	background: transparent url(img/over.png) no-repeat;
	margin: 135px 0 0 0;
	padding: 5px 0 0 0;
	display: none;
	position: absolute;
	font-style: normal;
	font-size: 12px;
	color: #000;
	text-align: center;
}
ul.projects a:hover em {
	display: block;
}

.projectBig {
	overflow: hidden;
	list-style: none;
	width: 100%;
	margin: 30px 0 30px 0;
}

#line {
	clear: both;
	width: 930px;
	height: 0;
	margin: 0 0 05px 0;
	border-bottom: 1px dotted #888;
}

#footer {
	padding: 0 0 2px 750px;
	width: 180px;
}
