body{
	margin:0;
	color:white;
	font-size:12px;
	font-family:arial;
	text-align:center;
	background:url('../img/bg.jpg') #212121 repeat-x;
}

a, a:active, a:visited{
	color:white;
	text-decoration:underline;
	cursor:pointer;
}

li a, li a:visited{
	color:white;
	text-decoration:none;
	cursor:pointer;
}

a:hover{
	color:#aaa;
}

img{
	border:0;
}

.sifr{
	font-size: 14px;
	color: #5e94b8;
	height:30px;
	font-weight:bold;
}

/** Flash **/

div#flashMessage {
	background-color:#212121;
	clear:both;
	float:left;
	font-weight:bold;
	margin:20px;
	margin-left:250px;
	padding:5px;
	width:400px;
	text-align:center;
}

div#flashMessage.notice {
	border:1px solid #01C20A;
	color:#02A74C;
}

div#flashMessage.error {
	border:1px solid #820000;
	color:white;
}

/** Layout **/

#container{
	margin-left:auto;
	margin-right:auto;	
	width:898px;	
}

#header{
	width:898px;
	height:110px;
}

#header #logo{
 	float:left;
 	margin-top:15px;
 	width:152px;
 	height:76px;
 	background:url('../img/logo.jpg') no-repeat;
}

#header #date{
	float:right;
	margin-top:4px;
	text-align:right;
	font-weight:bold;
	font-size:11px;
	color:#E7E7E7;
}

#header #languages{
	clear:both;
	padding-top:10px;
	text-align:right;
	font-weight:bold;
}

#headerImage {
	width:898px;
	height:110px;
	background:url('../img/headerImg.jpg') no-repeat;
}

#menu a:hover{
	color:white;
}

#menu{
	width:898px;
	height:24px;
	clear:both;
	background:url('../img/menu_bg.jpg') repeat-x;
	font-family:tahoma;
	font-size:9px;
	font-weight:bold;
	text-align:left;
}

/* CSS FOR CONTENT */
#content{
	min-height:366px;
	height:auto;
	overflow:visible;
	text-align:justify;
	background:#141414 url('../img/bg_gradient.png') repeat-x;
}

#content .li{
	margin-top:4px;
	padding-top:4px;
	border-bottom:1px solid #333333;
	cursor:pointer;
}

/* CSS FOR FOOTER */
#footer{
	clear:both;
	width:100%;
	height:69px;
	background:url('../img/footer_bg.jpg') repeat-x;
}

#footer #center{
	margin:auto;
	width:898px;
	height:69px;
	background:url('../img/footer_bg_center.jpg') repeat-x;
	font-size:10px;
}

#footer #center #copyright{
	float:left;
	margin-left:10px;
	margin-top:10px;
}

#footer #center #itflows{
	float:right;
	margin-right:10px;
	margin-top:10px;
}