/* ReUp's Offical Site Shizzle */	

/*Webpage Size*/

	div#page {
	position:absolute;
	left: 0px;
	top: 0px;
	width: 980px;
	margin:0px;
	font-family: sans-serif;
	z-index: 3;
	min-height: 1024px;
	background-color: #FFFFFF;
	}



/*Top Menu*/

	div#titlemenu {
	position:absolute;
	left: 0px;
	top: 0px;
	background:white;
	height: 53px;
	width: 100%;
	margin:0px;
	font-family: sans-serif;
	z-index: 2;		
	}



/*Slogan Bar beneath Top Menu*/

	div#sloganmenu {
	position:absolute;
	left:0px;
	right:0px;
	top: 53px;
	height: 26px;
	width: 100%;
	margin:0px;
	padding:0px;
	font-size:16px;
	font-family: sans-serif;
	z-index: 3;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
}




/*Navigation menu with all the shizzle*/	
	
	div#navigation {
	position:relative;
	top: 105px;
	width: 100%;
	padding: 0px;
	display: inline;
	text-align: center;
	color: white;
	font-size:10px;
	font-family: sans-serif;
	z-index: 4;
	
		}	
	

/*Side Menu With all the content, e.g translations etc etc.*/

	div#sidemenu {
	position:absolute;
	left: 0px;
	top: 0px;
	margin:0px;
	height: 100%;
	background:#2F5CB5;
	width: 200px;
	padding: 6px;
	color: black;
	font-size:16px;
	font-family: sans-serif;
	z-index: 1;
	}



/*Page footer with all the copyright etc etc.*/	
	
	div#footer {
	position:absolute;
	bottom: 0px;
	left: 0px;
	background:#2F5CB5;
	width: 100%;
	margin:0px;
	display: inline;
	text-align: center;
	color: white;
	font-size:10px;
	font-family: sans-serif;
	z-index: 10;
	padding-top: 6px;
	padding-bottom: 6px;
		}
	
	

	
div#sooncome {
	position:absolute;
	bottom: 0px;
	left: 0px;
	background:#2F5CB5;
	width: 100%;
	text-align: center;
	color: white;
	font-size:11px;
	font-family: sans-serif;
	padding-top: 6px;
	padding-bottom: 6px;
}


div#sooncomecontent {
	position:absolute;
	left: 50%;
	width: 10px;
	text-align: center;
	font-size:11px;
	font-family: sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
	top: 0px;
	z-index: auto;
	margin-left: -5px;
	background: white;
	height: 100%;
}




.flag{position:absolute; right:5px; top:5px;}

.flag{position:absolute; right:5px; top:5px;}

