body {
        background-color: #f9f6f0;
        font-family: verdana, arial, sans-serif;
        font-size: 12pt;
        color: black;
        clear: left;
        text-align: center;
}

img             { border: 0px; }
A:link          { color: rgb(91,91,91); text-decoration: none; }
A:visited       { color: rgb(91,91,91); text-decoration: none; }
A:active        { color: rgb(40,40,40);  }
A:hover         { color:rgb(40,40,40);  }

table {
	width: 100%;
	height: 100%;
}

td { 
	vertical-align: middle;
	text-align: center;
}

div.foot {
              position: relative;
              text-align: right;
	bottom: 0%;
	width: 100%;
	height: 40px;
	font-size: 6pt;
	color: black;
}

DIV.name {
	position: absolute;
	top: 60px;
	left: 55%;
	width: 200px;
	height: 100px;
	font-size: 18pt;
	color: #a4a4a4;
	text-align: right;
}

div.gallery {
	position: absolute;
	top: 95px;
	left: 0px;
	width: 700px;
}

TABLE.image {
	text-align: left;
}

#left td {
	text-align: left;
}

div.centered {
	position: relative;
	text-align: center;
	width: 800px;
	margin-top: 75px;
	margin-left: auto;
	margin-right: auto;
}

div.head {
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: left;
}

div.head img {
	vertical-align: middle;
}

div.insert {
	position: relative;
	top: 88px;
	left: 0px;
	width: 800px;
	height: 500px;
}