body {
	background: url('img/bg.jpg') repeat-y center top #ADC1A4;
	font-family: Arial, Verdana, San-Serif, Serif;
	font-size: 12px;
	color: #555;
	line-height: 1.5em;
}
#whole { background: url('img/ptn_bg.jpg') repeat-y center top; }
#contents {
	margin: -15px auto;
	width: 420px;
}
.hr1 { 
	background: url('img/divider1.gif') no-repeat center top;
	margin: 25px 0px;
}
h1 {
	color: #EE1111;
	font-family: Arial, Verdana, San-serif, Serif;
	font-size: 20px;
	letter-spacing: 3px;
	padding-left: 50px;
	background: url('img/bullet1.gif') no-repeat left top;
	line-height: 1.5em;
}
h3 {
	color: #AFA025;
	font-size: 14px;
	margin: 5px auto 15px;
	line-height: 1.5em;
	text-align: center;
}
ul {
	margin: 15px auto;
	width: 70%;
}
li { list-style-image: url('img/bullet2.gif');
/*list-style-type: square;*/ }
.team span {
	color: #6B874E;
	font-weight: bold;
	padding-right: 10px;
}
a:link {
	text-decoration: none;
	color: #AFA025;
}
a:hover {
	text-decoration: none;
	color: #EBEB25;
}
a:visited {
	text-decoration: line-through;
	color: #EBEB25;
}
a:visited:hover {
	text-decoration: none;
	color: #EBEB25;
}

/* "view project" table style */
table { 
	border: 1px solid #C2B19A;
	font-weight: bold;
	margin: 0px auto; 
}
tr { margin: -3px; }
td { color: #AFA025; margin: -2px; }
td a {
	float: left;
	padding: 5px;
	background: #C2B19A;
	text-decoration: none;
	color: #E7EDE8;
	margin: 0px -1px;
	width: 20px;
	text-align: center;
}
td a:hover, td a:visited:hover { background: #AFA025; color: #E9E7F5; }
td a:link, td a:visited { color: #E9E7F5; }


/* - - - - - - - - - - - - Footer - - - - - - - - - - - - */
#footer {
	width: 404px;
	margin: 40px auto 0px;
	padding-bottom: 15px;
	text-align: center;
	color: #999;
	letter-spacing: 1px;
	font-size: 10px;
	font-family: Verdana, Arial, San-Serif, Serif;
	font-weight: bold;
	background: url('img/btm_bar.jpg') repeat-x center bottom;
}
#footer hr {
	background: #E3DCD7;
	width: 50%;
	height: 1px;
	border-top: 1px #E3DCD7 solid;
	border-left: 0px;
	border-bottom: 0px;
	border-right: 0px;
}
#footer .hr2 {
	margin: 30px 0px 10px;
	background: url('img/divider2.gif') no-repeat center top;
}
#footer a:link, a:visited {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #44CDEE;
	text-decoration: none;
}
#footer a:visited:hover {
	color: #44CDEE;
	text-decoration: none;
}
#footer #menu {
	font-size: 12px;
	color: #777;
	letter-spacing: 1px;
}
#footer #menu .selected { color: #44CDEE; }