body {
	margin: 30px 0 0;
	padding: 0 0 0 20;
	color: #222;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.3em;
	}

/* main sections */
#content {
	padding: 0;
	padding-bottom: 15px;
	background: #fff;
	border-bottom: 2px solid #999;
	border-left: 1px solid #999;
	}
#content p {
	text-indent: 0px;
	padding-left: 34px;
	}

#splash {
	background: #fff;
	}
#header {
	background: #fff;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #654663;
	}
#nav {
	padding: 19px 0 0 0;
	background: #fff url(../images/bg-nav.gif) no-repeat;
	}
#footer {
	background: #fff url(../images/border-bottom.gif) no-repeat bottom;
	border-left: 1px solid #999;
	padding: 3px 34px;
	font-size: 80%;
	color: #555;
	text-align: left;
	}
#projectbox {
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	}

/* text attributes */
li {
	line-height: 18px;
	list-style-position: outside;
	list-style-type: circle;
}
.address {
	font-size: 85%;
	}
	
.black {
	font-size: 100%;
	}
.blacksm {
	font-size: 85%;
	}
.blacklg {
	font-size: 110%;
	font-weight:bold;
	}

.red {
	color: #AB9F5E;
	font-size: 100%;
	}
.redsm {
	color: #AB9F5E;
	font-size: 85%;
	}
.redlg {
	color: #AB9F5E;
	font-size: 110%;
	font-weight:bold;
	}
.statement {
	font-variant: small-caps;
	text-align: justify;
	}
.smalltext {
	font-size: 85%;
	}

/* link atributes */
a:link, a:visited {
	color: #AB9F5E;
	text-decoration: none;
	}
a:hover {
	color: #555;
	text-decoration:underline;
	}
a:active {
	color: #333;
	}

