body {
	background-color: black;
	/*background-image: url("background.png");*/
	background-repeat: repeat-x;
	background-attachment: fixed;
	color: #FFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	font-size: 12px;
}

a {
	color: #c30;
	text-decoration: none;
}

.bodytext {
	text-align: justify;
	line-height: 1.6em;
}

h2 {
	font-size: 1.4em;
	font-weight: normal;
	text-align: center;
	margin: 0 0 20px 0;
}

img {
	border: 0;
}

img#status {
	vertical-align: text-bottom;
}

#wrapper {
	margin: auto;
	margin-top: 50px;
	width: 1000px;
}

a.menu {
	color: #FFF;
}

a.menu:hover {
	color: #666;
}

#nav a {
	color: #FFF;
}

#nav a:hover {
	color: #666;
}

#nav a#act {
	color: #F03;
}

#nav {
	width: 140px;
	float: left;
}

#nav ul {
	list-style: none;
	white-space: nowrap;
	margin: 0;
	padding: 0;
}

#nav ul li {
	font-size: 1.1em;
	height: 30px;
}

#nav ul li.sub {
	margin-left: 20px;
}

#footer {
	background-color: #000;
	margin: 0;
	color: #000;
	height: 30px;
	width: 960px;
	background-image: url("logo.png");
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
}

#content {
	text-align: left;
	margin: 0;
	background-color: #000;
	width: 900px;
	height: 400px;
	padding: 100px 50px 100px 50px;
	float: left;
}

#main {
	width: 760px;
	float: left;
}

form#admin {
	margin-top: 100px;
	margin-left: 120px;
	width: 330px;
}

form.layout {
	display: inline-block;
}

form.layout label {
	display: block;
	width: 100px;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
}

form.layout label.radio {
	display: inline;
	width: auto;
	float: none;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: left;
	font-weight: normal;
}

form.layout input, form.layout textarea, form.layout select {
	display: block;
	width: 450px;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	background-color: #999;
}

form.layout textarea {
	height: 200px;
}

form.layout input.radio {
	display: inline;
	float: none;
	width: auto;
	margin-bottom: 10px;
}

form input.submit, input.submit {
	width: auto;
	color: #FFF;
	background-color: #1A3A5F;
}

form.layout br { clear: left; }

.error, .success, .notice {
	font-weight: bold;
	border: 1px #FFF solid;
	padding: 10px;
}

.error {
	color: #C00;
	border-color: #C00;
}

.success {
	color: #093;
	border-color: #093;
}

.notice {
	color: #FF9;
	border-color: #FF9;
}

thead {
  background-color: #1A3A5F;
}

table tr {
	overflow: hidden;
	/*white-space: nowrap;*/
}

table tr td {
	width: auto;
	border-color: #333;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	vertical-align: top;
}

table tr.inactive {
	background-color: #F63;
}

#button {
	border-color: #666;
	border-width: 1px;
	border-style: solid;
	background-color: #CCC;
	display: inline;
	padding: 2px;
}

#button a {
	color: #000;
}

hr {
	color: #FFF;
	background-color: #FFF;
	height: 1px;
	border: 0;
}

.articons {
	position: relative;
}

.articons div {
	width: 108px;
	height: 108px;
	float: left;	
	margin: 0;
	padding: 0;
	margin-left: 5px;
	margin-bottom: 5px;
}

.float {
	z-index: -100;
	background: none;
	height: 100%;
	width: 100%;
}
