* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #F4F4ED;
	font: 12px "Lucida Grande",Tahoma,Arial,Verdana,sans-serif;
	margin: 0 auto;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;			
}

#header {
	width: 100%; 
	margin: auto;
	height: 135px;
	background-color: #211C0F;
}

#menu li, #menu a {
	color: #3F6327;
	font: 14px Trebuchet,Tahoma,Arial,Verdana,sans-serif;
}

#menu {
	width: 625px;
	height: 135px;
	margin: auto;
	background: #211C0F url(../images/bs-alt.png) 0px 35px no-repeat;
}

#wrap {
	background: #F4F4ED url(../images/earth-grad.gif) repeat-x scroll;
	/*color:#474A51;*/
	width: 100%;
	margin: auto;
	position: relative;
}

#main {
	width: 625px;
	margin: auto;
	padding: 25px 0px 25px 0px;
	position: relative;
}

.separator {
	width: 625px; margin: auto; border-top: 1px solid #E0E0D5; height: 15px; clear: both;
}

#bottom {
	background: transparent url(../images/noise-earth.gif) repeat;
	padding: 25px 0px 0px 25px;
}

#footer {
	width: 625px;
	margin: auto;
	margin-top: 30px;
	padding-bottom: 10px;
}

/* text styles */

li {
list-style: none;
color: #474A51;
}

h1 {

}

h2.project {
	color: #211C0F;
	margin: 0px;
	margin-top: 15px;
	padding: 0px;
	font-size: 22px;
	font-family: Georgia, serif;
	font-weight: normal;
	letter-spacing: 1px;
}

h3.sub {
	color: ##211C0F !important;
	margin: 0px;
	margin-top: 15px;
	padding: 0px;
	font-size: 14px;
	font-family: "Lucida Grande",Tahoma,Arial,Verdana,sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	padding-bottom: 7px;
}

a.code {
	text-decoration: underline;
	color: #211C0F;
}

.link {
	color: #474A51;
	text-decoration: underline;
}

.text, .entry {
	color: #474A51;
	font: 14px "Lucida Grande",Tahoma,Arial,Verdana,sans-serif;
	line-height: 20px;
}

.brief {
	color: #474A51 !important;
	margin-top: 3px;
	padding-bottom: 5px;
	font: 14px "Lucida Grande",Tahoma,Arial,Verdana,sans-serif;
	line-height: 16px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.date {

}

/*
.hl0    { background-color: #FFFF99 }
.hl1    { background-color: #FF99FF }
.hl2    { background-color: #99FFFF }
.hl3    { background-color: #FF9999 }
.hl4    { background-color: #9999FF }
*/
.hl0,.hl1,.hl2,.hl3,.hl4{ background-color: #FFD633; padding: 3px; font-weight: bold; }

