body {
	background: #232429;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
}

.clearfloat {clear:both;}

#container {
	position:relative;
	margin:auto;
	width: 950px;
	padding: 0px;
	border: 1px solid #000000;
	background-color:#111114;
	background-image:url(../images/fingerprint_bg.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}
/* ------------------------ HEADER STYLES -----------------------*/
#header {
	position:relative;
	width: 950px;
	height:230px;
	z-index:1;
}
#logo {
	position:relative;
	float:left;
	width:216px;
	height:230px;
	background-color:#E41A15;
}
#menu {
	position:relative;
	float:right;
	width:734px;
	top:189px;
	background-color:#E41A15;
}
/* ------------------------ CONTENT STYLES -----------------------*/
#contentarea {
	position:relative;
	width: 950px;
	padding-top:10px;
	padding-bottom:10px;
	background-image:url(../images/content_bg.gif);
	background-repeat:repeat-y;
	z-index:0;
}
#left_col {
	position:relative;
	float:left;
	width:216px;
	padding-bottom:50px;
}
#content {
	position:relative;
	float:right;
	width:649px;
	text-align:left;
	padding-top: 10px;
	padding-bottom:25px;
	padding-left:45px;
	padding-right:40px;
}
/* ------------------------ FOOTER STYLES -----------------------*/
#footer {
	position:relative;
	width: 950px;
	font-size:9px;
	text-align: left;
	color:#ffffff;
	border-top:2px solid #E41A15;
	line-height:12px;
}
#lang_button {
	position:absolute;
	width:216px;
	top:-32px;
	right:8px;
	text-align:right;
	z-index:5;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;	
}

#footer a:hover {
	color: #E41A15;
	text-decoration: none;
}
#footer_contact {
	position:relative;
	width:200px;
	float:right;
	padding: 10px 10px 10px 10px;
	text-align:right;
}
#footer_copyright{
	position:relative;
	width:400px;
	float:left;
	padding: 10px 10px 10px 10px;
}

/* ------------------------ GENERAL STYLES -----------------------*/
a {
	color: #E41A15;
	text-decoration: underline;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}

#content ul li {list-style:disk; padding-bottom:10px;}
#content ol li {list-style:decimal;}
