/* this is all to do with getting the full height of the page in the wrapper */
html, body { }

body {
	/*
	font-family: Arial, Helvetica, sans-serif;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-family: "Times New Roman", serif;
	font-family: Georgia, serif;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: center;
	line-height: 140%;
	letter-spacing: 0.5px;
	background-color: #E8E8E8;	
	xbackground-image: url(../images/background_paper.jpg);
	xbackground-repeat: repeat;
}

/*  ############# STANDARD LINK REMOVAL AND STANDARD HTML ELEMENTS ########### */

A:link {text-decoration: none; color: blue;}
A:visited {text-decoration: none; color: blue;}
A:active {text-decoration: none; color: blue;}
A:hover {text-decoration: underline; color: blue;}

li {margin-bottom: 10px;}

hr { color: red; }

/* ########## MAIN LAYOUT ELEMENTS ########## */


#wrapper { 
    position: absolute;
    left: 50%;
    top: 50%;
	width: 900px;
	height: 614px;
    margin-left: -450px; /* half of width */
    margin-top: -312px;  /* half of height */
	text-align: left;
	background-image: url(../images/design.jpg);
	background-repeat: no-repeat;
}

#content {
	position: relative;
	float: left;
	height: 530px;
	width: 660px;
	top: 10px;
	left: 210px;
	overflow: auto;
	padding-right: 10px;
	z-index: 0;
}
#content IMG { margin: 10px; border: none;}

.inside {
	padding:10px;
}

#topbar { 	
	margin-top: 20px;
	margin-left: 25px;
	font-size: 11px;	
	z-index: 100;
}
#topbar li {margin-bottom: 0px; }

#languages {
	position: relative;
	float: right;
	top: -13px;
	right: 10px;
}

#footer {
    position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	margin-top: 320px;
	margin-left: -200px;
	font-size: 11px;
}

.contentheading {
	margin-top: 10px;
	font-size: 27px;
	text-align: left;
	margin-bottom: 30px;
}





TABLE .ftable {}

TABLE .ftable TD {
	padding: 5px;
	border: 1px solid black;
}
