body {
	background-image: url(images/tiny/background.gif);
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
}
.clr {
	clear: both;
}
#nav {
	font-size: 20px;
	font-weight: bold;
	position: relative;
	top: 23px;
	left: 48px;
}
.active_nav {
	color: #FFFFFF;
}
#nav li {
	display: inline;
	list-style: none;
	padding-right: 15px;
}
#nav a {
	color: #D6D6D6;
	text-decoration: none;
}
.indent {
	text-indent: 20px;
}
#copyright {
	text-align: center;
	color: #6888BB;
	font-size: 10px;
	letter-spacing: .2em;
}
.project_con {
	padding-top: 10px;
	padding-bottom: 10px;
}
.project_title {
	font-size: 25px;
	font-weight: bold;
}
.project_img {
	margin-top: 4px;
	width: 64px;
	float: left;
}
.project_text {
	float: left;
	margin-left: 10px;
	font-size: 18px;
	width: 275px;
}
.head {
	padding-top: 10px;
	text-indent: 10px;
	text-align: left;
	font-size: 20px;
	border-style: none none solid none;
	border-width: 2px;
	border-color: #000000;
	width: 100%;
}
.invisible {
	width: 350px;
	margin-left: 40px;
	visibility: hidden;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#con {
	width: 430px;
	text-align: left;
}
#top {
	background-image: url(images/tiny/top.png);
	width: 430px;
	height: 115px;
}
#mid {
	background-image: url(images/tiny/mid.png);
	width: 430px;
}
#mid_con {
	width: 350px;
	margin-left: 40px;
}
#bot {
	background-image: url(images/tiny/bot.png);
	width: 430px;
	height: 40px;
}