body {
	background: #000;
	margin: 0px;
	padding: 0px;
	background-image: url('../images/bg.png');
	background-repeat: repeat-x;
}
h1 {
	font-size: 15px;
	font-family: verdana;
	color: #fff;
}
div#container {
	background-image: url('../images/headerbg.png');
	background-repeat: no-repeat;
	/*height: 596px;*/	 
	background-position: center top;
}
div#site {
	background-image: url('../images/backgroundbg.png');
	background-repeat: repeat-y;
	width: 790px;
}
div#backgroundtop {
	background-image: url('../images/backgroundtopbg.png');
	background-repeat: no-repeat;
	width: 790px;
}
div#backgroundbottom2 {
	background-image: url('../images/backgroundbottombg2.png');
	background-repeat: no-repeat;
	height: 167px;	
	margin-left: -194px;
	clear: both;
}
#navigatie {
	width: 120px;
	height: 200px;
	float: left;
	padding-left: 18px;
	padding-top: 35px;
	font-family: Verdana;
	font-size: 11px;
	color: #767675;
	line-height: 30px;
	font-weight: bold;
	text-align: left;
}

#navigatie a {
	color: #767675;
	text-decoration: none;
}

#navigatie a:hover {
	color: #c6c6c5;
	text-decoration: none;
}

#content {
	width: 560px;
	float: left;
	padding-left: 25px;
	padding-top: 40px;
	font-family: Verdana;
	color: #d4d4d3;
	font-size: 11px;
	text-align: justify;
}

a {
	text-decoration: underline; 
	font-family: Verdana; 
	font-size: 11px; 
	color: #c6c6c5; 
}

a:hover {
	text-decoration: none; 
	font-family: Verdana; 
	font-size: 11px; 
	color: #c6c6c5;
}


/* ICMS STYLES */

.itemtitle {
	padding-bottom: 20px;
	font-size: 14px;
	color: #FFFFFF;
}

h2 {
	font-size: 14px;
}

.itemtext {
	line-height: 18px;
}

.alineaimage {
	border: 1px solid #72706f;
}

.itemalinea {
	margin-bottom: 20px;
}

.flash_title {
	font-size: 14px;
}

.formitems {
	border: 1px solid #d4d4d3;
	background-color: #575757;
	color: #d4d4d3;
	width: 200px;
	margin-bottom: 3px;
}

.salaris_tbl {
	border: 1px solid #71706e;
	background-color: #232323;
}


