html
{
	background: url(../images/background2e.jpg) 50% 0% black;
	font-family: Liberation Sans, Arial, sans-serif;
	color: white;
	font-size: 1.2em;
}

h1
{
	position: fixed;
	top: 24px; right: 0;
	z-index: 120;
	width: 204px;
	height: 48px;
	padding: 6px 12px;
	
	background: url(../images/pod_top.png) no-repeat top left;
}

h1 img
{
	width: 192px;
	height: 48px;
	position: relative;
	top: 14px;
	left: -6px;
}

#nav
{
	position: fixed;
	top: 64px; right: 0;
	width: 180px;
	z-index: 110;
	
	padding: 24px 12px;
	
	margin: 0 24px;
	
	
	text-align: left;
	max-height: 552px;

	background: url(../images/pod_bottom.png) no-repeat bottom left;
	color: white;
}

#content
{
	width: auto;
	padding: 3em;
	margin-top: 64px;
	margin-right: 220px;
	z-index: 0;
	
	font-size: 0.9em;
}



#nav .menu li
{
	text-align: center;
	margin: 0;
	margin-top: 1em;
	font-variant: small-caps;
	font-size: 1em;
}

#nav .menu li li
{
	text-align: left;
	margin: 0;
	margin-top: 0;
	font-variant: normal;
	font-size: 0.8em;
}


h1 a,h1 a:hover
{
	border: none;
	text-decoration: none;
}

a
{
	color: #7F88D3;
	font-weight: bold;
	text-decoration: none;
	border-bottom: dotted 1px #6B71A3;
}


a:hover
{
	color: #A8B4F4;
	border-bottom: solid 1px #A8B4F4;
}



p,
.list li
{
	margin: 0.5em;
}

ul.list
{
	margin: 1em;
	margin-top: 0.5em;
	margin-bottom: 2em;
	list-style-type: disc;
	list-style-position: inside;
}


h2
{
	text-align: center;
}


h3
{
	margin-top: 1em;
}

#welcome
{text-align: center; font-size: 0.8em;}


dl.projectlist
{
	margin-left: 1em;
}

dl.projectlist dt
{
	margin-top: 0.5em;
}

dl.projectlist dd
{
	margin-bottom: 0.5em;
}



.project
{
	width: 48%;
	margin: 1%;
	float: left; clear: none;
}


.download
{
	margin: 0 2em;
	padding-left:1em;
}

.download h4
{
	margin-top:1em;
	font-weight: bold;
}

.download p,
.download ul
{
	margin: 0.25em 0;
}

.download ul li
{
	display: inline;
}