body {
background-color: #bfbebd;
background-image: url('images/bg1.gif');
font-family: tahoma;
}

div#centreContainer {
background-color: #c1c0bf;
width: 800px;
/* height: 550px; */
margin: auto auto auto auto;
padding: 0px 0px 0px 0px;
}


div#mainContainer {
background-color: #FFFFFF;
/* height: 386px; */
text-align: center;
border-bottom-style: solid;
border-bottom-width: medium;
border-bottom-color: #c1c0bf;
border-right-style: solid;
border-right-width: medium;
border-right-color: #c1c0bf;
border-left-style: solid;
border-left-width: medium;
border-left-color: #c1c0bf;
}

div#contentContainer {
/* overflow: scroll; */
margin: 0px 0px 0px auto;
padding: 0px 3px 0px 3px;
width: 640px;
/* height: 382px; */
text-align: left;
}

.imgLeft {
float: left;
border-color: #c1c0bf;
border-style: solid;
border-width: medium;
margin-right: 2px; 

}

.imgRight {
float: right;
border-color: #c1c0bf;
border-style: solid;
border-width: medium;
margin-left: 2px;

}

.image {
border-color: #c1c0bf;
border-style: solid;
border-width: medium;
margin-left: 2px;
margin-right: 2px;
margin-top: 2px;
margin-bottom: 2px;
}

.portraitBackground {
background-color: #c1c0bf;
width: 192px;
height: 250px;
}

.footnote {
font-size: small;
font-family: tahoma;
color: #666666;
}

.link:link {
font-size: large;
color: #666666;
font-family: MonoType Corsiva;
}

.link:visited {
font-size: large;
color: #666666;
font-family: MonoType Corsiva;
}

.link:hover {
	font-size: large;
	color: #333333;
	font-family: MonoType Corsiva;
}

