html {
	background-color: #F8ECD9;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #393138;
	margin-right: 0px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}

a:hover {
	color: #BBD0E7;
	}

h1 {
	font-size: medium;
	line-height: 44px;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	}

h2 {
	margin: 0px;
	padding: 0px;
	font-size: medium;
	font-weight: bold;
}

h3 {
	font-size: medium;
	font-weight: bold;
	padding-top: 10px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

div.frameDiv {
	border: 2px solid #BBD0E7;
	width: 700px;
	background-color: #CFB795;
}

div.topDiv {
}

div.linkDiv {
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/link.jpg);
}

div.middleDiv {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 180px;
	background-image: url(../images/bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;	
}

div.bottomDiv {
	text-align: right;		
	padding-right: 20px;
}

div.pictureLandscapeDiv {
	margin-bottom: 20px;
	margin-top: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	height: 280px;
	background-color: #DEC8A3;	
}

div.picturePortaitDiv {
	margin-bottom: 20px;
	margin-top: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	height: 420px;
	background-color: #DEC8A3;	
}

div.textDiv {
	margin-bottom: 20px;
	margin-top: 20px;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #DEC8A3;
}
div.titleDiv {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #DEC8A3;	
}




