body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/til8.jpg);
	background-color: #333333;
}

p.center
{	
	text-align: center;
	font-family: "monotype corsiva", arial, san-serif;
	font-size: 14pt;
	
}

p.one
{
    	text-indent:1em;
	font-family: serif, san-serif, arial;
	font-size: 18pt;	
}

p.tool
{
        
    	text-indent:1em;
	font-family: serif, san-serif, arial;
	font-size: 16pt;
	
}

table.tools
{
	margin-bottom:15px;
	border-bottom-color: #333;
	border-bottom-style:solid;
	border-bottom-width:2px;
		
}

div.banner
{
	height: 225px;
	margin-left: auto;
	margin-right: auto;		
}

div.footer 
{
	clear:both;
	font-size: 90%;
	text-align: center;
	margin-top: 10px;
	
} 


div.footer a
{
	color: #333333;
}

div.footer a:hover
{
	color: #fff;
}

img.imgcenter
{
	margin-left: auto;
	margin-right: auto;
}

img.right
{
	float: right;
	height: 188px;
	width: 250px;
	border: 3px;
	border-style: solid;
	border-color: #333333;
	margin-left:5px;
}

img.left
{
	float: left;
	height: 188px;
	width: 250px;
	border: 3px;
	border-style: solid;
	border-color: #333333;
	margin-right: 5px;	 
}

img.thumb
{
	
	height: 50px;
	width: 50px;
	border: 1px;
	border-style: solid;
	border-color: #333;	
}

img.large
{
	float: left;
	height: 288px;
	width: 350px;
	border: 3px;
	border-style: solid;
	border-color: #333333;
	margin-right: 5px;
}

img.gallerylarge
{
	float: left;
	height: 288px;
	width: 350px;
	border: 3px;
	border-style: solid;
	border-color: #333333;
	margin-right: 5px;
}

div.container
{	
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	max-width: 900px;
	min-width: 750px;
	padding: 5px;	
	display:inline-block;
	
}

span.red
{
    	color:#880000;
    	font-style:italic;    
}

span.paraone
{
	font-weight: bold;
    	font-size: 26pt;
	font-family: "monotype corsiva", arial, san-serif;	
}

hr
{
	border-width: 1px;
	color: #333333;
}

h1
{
    	font-weight: bold;
    	font-size: 36px;
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-style:italic;
	text-align:center;
	color:#880000;	   
}

h2
{
    	font-weight: bold;
    	font-size: 20px;
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-style:italic;
	text-align:center;
	color:#880000;	   
}

.menu1 
{
	margin-top:0;
	margin-bottom:0;
	margin-left: auto;
	margin-right: auto; 
	list-style:none; 
    	width:600px; 
    	height:20px; 
    	background:#333; 
    	position:relative; 
    	border:1px solid #000; 
    	border-width:0 1px; 
    	border-bottom:1px solid #444;
}
.menu1 li 
{
    	float:left;
}
.menu1 li a 
{
    	display:block; 
    	float:left; 
    	height:20px; 
    	line-height:25px; 
    	color:#aaa; 
    	text-decoration:none; 
    	font-size:11px; 
    	font-family:arial, verdana, sans-serif; 
    	font-weight:bold; 
    	text-align:center; 
    	padding:0 0 0 8px; 
    	cursor:pointer;
}
.menu1 li a b 
{
    	float:left; 
    	display:block; 
    	padding:0 16px 0 8px;
}
.menu1 li.current a 
{
    	color:#fff; 
    	height:20px;
}
.menu1 li.current a b 
{
    	background:#000;
    	height:20px;
}
.menu1 li a:hover 
{
    	color:#fff; 
    	background:#000;
}

.menu1 li.current a:hover 
{
    	color:#fff; 
    	background:#000; 
    	cursor:default;
}

