/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
html { height: 100%; }
body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, sans-serif;
	font-size: 76%;
	color: #888;
	height: 100%;
	background-color: #FFFFDF;
	background-image: url(img/bg_title.jpg);
	background-repeat: repeat-x;
	}
a {
	text-decoration: none;
	color: #666600;
	font-size: 1em;
	padding: 1px 2px;
}
a:hover { background-color: #f4f4f4; }
acronym { border-bottom: 1px dotted #cc0000; cursor: help; }

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
	text-align: center;
	}	
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/	
#header {
	width: 750px;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	height: 265px;
	vertical-align: bottom
	}
	
	#navbar {
	height:100%;
	position:relative;
}
#navbar div {
	position:absolute;
	bottom:-2px;
	left:-1px;
}
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	width: 750px;
	margin: 0 auto;
	padding-bottom: 50px;
	}
* html #content { padding-bottom: 60px; }	
#content:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden
	}	
#content h2 {
	font-size: 1.8em;
	color: #4F5100;
	font-weight: normal;
	font-size: 1.8em;
	clear: both;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: -15px;
	margin-left: 0;
	}	
#content h2 em { 
	color: #B7B700; 
	font-style: normal;
	}
#content p {
	text-indent: 0em;
	line-height: 2.0em;
	letter-spacing: 0.1em;	
	}	
	
#content ul {
	margin: 20px 0;
	padding: 0 0 0 10px;
	}	
#content li {
	list-style-type: none;
	background: url(img/bullet.gif) no-repeat 0px 8px;
	padding: 0 0 0 25px;
	line-height: 2em;
	letter-spacing: 0.1em;	
	}	
#content blockquote {
	background-color: #A8A344;
	margin: 20px 0;
	padding: 10px 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFF00;
	border-bottom-color: #FFFF00;
	}
#content blockquote p {
	margin: 0;
	text-indent: 0;
	color: #FFFFFF;
}

/*------------------------------------------------------------*
**  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 { 
	float: left;
	margin: 3px;
	padding: 0;
	background-image: none;
	}
#content ul.thumbs li a img { border: 4px solid #CCCCCC; }
#content ul.thumbs li a:hover img { border: 4px solid #333; }	
html>body #content ul.thumbs li a { background-color: transparent; }
	
/*------------------------------------------------------------*
**  left
**------------------------------------------------------------*/
#left {
	float: left;
	width: 250px;
	text-align: left;
	margin-right: 35px;
	}

/*------------------------------------------------------------*
**  right
**------------------------------------------------------------*/
#right {
	float: right;
	width: 450px;
	text-align: left;
	}
	
/*------------------------------------------------------------*
**  full
**------------------------------------------------------------*/
#full {
	float: left;
	width: 750px;
	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: #565543;		
	color: #ffffff;	
	font-size: 11px;
	border-top: 3px solid #0b0a04;
	}	
#footer p { margin: 0 10px; text-align: center; }	
#footer a:hover { background-color: #222; }
#right a img {
border: 1px solid #CCCC33;
}
#right img {

border: 1px solid #CCCC33;
}
#community {
	text-align: right;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
