/*	TEMPORARY	*/

div {

}

/*	POSITIONING	*/

body {
background-color: #2B1827;
margin: 0px;
padding: 0px;
font-family: "Gill Sans", Arial, Helvetica, sans-serif;
color: #8D8451;
}

table#bodytable {
width: 100%;
height: 100%;
border: 0px;
}
table#bodytable td {
vertical-align: middle;
text-align: center;
}

div#contentdiv table{
text-align: center;
margin: auto;
}
div#contentdiv table td{
vertical-align: top;
}

div#containerdiv {
position: relative;
text-align: left;
margin-left: auto;
margin-right: auto;
width: 850px;
height: 500px;
background-color: #2B1827;
border: 0px;
}

div#titlediv {
position: absolute;
}

div#contactdiv {
position: absolute;
left: 766px;/* = width of contentdiv - width of contact image (84px) */
top: 22px;
}

div#contentdiv {
position: absolute;
top: 90px;
width: 100%;
height: 204px;
text-align: justify;
}

div#footerdiv {
position: absolute;
top: 330px;
width: 100%;
text-align: center;
font-size: 10px;
}


/*TEXT STUFF*/

p, table#bodytable {
font-size: 12px;
text-align: left;
padding: 0px 15px 0px 15px;
color: #8D8451;
}

h1 {
font-family: Copperplate, Georgia, "Times New Roman", Times, serif;
font-size: 18px;
font-weight: bold;
text-align: center;
padding: 10px 15px 5px 5px;
text-transform: uppercase;
}
p#footertext{
text-align: center;
font-size: 10px;
}

.borderit img {
border: 3px solid #8D806A;
}

.borderit:hover img {
border: 3px solid white;
}

.borderit:hover {
color: white; /*irrelevant definition to overcome IE bug */
}
img.thumb{
	width: 30px;
	height: 30px;
	margin: 0px 5px 5px 5px;
}
a#prev, a#next{
border: 0;
}
a#prev img, a#next img{
margin-top: 20px;
}
td#piccontainer{
width: 450px;
}

p.contacttext {
font-size: 20px;
line-height: 30px;
padding: 0;
}

img.contactimg {
margin: 0;
margin-left: 30px;
}