body {
	margin: 0px;
	padding: 0px;
}

a, a:visited { 
	outline: none 
}

#flash {
	text-align: center;
	height: 655px;
	width: 980px;
	position: relative;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
	left: 0px;
	top: 0px;
	background-image: url(img/bkg.jpg);
	background-repeat: no-repeat;
}
#container {
	width: 980px;
	padding: 0px;
	margin: 0px;
}
#bottom_menu {
	background-image: url(img/content_bottom.jpg);
	background-repeat: repeat-x;
	height: 105px;
}
#indexHeader {
	background-image: url(img/index_header.jpg);
	background-repeat: no-repeat;
	height: 275px;
	width: 980px;
}
#indexContent {
	background-image: url(img/index_content.jpg);
	background-repeat: repeat-x;
	height: 485px;
	width: 980px;
}
.textWelcome {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	text-indent: 0.5px;
}
.textWarning {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.7em;
	color: #FFF;
	text-align: center;
	text-indent: 0.5px;
}





.side {
	background-image: url(img/side.jpg);
	background-repeat: repeat-x;
}

img {
	border: none;
}

/* dock - top */
.dock {
	height: 50px;
	text-align: center;
	top: 30px;
	position: relative;
}

/* dock2 - bottom */
#dock2 {
	width: 100%;
}
.dock-container2 {
	position: relative;
	height: 50px;
	background: url(img2/dock-bg.gif);
	padding-left: 20px;
	padding-bottom: 20px;
}
a.dock-item2 {
	display: block;
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px;
	color: #000;
	bottom: 0px;
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none;
	margin: 5px 10px 0px;
	width: 100%;
}

