body {
	background-color: black;
	background: url('../images/background.jpg');
	font-size: 100%;
	font-family: Arial, Sans-serif;
	margin: 30px;
	color: white;
}

a img {
	border: 0;
}

a:link, a:visited {
	text-decoration: underline;
	color: #eaf7b7;
}

a:hover {
	text-decoration: underline;
	color: #94cc4a;
}
a:active {
	text-decoration: underline;
	color: #dd0000;
}

h1, h2, h3 {
	text-transform: uppercase;
	margin: 10px 0 10px 0;
	padding: 0;
	border: 0;
	width: 100%;
}

.small {
	font-size: 80%;
}

.smaller {
	font-size: 70%;
}

.fat {
	font-weight: bold;
}

.admin {
	font-size: 80%;
}

.admin a {
	color: #880000;
}

.admin a:hover {
	color: red;
}

.changed {
	padding-top: 10px;
	font-size: 80%;
	font-style:italic;
}

#logo {
	text-align: center;
}

#description {
	width: 100%;
	text-align: left;
	margin: 10px 0 10px 0;
	background: #515151 url('../images/description/background.jpg');	
	min-width: 760px;
}

#description_top {
	width: 100%;
	height: 32px;
	background: url('../images/description/top_middle.gif') repeat-x top left;	
}

#description_middle {
	padding: 0 0 0 32px;
	background: url('../images/description/middle_left.gif') repeat-y;	
}

#description_middle_right {
	padding: 0 32px 0 0;
	background: url('../images/description/middle_right.gif') repeat-y top right;	
}

#description_bottom {
	width: 100%;
	height: 32px;
	background: url('../images/description/bottom_middle.gif') repeat-x bottom left;	
	clear: both;
}

#main {
	width: 100%;
	min-width: 760px;
}

#content {
	padding: 0;
	margin: 0 0 20px 150px;
	position: relative;
	overflow: visible;
	text-align: left;
}

#menu {
	padding: 0 5px 50px 5px;
	margin: 0;
	width: 140px;
	float: left;
}

#footer {
	text-align: center;
	font-size: 70%;
	width: 100%;
	clear: both;
}

table.list td {
	border: 1px solid gray;
	padding: 2px;
}
