body {
	margin : 0;
	padding : 0;
	background : #ede5ce;
	line-height : 1.7em;
	color : #c47d4f;
	font-family: helvetica, "Arial", arial, sans-serif;
	font-size: 90%;
}
#page-container {width: 960px; 	margin: auto; background : #fffff0;}

			/*TOP BANNER*/
#header {
height : 143px;
margin-top : 0;
padding : 0;
background :  center no-repeat;
color : #fff;
z-index: 4;
}
			/*TOP NAVIGATION*/
#topnav ul {
	padding : 0.5em 0;
	margin : 0 0 40px;
	list-style-type : none;
	background : #fff;
	color : #5666be;
	text-align : center;
	font-weight : bold;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d9c48D;
	border-bottom-color: #d9c48D;
}
#topnav li {
display : inline;
}
#topnav li a, #topnav a:visited {
	text-decoration : none;
	background : #fff;
	color : #c47d4f;
	padding : 0.6em 1.3em;
	border-right : 1px solid #d9c48D;
}
#topnav a:link.active
{text-decoration : none;
background : #5666be;
color : #5666be;
}
#topnav a:visited.active
{text-decoration : none;
background : #5666be;
color : #5666be;
}
#topnav ul li a:hover {
color : #5666be;

}


			/*3 COLUMNS*/
#gutter {
float : left;
width : 3%;
height : 1px;
}
#col1 {
float : left;
width : 15%;
margin-bottom : 1em;
padding-right : 1%;
}
#col2 {
float : left;
width : 43%;
padding-right : 2%;
padding-left :4%;
}
#col3 {
float : left;
width : 25%;
margin-left : 3%;
margin-right : 1%;
margin-bottom : 1em;
margin-top : 20px;
}

			/*LEFT NAVIGATION*/
#navcontainer ul {
margin-left : 8px;
margin-top : 30px;
padding : 0;
list-style-type : none;
background : #fffff;
color : #fffff;
}
#navcontainer ul li a {
	padding : 12px;
	color : #c47d4f;
	background : transparent url(list-off-orange.gif) no-repeat left center;
	text-align : left;
	text-decoration : none;
	font-family: "Arial", lucida, sans-serif;
	font-size: 15px;
}
#navcontainer ul li a:hover {
color : #8591e7;
background : transparent url(list-on-orange.gif) no-repeat left center;
}
#navcontainer ul li a#current {
background : transparent url(list-active.gif) no-repeat left center;
color : #fffff0;
}

			/*FOOTER*/
#footer {
	clear : both;
	height : 38px;
	margin-top : 15px;
	border-top : 2px solid #885835;
	border-bottom : 2px solid #885835;
	color : #000;
	padding : 0.2em 0 0 0.5em;
	text-align : left;
	background-color: #d9c48D;
}
#footer a {
color : #fff;
background : inherit;
}
#footer a:hover {
color : #000;
background : inherit;
}
			/*TYPOGRAPHY*/

/*h1 {
margin-top : 0;
padding-top : 0.5em;
padding-bottom : 0.5em;
text-transform : uppercase;
letter-spacing : 3px;
font-size : 1.5em;
color : #885835;
background : inherit;
}*/
h1 {
	margin-top : 0;
	font-size : 2em;
	text-align : left;
	color : #d9c48D;
	background : inherit;
}
h2 {
margin-top : 0;
font-size : 1.5em;
text-align : left;
color : #885835;
background : inherit;
}
h3 {
	margin-top : 0;
	font-size : 1.3em;
	text-align : left;
	color : #885835;
	background : inherit;
}
h4 {
	margin-top : 0;
	font-size : 1.3em;
	text-align : left;
	color : #885835;
	background : inherit;
}
h5 {
	margin-top : 0;
	font-size : 1.3em;
	text-align : left;
	color : #885835;
	background : inherit;
}
h6 {
	margin-top : 0;
	font-size : 1.3em;
	text-align : left;
	color : #885835;
	background : inherit;
}

			/*LINKS*/
a {
text-decoration : none;
color : #885835;
background : inherit;
}
a:hover {
	text-decoration : underline;
	color : #8591e7;
	background : inherit;
}
a img {
border : 0;
}
			/*IMAGES*/ 
.myimage {
float : right;
padding : 5px;
border : 1px solid #c47d4f;
margin-left : 15px;
margin-bottom : 15px;
}
.myimage2 {
float : right;
padding : 5px;
border : 1px solid #c47d4f;
margin-left : 25px;
margin-bottom : 1px;
}
.myimage3 {
float : left;
padding : 5px;
border : 1px solid #c47d4f;
margin-left : 0px;
margin-bottom : 30px;
margin-top : 30px;
}
.myimage4 {
float : left;
padding : 5px;
border : 1px solid #c47d4f;
margin-left : 0px;
margin-bottom : 30px;
}
.myimage5 {
float : right;
padding : 5px;
border : 1px solid #c47d4f;
margin-left : 25px;
margin-bottom : 15px;
}
.myimage6 {
float : right;
padding : 5px;
border : 1px solid #c47d4f;
margin-left : 25px;
margin-bottom : 5px;
}
.myimage7 {
float : left;
padding : 5px;
border : 1px solid #c47d4f;
margin-left : 0px;
margin-bottom : 10px;
}
