body {
	margin: 2em;
	padding: 0;
	font: 80% arial, hevetica, sans-serif;
	color: #000;
	background-color: #fff;
}

a:link, a:visited, a:hover, a:active {
	color: #ddd;
}

h2 {
	color: #000;
	font: 112% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin: 0 0 8px 0;
}

h2 a { text-decoration: none; }

h3
{
	color: #000;
	font: 92% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin-top: 0;
}

#container
{
	margin: 12px auto 0 auto;
	width: 780px;
	text-align: left;
    background: #000 url(/images/i3_bottom_half.jpg) 0px 60px no-repeat !important;
}

#header
{
	height: 60px;
	width: 100%;
	background-image: url(/images/i3_top_half.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
}

#contents h1 {
	height: 40px;
	width: 100%;
    margin-bottom: 0;
}
#contents h1 span.small {
    font-size: 46%;
}


#mainnav ul { list-style-type: none; }
#mainnav li { display: inline; }

#menu {
	float: right;
	width: 165px;
	border-left: 1px solid #C5C877;
	padding-left: 15px;
    margin-top: 6em;
}
#menu ul {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    line-height: 165%;
}
#contents { 
    margin: 0 200px 1em 20px; 
}
#contents p { line-height: 165%; }
.entry { 
    border-bottom: 1px solid #999; 
    margin-bottom: 0;
}
.entry p.top { 
    border-top: 3px solid #999;
    margin-top: 20px;
    padding-top: 10px;
}
div.top {
    border-top: 3px solid #999;
    margin-top: 20px;
    padding-top: 10px;
}
#footer
{
	clear: both;
    padding: 3px 5px 0 0;
    height: 18px;
	color: #000;
	text-align: center;
	font-size: 80%;
}

#skipmenu {
    display: none;
}


img.image_float_right
{
    float: right; 
    padding: 2px;
    border: 1px solid #c5bd6c;
    margin: 0 0 10px 10px;
}
img.image_float_left
{
    float: left; 
    margin: 4px; 
    padding: 2px;
    border: 1px solid #c5bd6c;
    margin: 0 10px 10px 0px;
}
img.column
{
    padding: 2px;
    border: 1px solid #c5bd6c;
    margin: 0 10px 10px 0px;
}
div.projects {
    margin: 0;
    padding: 0;
    clear: left;
}
div.project {
    float: left;
    margin: 5px 10px 1em 10px;
}
div.project img {
    border: 1px solid #999;
}
div.project ul {
    margin: 0.95em 0 0;
    padding: 0.4em 0;
    font: bold x-small Arial, Verdana, sans-serif;
    border-top: 1px solid #999;
}
div.project ul li.title {
    display: block;
    list-style: none;
    text-align: center;
}
div.ls img {
    height: 144px;
    width: 220px;
}
div.pt img {
    height: 200px;
    width: 140px;
}
