html, body, div, form, img, input, h1, h2, h3, a
{
	margin:	0;
	padding:	0;
	border:	0 none transparent;
}

body
{
	font-family: Tahoma, Geneva, sans-serif;
	
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

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

INPUT
{
	border: 1px solid #222222;
}

h2
{
	font-size: 18px;
}

#header
{
	padding-bottom: 2px;
	border-bottom: 1px solid #222222;

	margin-bottom: 6px;
}

#headerlogo
{
	text-align: left;
	margin-top: 10px;
	margin-left: 50px;
	
	height: 140px;
}

#headermenu
{
	font-size: 14px;
	text-align: right;
}

#contentheader
{
	margin-top: 16px;
	margin-bottom: 16px;

	background-color: #F9B964;
	padding: 3px;
	padding-left: 15px;

	font-family: Arial, sans-serif;
	font-size: 22px;
}

#footer
{
	border-top: 1px solid #222222;
	border-bottom: 1px solid #222222;

	margin-top: 16px;
	margin-bottom: 10px;
	padding: 3px;
}

#footermenu
{
	font-size: 11px;
}

#noticeMsg
{
	text-align: center;
	margin: 10px;
	padding: 3px;

	border: 1px solid #222222;
	background-color: #FFFCB5;
}

#listingHeading
{
	text-align: right;
	font-size: 11px;
	margin-bottom: 3px;
}

#listingHeading a
{
	color: #000033;
	text-decoration: underline;
}

#listingHolder
{
	border: 1px solid #CCCCCC;
	text-align: center;

	overflow-x: hidden;
	overflow-y: auto;
}

#listingPaginator
{
	text-align: right;
	font-size: 10px;
}

#listingPaginator a
{
	text-decoration: underline;
}

#collectionHolder
{
	text-align: center;
}

.listingEntry, .collectionEntry, .entry
{
	display: inline-block;
	position: relative;

	text-align: center;
	vertical-align: middle;

	margin: 10px;

	cursor: pointer;
}

.listingEntry
{
	width: 200px;
	height: 200px;
}

.collectionEntry
{
	border: 1px solid #333333;
	width: 125px;
	height: 125px;
}

.listingEntryCaption
{
	position: absolute;
	left: 2px;
	bottom: 2px;

	background-color: #333333;
	color: #FFFFFF;

	opacity: 0.65;
	overflow: hidden;

	height: 20px;
	line-height: 20px;
	font-size: 18px;
}

.listingEntryClickForMore
{
	position: absolute;
	right: 2px;
	top: 2px;

	width: 30px;
	height: 30px;
	
	display: none;
}

.ind
{
	padding-left: 15px;
	font-size: 14px;
}

.noticeTxt
{
	font-style: italic;
	font-size: 10px;
}

.warningTxt
{
	font-style: italic;
	font-size: 12px;
	color: #DD1111;
}

#page .narrowcolumn .entry, #page .post
{
	text-align: left !important;
}

#page small
{
	text-align: left !important;
}
