@import url(reset.css);

html, body {
	
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	line-height: 15px;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	clear: both;
	margin-bottom: 18px;
	color: #333;
}

h2 {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	/*font-style: italic;*/
	text-transform: uppercase;
	margin-bottom: 3px;
	color: #333;
}

h3 {
	font-style: italic;
	margin-bottom: 16px;
}

p {
	margin-bottom: 16px;
}

a {
	text-decoration: none;
	color: #7f7fa2;
	/*font-weight: bold;
	font-style: italic;*/
}


#wrapper {
	width: 100%;
	height: 100%;
	position: relative;
}

#wrapper img {
	float: left;
	border: 0;
}

#sidebar {
	background: url(images/wv.png) no-repeat 30px 70px;
	width: 134px;
	float: left;
	padding: 0 18px 0 30px;
	position: fixed;
	overflow: visible;
	clear: none;
}

#description {
	margin-top: 216px;
}

#content {
	position: absolute;
	top: 220px;
	left: 250px;
	width: 800px;
	float: left;
	/*margin: 220px 0 0 250px;*/
	vertical-align: top;
}

#projectcontainer {
	width: 240px;
	height: 255px;
	margin: 0 24px 0 0;
	float: left;
	clear: none;
}

#projectcontainer img {
	margin: 0 0 14px 0;
}

a #projectcontainer {
	color: #666;
}

.selectedlink {
	background: #333;
	color: #fff;
}

#projectlist {
	width: 206px;
	/*margin: 0 0 0 54px;*/
	float: left;
	position: absolute;
	top: 220px;
	left: 1074px;
	float: left;
	/*margin: 220px 0 0 250px;*/
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
}

#projectlist ul {
	list-style: none;
	padding: 0;
	border-bottom: thin #dadada dotted;
}

#projectlist ul li {
	border-top: thin #dadada dotted;
	padding: 2px 0;
}

.project {
	float: left;
	margin: 0 0 70px 0;
}

.projectdescription {
	width: 180px;
	float: left;
}

.project h2 {
	text-align: left;
}

.projectdescription p {
	text-align: left;
}

.project img {
	margin: 0 24px 0 0;
	text-align: left;
	float: left;
}

#footer {
	height: 300px;
	clear: left;
}
