/* CSS Document */

* {
	margin:0;
	padding:0;
}
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#aaa;
	font-size:12px;
}
a, a:visited {
	color:#aaa;
	text-decoration:none;
}
a:hover, a:active {
	color:#777;
}
p {
	margin-bottom:0.5em;
}
a img {
	border:none;
}


#wrapper {
	width:960px;
	height:600px;
	margin:0 auto;
	position:relative;
}

#leftcol {
	width:215px;
	float:left;
	text-align:right;
}
#header {
	padding:8px 15px 0 0;
}
#header p {
	font-size:1.1em;
}
h1 {
	font-weight:normal;
	font-size:3.7em;
	margin-bottom:0.15em;
}
#sidemenu {
	position:absolute;
	bottom:10px;
	left:0px;
	width:200px;
}
#sidemenu a {
	font-size:1.5em;
	padding:8px;
	line-height:30px;
}
#sidemenu a:hover, #sidemenu a.active, #projectlist a:hover, #projectlist a.active {
	background:#eee;
	color:#fff;
}
#rightcol {
	float:left;
	width:745px;
}
#topmenu {
	width:730px;
	text-transform:lowercase;
	padding-top:70px;
	text-align:right;
}
#topmenu a {
	font-weight:bold;
	padding-left:30px;
}
#content {
	height:500px;
	padding-top:15px;
}
#footer {
	font-size:0.8em;
	width:740px;
	text-align:right;
	clear:both;
}
#innerleftcol {
	float:left;
	width:200px;
}
#projectlist {
	font-family:"Times New Roman", Times, serif;
	font-size:1.1em;
}
#projectlist p {
	margin-bottom:1.7em;
}
#projectdesc {
	padding-left:6px;
	font-family:"Times New Roman", Times, serif;
	position:absolute;
	bottom:0px;
	left:215px;
	width:180px;
}
#projectlist a {
	padding:6px;
	line-height:20px;
}
#projectdesc b, #projectdesc strong {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.9em;
}
#projectdesc p {
	margin-bottom:1em;
}
#innerrightcol, #thumbs {
	float:right;
	width:500px;
}
#thumbs { clear:both; }
#thumbs img {
	margin-right:11px;
	margin-bottom:11px;
	cursor:pointer;
}
#prevnext {
	font-size:1em;
	height:19px;
	clear:both;
	font-weight:bold;
}
#prevnext a:hover {
	border-bottom:1px dotted #aaa;
}
div.copy p {
	margin-bottom:1.3em;
	line-height:1.8em;
	font-size:12px;
}