body {
  background-color: black;
  background-image: url('../images/background/main.jpg');
  background-repeat: no-repeat;
  background-position: right top;
  color: silver;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	letter-spacing: 1px;
	font-size: 10px;
	text-align: right;
	margin:  2 2 2 2;
}

table {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	letter-spacing: 1px;
	font-size: 10px;
}

h1 {
	font-size: 16px;
	margin: 0 0 0 0;
	margin-bottom: 15px;
	font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
	color: white;
	text-align: right;
	letter-spacing: 10px;
	border-bottom: 1px dashed silver;
	text-transform: uppercase;
}

h2 {
	font-size: 12px;
	margin: 0 0 0 0;
	margin-bottom: 15px;
	font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
	color: white;
	text-transform: uppercase;
}

a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#content {
  margin-top: 20px; 
  height: 400px;
  width: 850px;
  overflow: auto;
  text-align: left;
}

#content .text {
  width: 500px;
  text-align: justify;
}

#menu {
  position: absolute;
  top: 458px;
  right: 500px;
}

#headline {
	line-height: 20px;
	text-align: right;
	margin-right: 350px;
}

#headline .small {
  color: silver;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif;
	letter-spacing: 1px;
	font-size: 20px;
	z-index:0;
	margin-top:-13px;
}

#headline .large {
  color: #282828;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif;
	letter-spacing: 1px;
	font-size: 40px;
	z-index: 10;
}

.textbox {
	border: 1px solid black;
	background-color: white;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	width: 100%;
}

.button {
	border: 1px solid black;
	background-color: white;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
}

/*---------- NEWS ------------*/

/* mod_news main style */
#mod_news {
}

#mod_news .max_news {
	padding-top: 10px;
	height: 20px;
}

#mod_news .pager a:link {
	line-height: 20px;
}

#mod_news .pager a:visited {
	line-height: 20px;	
}

#mod_news .pager a:active {
	line-height: 20px;	
}

#mod_news .pager a:hover {
	line-height: 20px;
}

/* mod_news_item for each posting */

#mod_news_item  {
	clear: both;
}

#mod_news_item .header {
	/* border-style: dotted; border-width: 1px; border-color: silver;	
	padding: 2px 2px 2px 2px;
	color: white; */
	background-image: url('../images/background/bar.jpg');
	background-repeat: no-repeat;
	background-position: right center;
  	font-weight: bold;
	text-transform: uppercase;
	line-height: 15px;
}

#mod_news_item .date {
	text-align: right;
	font-weight: bold;
}

#mod_news_item .topic {
	text-align: left;
	float: left;
	font-weight: bold;
}

#mod_news_item .author {

}

#mod_news_item .text {
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: justify;
}


#mod_news_item img {
	border-style: dotted; 
	border-width: 1px; 
	border-color: silver;
	margin-right: 5px;
	margin-bottom: 10px;
}

.gallery_image {
	border: 1px solid silver;
}

.fade_gallery_image {
	border: 1px dotted silver;
	filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;
}

.header {
	/* border-style: dotted; border-width: 1px; border-color: silver;	
	padding: 2px 2px 2px 2px;
	color: white; */
	background-image: url('../images/background/bar.jpg');
	background-repeat: no-repeat;
	background-position: right center;
  	font-weight: bold;
	text-transform: uppercase;
	line-height: 15px;
}
