* {
	font-size: 15px;
	font-family:Verdana, Arial;
	color: #333333;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #003300;
}

div#super {
	width: 800px;
	margin-left:    auto;
	margin-right:   auto;
	margin-top: auto;
	margin-bottom: auto;
	background-image: url(./images/background_star.png);
	background-repeat: no-repeat;
	background-color: white;
	position: relative;
	padding: 0px;
	min-height: 629px;
}

div#space {
	height: 23px;
}

div#navigation {
	background-image: url(./images/navigation_line.gif);
	height: 94px;
	width: 774px;
	background-color: transparent;
	color: white;
	margin-bottom:  0px;
	margin-top:     0px;
	margin-left:    0px;
	margin-right:   0px;
	padding-bottom: 0px;
	padding-right:  3px;
	padding-left:   23px;
	position: relative;
}

div#textnav {
	position: absolute;
	top: 50px;
	left: 276px;
}

a img {
	border-style: none;
}

div#navigation a {
	background-color: transparent;
	color: #cc0000;
	font-size: 17px;	
	padding-left:  5px;
	padding-right: 5px;
	text-decoration:none;
}

div#navigation a.current{
	color: #ff9933;
	background-color: #cc0000;
}

div#main {
	position: relative;
	height: 477;
}

div#decoration_ind {
	margin-left:   33px;
	margin-top:    30px;
	background-image: url(images/news.jpeg);
	background-repeat: no-repeat;
	padding-bottom: 10px;
}

div#decoration_pic {
	margin-left:   33px;
	margin-top:    30px;
	background-image: url(images/pictures.jpeg);
	background-repeat: no-repeat;
	padding-bottom: 10px;
}

div#decoration_nl {
	margin-left:   33px;
	margin-top:    30px;
	background-image: url(images/newsletters.jpeg);
	background-repeat: no-repeat;
	padding-bottom: 10px;
}

div#decoration_vid {
	margin-left:   33px;
	margin-top:    30px;
	background-image: url(images/videos.jpeg);
	background-repeat: no-repeat;
	padding-bottom: 10px;
}

div#decoration_master {
	margin-left:   33px;
	margin-top:    30px;
	background-image: url(images/master.jpeg);
	background-repeat: no-repeat;
	padding-bottom: 10px;
}

div#decoration_master div#content * img {
	border-width: 1px;
	border-color: #003300;
	border-style: solid;
}

div#content {
	height: 477px;
	width:  543px /* = 800 - 224 - 33 */;
	overflow: auto;
	margin-left: 224px;
}

div#news {
	padding-left:   23px;
	padding-right:  23px;
	padding-top:    26px;
	padding-bottom: 20px;
}

div#showimg {
	width: 100%;
	text-align: center;
	padding-top: 23px;
	padding-bottom: 20px;
}

div#nav_prev {
	position: absolute;
	top: 3px;
	left: 5px;
}

div#nav_next {
	position: absolute;
	top: 3px;
	right: 5px;
}

div#nav_up {
	position: absolute;
	top: 3px;
	left: 0px;
	width: 100%;
	text-align: center;
}

div#im_table {
	padding-top: 30px;
	padding-bottom: 10px;	
	min-height: 294px;
}

div#main table {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

div#main table td {
	text-align: center;
	padding: 5px;
}

div#main form {
	padding-left: 250px;
	padding-top:  100px;
}

a:visited {
	color: #006600;
}

ul {
	list-style-type: square;
	margin: 0; 
	padding-left: 24px;
	padding-top: 0px;
	padding-bottom: 0px;
}

li {
	margin: 0; 
	padding: 0;
}