html, body { height: 100%; padding:0; margin:0;}

body {
	background: #e1e1e1 url("../layout/standard/body.gif") fixed left top;
	font-family: Verdana, "Trebuchet MS", Tahoma;
	color: #000;
	font-size: 10px;
	}

#container {
	position:relative;
	background: #ffffff url("../layout/standard/container.gif") left top;
	margin: 0 auto;
	width: 800px;
	min-height: 100%;
	padding: 0 0 10px 0;
	}
#top {
	height: 160px;
	margin: 0 0 0px 0;
	border-bottom: 3px solid #694520;
	}

#loggo {
	float: left;
	background: #ffffff url("../layout/standard/loggo.gif") left top no-repeat;
	width: 540px;
	padding: 144px 0 4px 10px;
	height: 12px;
	font-size: 10px;
	}

#menu {
	float: right;
	background: #ffffff url("../layout/standard/menu.gif") left top no-repeat;
	width: 250px;
	height: 120px;
	padding: 40px 0 0 0;
	}
	#menu.intern { padding: 4px 0 0 0; height: 156px; }
	#menu a {
		display: block;
		margin: 2px 0 1px 0;
		padding: 2px 2px 2px 14px;
		font-size: 10px;
		font-weight: bold;
		text-decoration: none;
		color: #fff;
		background: #6b4520 url("../layout/standard/fMark.gif") left top no-repeat;
		}
	#menu a:hover {
		text-decoration: underline;
		}
	#menu a.on, #menu a.on:hover {
		text-decoration: none;
		background: #fe9903 url("../layout/standard/fMark.gif") left top no-repeat;
		}
	#menu .mbreak {
		height: 5px;
		}


#content {
	padding: 0 0 0 14px;
	}
	#content.view { padding: 0; }

#foot {
	background: #fe9903 url("../layout/standard/footer.gif") left top no-repeat;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 6px 2px 15px;
	margin: 10px 0 0 14px;
	text-transform: uppercase;
	}

h3 {
	background: #fe9903 url("../layout/standard/pMark.gif") left top no-repeat;
	padding: 2px 0 2px 14px;
	margin: 0px 0 2px 0px;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	}
	h3.view { margin: 0px 0 2px 14px; }


/*MISC*/


.mediaViewer {
	background: url("../layout/standard/media.gif") center top no-repeat;
	margin: 0 0 4px 0;
	text-align: center;
	}
	.mediaViewer img { border: 0; }

.viewNavi {
	margin: 4px 0 4px 0;
	text-align: center;
	}




table.list {
	color: #666;
	border: 2px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
table.list td, table.list th {
	padding: 4px;
	border-bottom: 1px solid #ccc;
	}
	table.list th, table.list .nr { font-weight: bold; text-align: left; }
	table.list td.nr, table.list td.option { text-align: right; font-weight: bold; }

table.list tr { margin: 0 0 10px 0;	}
table.list tr.odd { background: #e9e9e9; }
table.list tr.even, table.list th { background-color: #f1f1f1; }
table.list tr.even:hover, table.list tr.odd:hover { background: #f9f9f9; }




table.listed { margin: 0 6px; }
table.listed.td { padding: 3px; }
table.listed tr.listTitle td {
	padding: 12px 0px 6px 0px;
	font-weight: bold;
	color: #694520;
	}



.noteThis {
	border: 1px solid #dbdd50;
	background: #fdffed url("../layout/standard/note.gif") left top no-repeat;
	padding: 8px 6px 8px 22px;
	margin: 4px 30px 4px 10px;
	font-size: 10px;
	}



.listBox {
	display: block;
	float: left;
	width: 126px;
	height: 108px;
	margin: 6px;
	padding: 3px;
	border: 1px solid #e1e1e1;
	background: #f9f9f9;
	}
	.listBox img {
		border: 1px solid #999;
		margin: 2px;
		}


.centerme { text-align: center; }
.rightme { float: right; }




/*TEXT MARKUP*/

p {
	padding: 3px 10px 6px 5px;
	}
p.t {
	font-weight: bold;
	padding: 6px 10px 6px 3px;
	}

p.date {
	font-weight: bold;
	padding: 4px 10px 4px 3px;
	}
p.options {
	font-weight: bold;
	padding: 4px 10px 4px 3px;
	}


#content a {
	color: #fe9903;
	font-weight: bold;
	text-decoration: none;
	}
#content a:hover {
	border-bottom: 1px dashed #fe9903;
	}

#content a.specA, #content a.specB {
	padding: 2px;
	margin: 3px;
	}
	#content a.specA:hover, #content a.specB:hover { border: 1px solid #ccc; margin: 3px 2px; }
	#content a.specB { padding: 0 3px; margin: 0; }

#loggo a {
	color: #fe9903;
	font-weight: bold;
	text-decoration: none;
	margin: 0 9px;
	}

td { vertical-align: top; }

table h3 { margin: 0px 0 2px 0px; }

.break { border-bottom: 3px solid #694520; }









/*FORMS*/


.fForm, .fSubmit, .fSmall, .fLogin, .fSelect, .fComment, .fComSubmit, .fCom, .fComSmall, .txtError {
	background: #fff left top repeat-x;
	padding: 2px;
	margin: 1px 0 6px 0;
	font-size: 10px;
	color: #000;
	border: 1px solid #000;
	}
	.txtError { background: #ff0000; color: #fff; }
	.fForm, .fLogin, .fComment, .txtError { width: 260px; }
	textarea.txtError, textarea.fForm { height: 100px; }
	.fSubmit { width: 120px; margin: 6px; }
	.fSmall { width: 180px; }
	.fSelect { width: 100px; padding: 0; }
	.fSelectDate { width: 60px; }
	.fCom { width: 660px; }
	.fComSmall { width: 264px; }
	.fComSubmit { width: 50px; padding: 1px; }


.comments {
	margin: 2px 10px 2px 10px;
	text-align: left;
	}
	.commentsSmall {
		margin: 2px auto 4px auto;
		width: 350px;
		text-align: left;
		}

.commentLine { margin: 2px 0 1px 6px; font-size: 11px; }
	.commentLine p { font-size: 11px; }
