img { border: none; }

.invisible { display: none; }
/*====================LAYOUT===========================*/
body, table {
	margin: 0px;
	padding: 0px;
	color: #3F3E3E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
body {
	text-align: center;
	background-image: url(design/body_bg.gif);
}
div.header {
	font-size: 0px;
	line-height: 14px;
	background-image: url(design/header_bg.gif);
	background-repeat: no-repeat;
	width: 990px;
	height: 14px;
	margin: auto;
	margin-top: 36px;
}
div.header a.homepage {
	display: block;
	width: 990px;
	height: 14px;
}
div.container {
	text-align: left;
	background-image: url(design/container_bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	width: 990px;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	margin: auto;
}
div.subcontainer {
	background-image: url(design/subcontainer_bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 966px !important;
	width: 990px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 20px;
	padding-bottom: 20px;
}
/*====================SIDEBAR==========================*/
div.sidebar {
	/*background-color: #990000;*/
	width: 260px;
	float: left;
	margin-right: 16px;
}
div.valain {
	font-size: 9px;
	text-align: center;
	padding-top: 10px;
}
/*====================LINKS SIDEBAR====================*/
a.sidebarHome {
	display: block;
	background: url(design/sidebar/home.gif) no-repeat;
	background-position: 0 0;
	width: 35px;
	height: 87px;
}
a.sidebarHome:hover {
	background-position: -35px 0;
}
a.sidebarAgenda {
	display: block;
	background: url(design/sidebar/agenda.gif) no-repeat;
	background-position: 0 0;
	width: 35px;
	height: 93px;
}
a.sidebarAgenda:hover {
	background-position: -35px 0;
}
a.sidebarSitemap {
	display: block;
	background: url(design/sidebar/sitemap.gif) no-repeat;
	background-position: 0 0;
	width: 35px;
	height: 106px;
}
a.sidebarSitemap:hover {
	background-position: -35px 0;
}
a.sidebarNewsletter {
	display: block;
	background: url(design/sidebar/newsletter.gif) no-repeat;
	background-position: 0 0;
	width: 35px;
	height: 131px;
}
a.sidebarNewsletter:hover {
	background-position: -35px 0;
}
a.sidebarHome {
	display: block;
	background: url(design/sidebar/home.gif) no-repeat;
	background-position: 0 0;
	width: 35px;
	height: 87px;
}
a.sidebarHome {
	display: block;
	background: url(design/sidebar/home.gif) no-repeat;
	background-position: 0 0;
	width: 35px;
	height: 87px;
}
/*====================CONTENT==========================*/
div.content {
	width: 690px;
	float: left;
}
