/* CSS Document */
#Navigation {
	/*display:absolute;*/
	width:759px;
	height:116px;
	z-index:10;
}
#Head {	
	width:759px;
	height:116px;
	background-image:url(../../img/bg/head.gif);
	background-repeat:no-repeat;
	z-index:0;
}

#PsychosyntheseForum {
	position:absolute;
	top:8px;
	left:14px;
	z-index:1;
}


#Logo {
	position:absolute;
	left:41px;
	top:217px;
	width:186px;
	height:184px;
	background:url(../../img/bg/logo.gif);
	background-repeat:no-repeat;
	z-index:0;
}

#Outer {
	position:absolute;
	width:800px;
	height:400px;
	margin-top:0px;
	margin-left:0px;
	z-index:2;
	background:url(../../img/bg/bg.gif);
	background-repeat:repeat-y;
}
	
#Content {
	/*background-color:#FCF3FF;*/
	width:628px;
	min-height:200px;
	z-index:4;
	border: thin dotted #CCCCFF;
	padding:4px;
}

#OuterContent {
	background-image:url(../../img/bg/bg.gif);
	position:absolute;
	left:0px;
	top:200px;
	width:750px;
	min-height:600px;
	z-index:3;
	padding:10px;
}


#FooterNav{
	font-size:10px;
	text-align: center;
	height:auto;
	z-index:4;
	border: thin dotted #CCCCFF;
	padding:4px;
	width:628px;
}

#Footer_Home {	
font-size:30px;
	position:absolute;
	left:40px;
	top:400px;
	width:628px;
}
