/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
html { height: 100%; }
body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, sans-serif;
	font-size: 76%;

	height: 100%;
	background: #fff;
	}
a { text-decoration: none; color: #99cc00; font-size: 1em; padding: 1px 2px; }
a:hover { background-color: #e0ff82; }
acronym { border-bottom: 1px dotted #cc0000; cursor: help; }

/*------------------------------------------------------------*
**  Header bar
**------------------------------------------------------------*/
#headertop {

	width: 100% !important;
	padding: 10px 0;	
	margin-top: 0px;
	background-color: #400040;		
	color: #999;	
	font-size: 14px;
	border-top: 3px solid #ccc;
	}
#headertop p { margin: 0 10px; text-align: center; display: inline; }	
#headertop a:hover { background-color: #222; }

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
	text-align: center;
	color: #400040;
	}	
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/	
#header { 
	width: 775px; 
	margin: 0 auto;
	padding: 0;	
}
#topimage div { 
	background: url(images/header3baby.jpg) no-repeat 0px;
	padding: 0px 0px 220px 20px;	
	width: 775px;
	height: 0px;
clear:both;
	}	
	

/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/


/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	width: 740px;
	margin: 0 auto;
	margin-top: 20px;
	padding-bottom: 50px;
	}
* html #content { padding-bottom: 60px; }	
#content:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden;
	}	
#content h2 { 
	font-size: 20px;
	color: #333;
	font-weight: normal;
	font-size: 1.8em;	
	margin: 0 0 20px 0;
	clear: both;
	}	
#content h2 em { 
	color: #789f00; 
	font-style: normal;
	}
#content p {
	text-indent: 3em;
	line-height: 2.5em;
	letter-spacing: 0.1em;	
	}	
#content ul {
	margin: 20px 0;
	margin-left: 10px;
	padding: 0 0 0 10px;
	}	
#content li {
	list-style-type: square;
	padding: 0 0 0 5px;
	line-height: 2em;
	letter-spacing: 0.1em;	
	}		
#content blockquote { 
	background-color: #FFFFF0; 
	margin: 20px 0; 
	padding: 10px 20px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	}
#content blockquote p { margin: 0; text-indent: 0; }

/*------------------------------------------------------------*
**  Thumbnails
**------------------------------------------------------------*/
#content ul.thumbs { 
	margin: 20px 0;
	padding: 0;
	}
#content ul.thumbs:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden
	}	
#content ul.thumbs li { 
	list-style-type: none;
	float: left;
	margin: 3px;
	padding: 0;
	background-image: none;
	}
#content ul.thumbs li a images_original { border: 5px solid #400040; }
#content ul.thumbs li a:hover images_original { border: 5px solid #400040; }	
html>body #content ul.thumbs li a { background-color: transparent; }
	
/*------------------------------------------------------------*
**  left
**------------------------------------------------------------*/
#left {
	float: left;
	width: 175px;
	text-align: left;
	margin-right: 35px;
	}

/*------------------------------------------------------------*
**  right
**------------------------------------------------------------*/
#right {
	float: right;
	width: 488px;	
	text-align: left;	
	}
		
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/		
#footer {	
	position: absolute !important;
	width: 100% !important;
	z-index: 500 !important;
	position: relative;	
	padding: 10px 0;	
	margin-top: -36px;
	background-color: #400040;		
	color: #999;	
	font-size: 11px;
	border-bottom: 3px solid #ccc;
	}	
#footer p { margin: 0 10px; text-align: center; }	
#footer a:hover { background-color: #222; }
