body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-position: center center;
	margin: 0 auto;
	text-align: center;
	border-style: none;
}
#head {
	width:900px;
	height:78px;
	z-index:1;
	background-image: url(images/arelamheadlogo.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
}

#menu {
	z-index:2;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #999999;
	background-repeat: repeat-y;
	border-style: none;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 3px;
	text-align: center;
	font-size: 14px;
	background-position: center;
	height: 15px;
	min-width: 800px;
	max-width: 3000px;
	word-spacing: 30px;
	text-decoration: none;
	color: #FFFFFF;
}
#content {
	width:890px;
	z-index:3;
	margin: 0px auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/arelamfooter.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 3px;
	overflow: visible;
	background-color: #8B8B8B;
	color: #FFFFFF;
	border-style: none;
}
#footer {
	width:900px;
	z-index:1;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCFFCC;
	overflow: auto;
	font-size: 9px;
	margin: 0px auto;
    text-align: center;
}
#imglinks {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	text-align: center;
	border-style: none;
}
li {
	text-decoration: none;
	list-style-type: none;
	list-style-position: inside;
	border-style: none;
}

img {
  border-style: none;
}
#sidebar {
/*	background-image: url(images/blaasakpynt.gif);
	background-position: right bottom;
	background-repeat: no-repeat; */
	float: right;
	width: 200px;
	white-space: normal;
	overflow: auto;
}

a:link    {
	/* Applies to all unvisited links */
  text-decoration:  none;
	font-weight:      bold;
	color:            #FFFFFF;
  } 
a:visited {
	/* Applies to all visited links */
  text-decoration:  none;
	font-weight:      bold;
	color:            #FFFFFF;
  } 
a:hover   {
	/* Applies to links under the pointer */
  text-decoration:  none;
	font-weight:      bold;
	color:            #FF0000;
  } 
a:active  {
  /* Applies to activated links */
  text-decoration:  underline;
  font-weight:      bold;
  color: white;
  } 
