/* Wyland CSS Document */

/* Tags ----------------------------------- */


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}
a:link {
	color: #f5dd92;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #f5dd92;
}
a:hover {
	text-decoration: underline;
	color: #f5dd92;
}
a:active {
	text-decoration: none;
	color: #f5dd92;
}

h1 {
	color: #f5dd92;
	font-size: 1.2em;
}

h2 {
	size: 1em;
	color: #f5dd92;
	font-size: 1em;
	margin: 0;
}

/* IDs ----------------------------------- */

#content {
	background-color: #272857;
}

#footerbar {
	background-color: #131C42;
	height:15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#footnote {
	text-align:center;
	padding:15px;
}

#hometext {
	position:absolute;
	top:27px;
	left:27px;
	width:342px;
}

#pagetitle {
	padding:10px;
	padding-left:25px;
	font-size:18px;
}

#titlebar {
	background-color: #0B2D81;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;	
}

/* Classes -------------------------------------- */


.boardname {
	font-size:14px;
	font-weight:bold;
}

.boardThumb {
	width:220px;
	height:300px;
	/*float:left;*/
}

.clear {
	clear:both;
}

.submenu {
	font-size:14px;
}

table.vertboards td {
	text-align:center;
	padding:15px;
	width:33%;
}
table.horzboards td {
	text-align:center;
	padding:15px;
}