@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	background: #e9f2f2;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #000;
}

.clear {
	clear: both;
}

h1 {
	margin-left: 5px;
	font-size: 12px;
	height: 100px
}

h2 {
	font-size: 12px;
}

h1 span {
	font-weight: normal;
	color: #8d9394
}

img {
	border: 0;
}

#sideBar {
	position: fixed;
	left: 30px;
	top: 0;
	padding-top: 40px;
	background: url(../images/divider.gif) 5px 0 no-repeat ;
}

#sideBar li {
	list-style: none;
	font-weight: normal

}

#sideBar li a {
	clear: both;
	float: left;
	text-decoration: none;
	margin: 0 0 2px 0;
	padding: 2px 5px;
	color: #8d9394;
}

#sideBar li a:hover, #sideBar a.current {
	background: #fff195;
	color: #000
}

#container {
	position: relative;
	float: left;
	margin: 0 0 0 230px;
	padding-top: 40px;
	background: url(../images/divider.gif) left top no-repeat ;
}

#container  .back {
	position: absolute;
	float: left;
	top: 0;
	right: 20px;
	text-decoration: none;
	color: #000;
	background: url(../images/divider.gif) top right no-repeat ;
	padding-top: 40px;
}

#thumbs {
	width: 760px;
}

#thumbs li {
	display: inline;
}

#thumbs li a {
	float: left;
	width: 240px;
	display: block;
	margin: 0 20px 50px 0;
	text-decoration: none;
}

#thumbs li.rowEnd a {
	margin-right: 0;
}

#thumbs li a span {
	clear: both;
	float: left;
	display: block;
	color: #8d9394;
	padding: 0 5px

}

#thumbs li a span.title {
	padding: 2px 5px;
	color: #000
}

#thumbs li a:hover span.title, #thumbs li a.current span.title {
	background: #fff195;
}

#thumbs li a img {
	background: #000;
	float: left;
	width: 240px;
	height: 135px;
	margin-bottom: 5px;
}

#project {
	width: 780px;
	margin-bottom: 40px;
}

#project .info .link {
	text-decoration: none;
	color: #000;
	margin-left: 3px;
	padding: 2px 5px;
	background: #fff195;
}

#project .info .link:hover {
	background: #fff195;
}

#project .info {
	float: left;
	width: 500px;
	height: 100px;
}

#project .info span {
	color: #8d9394
}

#project img {
	float: left;
	margin: 0 20px 20px 0;
}
	

