body {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: small;
	line-height: 130%;
	color: #DDDDDD;
	background-color: #007500;
	background-image: url(/images/background.png);
	margin: 10px 0px 10px 0px;
	text-align: center;
}

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

a.own {
	font-weight: bold;	
	color: #DDDD33;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

img {
	padding: 0;
	margin: 0;
}

p {
	margin: 0;
}

h1 {
	margin: 0;
	font-size: small;
	font-weight: normal;
	border-bottom: solid 1px #22CC77;
	color: #88AAFF;
}

table {
	text-align: left;
	margin: 5px 0px 2px 2px;
	border-collapse: collapse;
}

td {
	padding: 0px 5px 0px 5px;
	border: none;
	background-color: transparent;
}

table.b td {
	border: solid 1px #33AAFF;
	background-color: #335599;
}

table.bfw {
	width: 100%;
	border-width: 5px;	
}

table.bfw td {
	border: solid 1px #33AAFF;
	background-color: #335599;
}

table.fw {
	width: 100%;
}

form {
	padding: 0;
	margin: 0;
}

input, select {
	border: none;
	background-color: #4488AA;
	border: solid 1px #113355;
	color: #DDDDDD;
	margin-bottom: 2px;
}

textarea {
	width: 100%;
	border: solid 1px #113355;
	background-color: #4488AA;
	color: #FAFAFA;
	height: 250px;
	font-family: Courier New;
	font-size: 12px;
	margin-bottom: 2px;
}

div.center {
	text-align: center;
}

div.center table {
	margin-left: auto;
	margin-right: auto;
}

div.imageCollection {
	position: relative;
	margin: auto;
	margin-top: 4px;
}

div.imageCollection img {
	display: none;
	position: absolute;
	left: 0px;
	right: 0px;
}

span.caption {
	font-family: Tahoma;
	font-weight: bold;
	line-height: normal;
	color: #CCCC44;
	font-size: 20px;
}

span.larger {
	font-size: 18px;
	line-height: 138%;
}

span.large {
	font-size: 25px;
	line-height: 138%;
}

div#main {
	width: 950px;
	margin: auto;
	text-align: left;
	background-color: #224488;
	border: solid 1px #22CC77;
	padding: 5px 10px 0px 10px;
}

div#header {
	margin: 0px 0px 5px 0px;
}

div#menu {
	margin: 0px 0px 10px 0px;
	padding-top: 1px;
	border-top: solid 1px #22CC77;
	border-bottom: solid 1px #22CC77;
	background-color: #335599;
	height: 18px;
}

div#menu a {
	padding: 0px 7px 0px 7px;
	margin-right: 5px;
	margin-left: 0px;
}

div#menu a:hover {
	background-color: #224488;
	text-decoration: none;
}

div#menu input {
	border: none;
	background-color: #4488AA;
	color: #DDDDDD;
	height: 15px;
}

div#column1 {
	width: 224px;
	float: left;
	padding-left: 4px;
	padding-right: 8px;
	border-right: solid 1px #22CC77;
}

div#column2 {
	margin-left: 240px;
	padding-left: 4px;
}

div#column2 textarea {
	width: 690px;
}

div#footer {
	clear: both;
	margin: 10px 0px 0px 0px;
	padding: 1px 0px 1px 0px;
	border-top: solid 1px #22CC77;
	text-align: center;
}


table.forum
{
	padding: 0;
	margin: 5px 0px 0px 0px;
	
	width: 100%;
	background-color: #335599;
	
	border-top: solid 1px #22CC77;
	border-bottom: solid 1px #22CC77;
	border-collapse: separate;
}

table.forum th
{
	color: #88AAFF; 
	text-align: left;
}

table.forum td
{
	padding-left: 2px;
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top: solid 1px #1166AA;
	background-color: inherit;
}

table.forum td.topic
{
	width: 350px;
}

table.forum td.post
{
	vertical-align: top;
	/*border-right: solid 1px #1166AA;*/
	width: 150px;
}

table.forum td.postcontents
{
	padding-bottom: 10px;
}

/* specials */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { 
	* zoom: 1; /*for ie 5.5-7*/
}