 /*--------------------.
/   LAYOUT              \___________________________________________________________________________
--------------------------------------------------------------------------------------------------*/
body, div, table, td, p, li {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11pt;
	line-height: 150%;
	font-weight: 400;
	}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color: #FFF;
	background-image: url("../img/mainbg.jpg");
	background-repeat: repeat-x;
	}
div.container {
	position: absolute;
	top: 0;
	left: 50%;
	width: 888px;
	height: 631px;
	margin-left: -444px;
	background-image: url("../img/contentbg.jpg");
	background-position: top;
	background-repeat: no-repeat;
	}
div.content {
	position: absolute;
	top: 210px;
	left: 135px;
	width: 600px;
	padding-bottom: 100px;
	}
div.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	clear: both;
	padding: 30px 20px;
	font-size: 9pt;
	text-align: center;
	}


 /*--------------------.
/   TITLES & HEADINGS   \___________________________________________________________________________
--------------------------------------------------------------------------------------------------*/

h1.fiddling span { display: none; }
h1.fiddling {
	position: absolute;
	top: 85px;
	left: 30px;
	width: 376px;
	height: 105px;
	margin:0;
	padding: 0;
	line-height: 100%;
	background-image: url("../img/fiddlinginthenwt.png");
	background-repeat: no-repeat;
	}


 /*--------------------.
/   MAIN MENU           \___________________________________________________________________________
--------------------------------------------------------------------------------------------------*/
div.menudiv {
	position: absolute;
	top: 220px;
	left: 4px;
	width: 190px;
	padding: 0;
	font-family: 'Arial Narrow', Tahoma, Arial, sans-serif;
	}

div.mainmenu { position: relative;}
div.mainmenu ul { list-style: none; margin: 0; padding: 0; border: none; text-align: right; }
div.mainmenu li { border-bottom: 1px solid #CCCCFF; margin: 0; font-size: 15pt; }
div.mainmenu li a {
	display: block;
	padding: 2px 2px 2px 12px;
	border-left: 12px solid #CCCCFF;
	color: #000;
	text-decoration: none;
	width: 100%;
	}
html>body div.mainmenu li a { width: auto; }
div.mainmenu li a:hover {
	background-color: #CCCCFF;
	color: #000;
	}

div.menuAFS {
	position: relative;
	padding-top: 30px;
	width: 190px;
	text-align: center;
	}
div.menuAFS img { border: none; }
div.menuAFS ul { list-style: none; margin: 0; padding: 0; border: none; text-align: center; }
div.menuAFS li { margin: 0; font-size: 10pt; font-weight: bold; }
div.menuAFS li a {
	display: block;
	padding: 1px 1px 1px 1px;
	color: #000;
	text-decoration: none;
	width: 140px;
	background-color: #9999CC;
	border-top: 1px solid #CCCCFF;
	border-left: 1px solid #CCCCFF;
	border-right: 1px solid #666699;
	border-bottom: 1px solid #666699;
	}
html>body div.menuAFS li a { width: auto; }
div.menuAFS li a:hover {
	background-color: #9999CC;
	border-top: 1px solid #666699;
	border-left: 1px solid #666699;
	border-right: 1px solid #CCCCFF;
	border-bottom: 1px solid #CCCCFF;
	color: #000;
	}

div.menuKCFA {
	position: relative;
	padding-top: 30px;
	width: 190px;
	text-align: center;
	}
div.menuKCFA img { border: none; }
div.menuKCFA ul { list-style: none; margin: 0; padding: 0; border: none; text-align: center; }
div.menuKCFA li { margin: 0; font-size: 10pt; font-weight: bold; }
div.menuKCFA li a {
	display: block;
	padding: 1px 1px 1px 1px;
	color: #000;
	text-decoration: none;
	width: 140px;
	background-color: #9999CC;
	border-top: 1px solid #CCCCFF;
	border-left: 1px solid #CCCCFF;
	border-right: 1px solid #666699;
	border-bottom: 1px solid #666699;
	}
html>body div.menuKCFA li a { width: auto; }
div.menuKCFA li a:hover {
	background-color: #9999CC;
	border-top: 1px solid #666699;
	border-left: 1px solid #666699;
	border-right: 1px solid #CCCCFF;
	border-bottom: 1px solid #CCCCFF;
	color: #000;
	}


 /*--------------------.
/   ELEMENTS            \___________________________________________________________________________
--------------------------------------------------------------------------------------------------*/

td.boardtitle { font-weight: bold; width: 180px; }

.thisgallery { clear: both; padding-bottom: 20px; }
.image-box {
	float: left;
	border: 1px solid #DDD;
	margin: 0 0 8px 8px;
	padding: 5px;
	background: #FFF;
}
.image-box img { border: none; }