
body
{
	background:url(background.jpg) repeat-y fixed;
 	background-position: center;

	font-family:verdana,helvetica,helv;
	font-size:11px;
	color: #000000;
}




.ul {background:url(ul.gif) no-repeat; height:10px; width:10px;}
.ur {background:url(ur.gif) no-repeat; height:10px; width:10px;}
.ll {background:url(ll.gif) no-repeat; height:10px; width:10px;}
.lr {background:url(lr.gif) no-repeat; height:10px; width:10px;}


#Back
{
	position: relative;
	left: -8px;
	top: -8px;

	background:url(head.jpg) no-repeat;


	width: 620px;
	height: 816px;
	padding: 0px;
	<!--margin-top: -8px;-->;
	<!--margin-left: -1px;-->;

	font-family:verdana,helvetica,helv;
	font-size:11px;
	color: #000000;
}
#RoundedBox
{
	margin: 3px auto 0;
	margin: 2px;

	font-family:verdana,helvetica,helv;
	font-size:11px;
	color: #000000;
}
#TextBox
{
	background-color: #FFFFFF;
	margin: 0px auto 0;

	font-family:verdana,helvetica,helv;
	font-size:11px;
	color: #000000;

	text-align: left;
}
#MainText
{
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 0px;

	MARGIN: 0px;
	WIDTH: 452px;
	PADDING-TOP: 5px;
}


a { color:#000000; text-decoration:none; }

a:visited { color:#000000; text-decoration:none; }

a:hover { color:#A22828; text-decoration:underline; }

a.menuitem:visited, a.menuitem:link { color:#000000; text-decoration:none; }
a.menuitem:hover { color:#A22828; text-decoration: none; }
a.menuitem:active { color:#CA7B3B; text-decoration: none; }
a.menuitem:focus { color:#CA7B3B; text-decoration: none; outline-style: none;}



a img{ 	border: 1px solid #2C1A00;}

.section{ border-top: 1px solid #3d3d33;  padding: 1.5em 0; }
.first{ border-top: none; }

.thumbnail{
	padding: 3px 3px 3px 3px;
	background-color: #664900;
	border: 1px solid #2C1A00; /*2a2a2a*/
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}	

.caption{ font-size: 0.9em; padding-top: 0.2em ;	}



/* clearing
----------------------------------------------- */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	



