

body {
	background-color: #ffffff;
	background-image: url("images/stripes.png");
	}
	
#page {
	background-color: #ffffff;
	width: 1000px;
	margin: 0px auto 0px auto;
	border: 1px solid #666666;
	}

#header {
	background-color: #ffffff;
	background-image: url("images/header.png");
	background-repeat: no-repeat;
	width: 1000px;
	height: 125px;
	
	}
	
#navbar {
	background-color: #ffffff;
	background-image: url("images/navbar.png");
	background-repeat: no-repeat;
	width: 1000px;
	height: 40px;
	margin-top: 0px;
	}

#main {
	background-color: #ffffff;
	magrin: 10px 0px 20px 0px;
	padding: 10px 0px 20px 0px;
	}

#left {
	width: 160px;
	float: left;
	padding-right: 10px;
	margin: 10px 10px 15px 10px;
	}

#right {
	margin: 10px 10px 15px 180px;
	border-left: 2px dotted #666666;
	}

#footer {
	background-color: #ffffff;
	width: 980px;
	clear: both;
	text-align: center;
	color: #666666;
	font-style: italic;
	margin: 10px auto 0px auto;
	padding: 10px 0px 10px 0px;
	border-top: 2px dotted #666666;
	}

p {
	font-family: "Helvetica Neue", "Helvetica Narrow", Helvetica, Arial, "Lucida Grande", "Lucida Sans", sans-serif;
	}


ul.navigation li {
	display: inline;
	margin-top: 5px;
	padding-right: 12px;
	padding-left: 12px;
	line-height: 36px;
	color: white;
	font-size: 14pt;
	font-weight: bold;
	border-right: 2px solid #ffffff;
	}

ul.navigation li a:link, ul.navigation li a:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
ul.navigation li a:hover, ul.navigation li a:active {
	color: #ec9f33;
	text-decoration: none;
	}

ol.projectlist li {
	font-weight: bold;
	font-family: "Helvetica Neue", "Helvetica Narrow", Helvetica, Arial, "Lucida Grande", "Lucida Sans", sans-serif;
	}

ol.projectlist ul li {
	font-weight: normal;
	font-family: "Helvetica Neue", "Helvetica Narrow", Helvetica, Arial, "Lucida Grande", "Lucida Sans", sans-serif;
	}