@charset "UTF-8";
/* CSS Document */



/* ------------- "generic" styles */

body {
	margin: 0;
	padding: 0;
	color:#333333;
	background-color:#dcdac5;
	font: small "Tahoma", Geneva, sans-serif;
	}

a:link {
	text-decoration: underline;
	color: #3a5c94;
}
a:hover {
	text-decoration: underline;
	color: #073279;
}
a:active {
	text-decoration: underline;
	color: #3a5c94;
}
a:visited {
	color: #3a5c94;
	text-decoration: underline;
	}

a img {
	border: 0;
}


p {
	margin: 0 0 0 0;
	line-height: 1.2em;	
}

h1 {
	color: #3a5c94;
	font-size: 1.3em;
	margin-bottom: 8px;
	margin-top: 0px;
}

h2 {
	color:#59595b;
	font-size: 1.2em;
	margin-bottom: 8px;
	margin-top: 14px;
}

h3 {
	color:#59595b;
	font-size: 1.0em;
	margin-bottom: 8px;
	margin-top: 14px;

}
h4 {
	color:#59595b;
	font-size: 0.9em;
	margin-bottom: 8px;
	margin-top: 14px;
}	


/* ------------- HOME TOP  Divs */

	
#container {
	margin-left: auto;
	margin-right: auto;
	width: 820px;
	}
	
#topsection {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
}

#middlesection {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
}
	
	
#bottomsection {
	width: 820px;
	padding-left:0px;
	padding-right:0px;
	background-color:#FFFFFF;
	background-image:url(../images/duchess_website_07.jpg);
	background-repeat: repeat-y;
	margin: 0px;
}

#bottomcontent {
	width:690px;
	padding-left:40px;
	padding-right:40px;
	padding-top:20px;
	padding-bottom:15px;
	text-align:center;
	font-size:110%;
	margin: auto;
}

#footer {
width: 820px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../images/dutches_website_08.jpg);
	background-repeat:no-repeat;
	height:40px;
	font-size:90%;
	text-align:center;
	padding-top:20px;
}


.imagespacer {
	padding-left:5px;
	padding-right:15px;
}

.presented {
font-size:80%;

}
