/* basic elements */
HTML {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-TOP: 0px;
}
body { 
	font: 8pt/16pt georgia; 
	color: #555555; 
	background: transparent;
	margin: 0px; 
	}
p { 
	font: 8pt/16pt georgia; 
	margin-top: 0px; 
	text-align: justify;
	}
h1 { 
	font: bold 24pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #808080;
	}
h2 { 
	font: italic bold 18pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #808080;
	}
h3 { 
	font: italic bold 12pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #808080;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #808080;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #808080;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #808080;
	}


/* specific divs */
#header {
	background: transparent;
	position: absolute;
	width: 100%;
	height: 100px;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	}

#container {
	background: transparent;
	margin-top: 100px; 
	margin-bottom: 60px; 
	position: fixed;
	width: 100%;
	height: auto;
	top: 0px; 
	right: 0px;
	left: 0;
	bottom: 60px;
	/*border: solid;*/
	/*overflow: scroll;*/
	}

#linkList {
	background: url(images/logo_tileproject.gif) top left no-repeat; 
	margin-top: 120px; 
	padding: 10px; 
	position: absolute;
	width: 150px;
	top: 0px; 
	left: 0px; 
	right: 0px;
	}
#linkList2 { 
	font: 10px verdana, arial, sans-serif; 
	background: transparent;
	padding: 10px; 
	margin-top: 140px; 
	width: 130px; 
	height: auto;
	}

#linkList ul {
	margin: 0px;
	padding: 0px;
	}
#linkList li {
	line-height: 2.5ex; 
	list-style-type: none;
	/* background: transparent url(cr1.gif) no-repeat top center; */
	background-color: #CDCDCD;
	display: block; 
	padding-top: 5px; 
	padding-left: 3px; 
	margin-bottom: 5px;
	}
#linkList ul {
	margin: 0px;
	padding: 0px;
	}
#linkList li {
	line-height: 2.5ex; 
	list-style-type: none;
	/* background: transparent url(cr1.gif) no-repeat top center; */
	background-color: #CDCDCD;
	display: block; 
	padding-top: 5px; 
	padding-left: 3px; 
	margin-bottom: 5px;
	}
#linkList li a:link { 
	color: #808080;
	}
#linkList li a:visited {
	color: #808080;
	}

#main {
	background: transparent;
	position: absolute;
	width: auto;
	height: auto;
	top: 120px;
	right: 150px;
	bottom: 60px;
	left: 150px;
	padding: 10px; 
	/*border: dotted;*/
	}
#sidebar {
	background: url(images/logo_tce.gif) top right no-repeat; 
	padding: 10px; 
	margin-top: 120px; 
	position: absolute;
	width: 150px;
	height: auto;
	top: 0px;
	right: 0;
	bottom: 60px;
	left: auto;
	}
#sidebar2 {
	font: 10px verdana, arial, sans-serif; 
	background: transparent;
	padding: 10px; 
	margin-top: 80px; 
	width: 130px;
	height: auto;
	top: 150px;
	right: 0;
	bottom: 60px;
	left: auto;
	border: dotted;
	}
#sidebar ul {
	margin: 0px;
	padding: 0px;
	}
#sidebar li {
	line-height: 2.5ex; 
	list-style-type: none;
	background-color: #CDCDCD;
	display: block; 
	padding-top: 5px; 
	padding-left: 3px; 
	margin-bottom: 5px;
	}
#sidebar li a:link { 
	color: #808080;
	}
#sidebar li a:visited {
	color: #808080;
	}
#footer {
	background: transparent;
	position: absolute;
	margin-bottom: 0px; 
	padding: 10px; 
	width: 100%;
	height: 60px;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 10px; 
	/*border: dotted;*/
	}








