#container {
	width: 830px;
	height: auto !important;
	margin: 0 auto;
	padding: 20px 0px 0px 0px;
}

#header {
	width: 830px;
	height: 130px;
	float: left;
	background: #fff url('images/it_header.jpg') no-repeat;
}

#navigation {
	width: 830px;
	height: 27px;
	float: left;
	background: url('images/navigation.jpg') no-repeat;
}

#navigation ul li {
	list-style: none !important;
	list-style-image: none;
	display: block;
	float: left;
}

#navigation ul li a {
	width: auto !important;
	height: 20px;
	float: left;
	padding: 5px 0px 0px 20px;
	color: #000;
	text-decoration: none;
}

#navigation ul li a:hover {
	color: #8D8D8D;
}

#navigation ul li a.active {
	color: #000;
	font-weight: bold;
}

#content {
	width: 100%;
	height: auto !important;
	float: left;
	background: #fff;
}

#content div.text {
	width: 768px;
	height: auto !important;
	float: left;
	padding: 0px 30px 0px 30px;
	background: url('images/top.jpg') no-repeat right top;
}

#content div.footer_home {
	width: 768px;
	height: 250px;
	float: left;
	padding: 0px 30px 0px 30px;
	background: url('images/it_bottom.jpg') no-repeat left bottom;
}

#content div.footer {
	width: 768px;
	height: 100px;
	float: left;
	padding: 0px 30px 0px 30px;
	background: url('images/it_bottom.jpg') no-repeat left bottom;
}

#footer {
	width: 830px;
	height: 20px;
	float: left;
	color: #626262;
	background: transparent;
}

#footer div.links {
	width: 300px;
	height: 20px;
	float: left;
}

#footer div.links a {
	color: #626262;
	font-size: 9pt;
}

#footer div.copy {
	width: 300px;
	height: 20px;
	float: right;
	text-align: right;
	font-size: 9pt;
	padding: 2px 0px 0px 0px;
}

#footer div.copy a {
	color: #626262;
	font-size: 9pt;
}

.hidden {
	display: none;
	color: #fff;
}

#shadowbox_content {
	background: #fff;
	padding: 10px 20px 10px 20px;
}
