/* STANDAARD STUFF*/
* {
	margin: 0;
	padding: 0;
}
body {
	background-color : #fff;
	font : small small  Verdana, Arial, "Times New Roman", sans-serif;
	color: #0079c4;
	height:100%;
}
a img {
	border : none;
}
a {
	outline: none;
	text-decoration: none;
}
a:link { 
	color: #0079c4;
	text-decoration: none;
}
a:visited { 
	color: #0079c4;
}
a:hover {
	color: #0079c4;
	text-decoration: underline;
}
.ticker  {
	font : normal normal 75%/120% Verdana, Arial, "Times New Roman", sans-serif ;
	position: relative;
    background-color:#0079c4;
    border: none;
    color:#fff;
    margin-bottom:10px;
    width: 488px;
    }
#ticker	{
	position: relative;
	left: 6px;
}
#top_nav	{
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	height: 15px;
	} 
#top_nav_align {
	position: relative;
	width: 120px;
	left: 410px;
}
#noscript {
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  width: 480px;
  background-color: red;
  color:white;
  font-weight:bold;
}
#bottom_info {
  margin-left: auto;
  margin-right: auto;
  width: 480px;
}
/* LAYOUT */
#top_arch {
  margin-left: auto;
  margin-right: auto;
  width: 500px;
  height: 9px;
 }
#center {
  background: url('background.png');
  margin-left: auto;
  margin-right: auto;
  width: 500px;
  height: 501px;
}
#bottom_arch	{
  margin-left: auto;
  margin-right: auto;
  width: 500px;
  height: 9px;
 }
#top_content {
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 5px;
  width: 480px;  
  height: 91px;
  font-weight: bold;
 }
#bottom_content {
  margin-left: auto;
  margin-right: auto;
  width: 460px;
  height: 167px;
  padding: 14px 10px 0px 10px;
  overflow: hidden;
  text-align: justify;
  scrollbar-base-color: #fff;
  scrollbar-3dlight-color: #0079c4;
  scrollbar-arrow-color: #0079c4;
  scrollbar-darkshadow-color: #0079c4;
  scrollbar-face-color: #fff;
  scrollbar-highlight-color: #fff;
  scrollbar-shadow-color: #b8b8b8;
}
#newsitem	{
	border: solid 1px #0079c4;
	border-top: none;
	border-left: none;
	border-right: solid 1px #0079c4;
	padding: 10px 10px 10px 10px;
}
#image_plan	{
	border-color: #0079c4;
}
#Photo	{
   margin-left: auto;
   margin-right: auto;
	width: 460px;
	padding: 12px 0 10px 0;
}
#footer	{
  background: url('background.png');
  margin-left: auto;
  margin-right: auto;
  width: 500px;
  display: block;
}
#image_footer	{
	margin-left: 20px;
	margin-bottom: 10px;
}
/* MAIN NAVIGATION */
#nav	{
	margin-left: auto;
  	margin-right: auto;
  	width: 488px;
  	height: 18px;
  	background-color: #0079c4;
  	
}
#nav_ul	{
	margin-left: 14px;
}
ul#nav_ul li 	{
	float: left;
	width: 50px;
	height: 18px;
	list-style-type: none;
	display:block;
}
ul li#nav_home a {
   display:block;
   height:18px; 
   width:50px;
   background:transparent url(nav_home.png) no-repeat 0 0;
   text-indent:-9009px;
}
ul li#nav_home_active a {
   display:block;
   height:18px; 
   width:50px;
   background:transparent url(nav_home.png) no-repeat 0 0;
   background-position: 0 -36px;
   text-indent:-9009px;
}
ul li#nav_home a:hover {
   background-position: 0 -18px;
}
ul li#nav_map a {
   display:block;
   height:18px; 
   width:50px;
   background:transparent url(nav_map.png) no-repeat 0 0;
   text-indent:-9009px;
}
ul li#nav_map_active a {
   display:block;
   height:18px; 
   width:50px;
   background:transparent url(nav_map.png) no-repeat 0 0;
   background-position: 0 -36px;
   text-indent:-9009px;
}
ul li#nav_map a:hover {
   background-position: 0 -18px;
}
ul li#nav_news a {
   display:block;
   height:18px; 
   width:50px;
   background:transparent url(nav_news.png) no-repeat 0 0;
   text-indent:-9009px;
}
ul li#nav_news_active a {
   display:block;
   height:18px; 
   width:50px;
   background:transparent url(nav_news.png) no-repeat 0 0;
   background-position: 0 -36px;
   text-indent:-9009px;
}
ul li#nav_news a:hover {
   background-position: 0 -18px;
}
ul li#nav_cat a {
   display:block;
   height:18px; 
   width:50px;
   background:transparent url(nav_cat.png) no-repeat 0 0;
   text-indent:-9009px;
}
ul li#nav_cat_active a {
   display:block;
   height:18px; 
   width:50px;
   background:transparent url(nav_cat.png) no-repeat 0 0;
   background-position: 0 -36px;
   text-indent:-9009px;
}
ul li#nav_cat a:hover {
   background-position: 0 -18px;
}
#copy	{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 465px;
	text-align: right;
	font: smaller smaller;
}

#myGallery
{
width: 489px !important;
height: 165px !important;
}

h3 #myGallery
{
width: 489px !important;
height: 165px !important;
}

#notice
{
color: red;
font-weight: 700;
text-align: center;
text-decoration: underline;
}
