body {
    font-family: Georgia, Serif;
	background: #FFFFFF url(../images/background.png);
	margin: 0;
	padding: 0;	
}

p, h1, h2, h3, h4, h5, h6, li{
	font-family: Helvetica, sans-serif;
}
/* ==== border of page ==== */
div#boundary{
	width: 1000px;
	margin: 0 auto;
	background: #fff url(../images/header4.jpg) no-repeat;
	background-position: center top
}

/* ==== header ==== */

div#header {
	position: relative;
	height: 425px;
}

div#content {
    background-color: #fff;
    padding: 5px;
}
/* ==== nav links ==== */

#header #nav{
	position: absolute;
	left: 230px;
	bottom: 0px;
}
	#nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
	padding: 0;
	margin: 0;
}
#nav li a:link, #nav li a:visited {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background: url(../images/button.png) no-repeat left bottom;
	border: none;
	padding: 0 15px 0 15px;
	line-height: 30px;
	width: 80px;
	text-align: center;	
}
#nav li a:hover, #nav li a:active {
	color: #CC9900;
	background: url(../images/button2.png) left top;
}
/* ==== article ==== */
#content #article {
	float: left;
	background: #FFFFFF;
	padding: 0 15px;
}	

#article p {
    font-family: Georgia, serif;
    font-size: 0.9em;
    line-height: 1.4em;
    color: #000;
    margin: 1ex 0;
}
#article h1, #article h2, #article h3, #article h4 {
    font-family: "Trebuchet MS", sans-serif;
}
#article h1 {
    font-size: 1.6em;
    font-weight: bold;
    color: #1b9d95;
}

#article h2 {
    font-size: 1.2em;
    color: #3C3809;
}

#article h4 {
    font-size: 1.1em;
    font-weight: bold;
    color: #666;
}

#article ul {
    font-family: Georgia, serif;
    font-size: 0.9em;
}
.Helvetica{
	font-family: Helvetica, sans-serif;
}#article #picturearray {	padding: 0 0 0 100px;}#article #picturearray img {	display: block;
	width: 100px;	float: left;	height: 100px;	padding: 30px 20px;}
/* ====aside 

#content div#aside {
	float: right;
	width: 110px;
	padding: 0 10px;
	margin: 0;
	border-left: #aaa solid 1px;	
}

#aside img {
	display: block;
	width: 100px;
    margin-left: auto;
    margin-right: auto;
} 

#aside p {
	font-family: "Trebuchet MS", sans-serif;
	text-align: center;
	padding: 15px 0 0 0;

}
==== */

div#footer{
	clear: both;
	background: transparent;
	text-align: center;
	padding: 5px;
}
#footer p{
	font-family: "Trebuchet MS", sans-serif;
    font-size: 1em;
    color: #fff;
    margin: 0;
    padding: 0;
    text-align: center;
	color: red;
}

.clear{
	clear: both;
}
.font {
	font-size: 16px;
}
