li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
	text-align: justify;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003300;
}
#heading {
	position:absolute;
	width:300px;
	height:106px;
	z-index:3;
	left: 420px;
	top: 10px;
}
.sub {
	font-size: 12px;
	font-style: italic;
}
a {
	color: #CC0000;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	color: #990000;
}
.headline {
	font-weight: normal;
	color: #003300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.headline {
	font-weight: bold;
	color: #333300;
	font-size: 15px;
	font-style: italic;
}
.tablebutton {
	background-color: #990000;
	border: 1px solid #FFCC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
}

.centered {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
 
/* Diana - copied from seperate style files */

body {
	background-color: #E6EFCB;
	margin: 0px;
	padding: 0px;
}

#CONTAINER {
	width:950px;
	height:550px;
	z-index:1;
	background-color:#BECE85;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#contenter {
	position: relative;
	width:950px;
	height:500px;
	z-index:1;
	background-image: url(images/back.gif);
}

#likes {
	position: absolute;
	width:90px;
	height:50px;
	z-index:1;
	left: 275px;
	top: 455px;
}

#connect {
	position: absolute;
	width:120px;
	height:25px;
	z-index:1;
	left: 175px;
	top: 475px;
}

#fotolayer {
	position:absolute;
	width:475px;
	height:500px;
	z-index:2;
}

#content {
	position:absolute;
	width:530px;
	height:368px;
	z-index:3;
	left: 400px;
	top: 120px;
	overflow: auto;
	padding: 10px;
}

#logocorner {
	position:absolute;
	width:212px;
	height:106px;
	z-index:1;
	left: 732px;
	top: 10px;
}

#menu
{
	height:36px;

	background-image: url(images/menu-back.jpg);
}


