html{	
	background-image: url(../images/background.jpg);
	color: black;
}

body {
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	width: 664px;
	padding:10px;
 	background-color: #FFF;
}

.page_content {
	margin: 0px;
	padding: 5px;
	border: 6px double #989898;
}	

h1{
	font-family: 'Palatino-Bold', 'Palatino', serif;
	font-size: 19px;
	font-weight: bold;
	color: rgb(186, 122, 76);
}

h2{
	font-family:"Times New Roman";
	font-size: 17px;
	font-weight: bold;
}

p{
	margin-bottom: 1em;
}

a[href^="mailto"] { 
	color: black; 
	text-decoration: none;
}

a[href^="mailto"]:hover { 
	color: rgb(125, 131, 137);
	text-decoration: none;
}

.header {
    font-family: 'Palatino-Bold', 'Palatino', serif;
    font-size: 29px;
    font-weight: bold;
    color: rgb(125, 131, 137);
    text-transform: uppercase;
    letter-spacing: 0.16em;
    text-align: center;
    background-image: url(../images/flourish_yellow_top.png);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    border-bottom: 3px double #989898;
}

.language_selection {
	float: right;
	height: 20px;
	margin: 3px;
}


ul.nav{
	list-style-type: none;
	padding: 15px 15px 0px 15px;
	margin-left: 0px;
	height: 24px;
	background-image: url(../images/flourish_yellow_bttm.png);
    background-repeat: no-repeat;
    background-position: 50% 0%;
  }

ul.nav li{	
	float: left;
	margin-right: 20px;
}

ul.nav a{
	font-family: 'Palatino-Bold', 'Palatino', serif;
	font-size: 14px;
    font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #B8B8B8; 
	 
}

ul.nav a:hover{
	  color: #787878;
}

ul.nav a.currentlink{
	color: #383838;
}

.banner{
	width: 642px;
	padding-top: 10px;
	margin: 5px auto 0px auto;
	overflow: hidden;
	zoom: 1;  /*for IE 5 and 6 */
}

.banner img{
	padding-left: 3px;
	padding-right: 3px;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
}

.quotebox {
	font-family: "Times New Roman";
	font-size: 17px;
	font-style: italic;
	text-align: right;
	background-color: #FEF0C9;
	padding: 0px 10px 0px 10px;
	margin-left: 3px;
	margin-right: 3px;
	float: left;
}

.reference {
   font-size: 15px;
   font-style: normal;
}

.headline{
	font-family: 'Palatino-Bold', 'Palatino', serif;
	font-size: 18px;
	font-weight: bold;
	color: rgb(186, 122, 76);
	text-align: center;
	margin-top: 35px;
	margin-bottom: 15px;
}

.main_content {
	width: 500px; 
	margin-left: auto; 
	margin-right: auto; 
	text-align: justify;
}

.footer{
	font-family: "Times New Roman";
	font-size: 16px;
	text-align: center;
	border-top: 3px double black;
	padding-top: 10px;
}