body 
{  
    background-image:url(images/background2.jpg);  
    background-repeat:no-repeat;  
    background-position:top center;  
    background-color:#009900;
    margin:40px;  
	
	
} 

#container
{

	margin: 0px auto 0px auto;  
	width:580px;
	position:relative; 
	top: 35px;
	
}

#title
{


	
}

/****************************************************************************/
/*styling for the feedburner text */
#creditfooter
{
	
	visibility:hidden;
}

div.feedburnerFeedBlock
{
	font-family:Century Gothic;
	position:relative;	
}

div.feedburnerFeedBlock ul 
{
	list-style-type: none;	
}

span.headline
{
	text-decoration:none;
	font-style:normal;
	position:relative;
	top:7px;
	font-size:14px;
}
	
p.date
{
	font-size:10px;
	position:relative;
	top:-3px;
	font-family:Century Gothic;
	
}

a:link 
{
	color:#006600;
	text-decoration:none;
	font-family:Century Gothic;
}

a:visited 
{
	color:#006600;
	text-decoration:none;
	font-family:Century Gothic;
}

a:active 
{
	background-color: #006600;
	text-decoration:none;
	font-family:Century Gothic;
}

a:hover 
{
	color:#006600;
	text-decoration:none;
	font-family:Century Gothic;
}

/****************************************************************************/
/* styling for the tabs */
ul.tabs {
	font-family:Century Gothic;
	letter-spacing:3px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	
	margin-top:3px;  
	margin-bottom:6px;
}
ul.tabs li {
	list-style:none;
	display:inline;
}
ul.tabs li a {
	background-color:#66CC33;
	color:#000000;
	padding:6px 24px 6px 24px;
	text-decoration:none;
	font-size:14px;
	font-family:Century Gothic;
	font-weight:bold;
	text-transform:uppercase;
	border:1px solid #464c54; 
}
ul.tabs li a:hover {
	background-color:#66CC66;
	border-color:#464c54;
}
ul.tabs li a.active {
	background-color:#99FF99;
	color:#000000;
	border:1px solid #464c54; 
	border-bottom: 1px solid #99FF99;
}



/****************************************************************************/
#tabbed_box
{
	
	border:1px solid #000000;
	padding:5px;
	margin: 0px auto 0px auto;
	background-color:#006600;
	width:575px;
	position:relative;
	top:10px;


}

.content
{
	background-color:#99FF99;  
	padding:8px;  
	border:1px solid #464c54;
	font-size:13px;
	font-family:Century Gothic;
	position:relative;
	top:0px;
}

#content_1
{
	

}


#content_2, #content_3 { display:none; }  


/*******************************************************************************/
/* This is the section for the box around all of the flickr thumbnails*/
.flickrbadge
{
    font-size:120%;
	width:520px;
	padding:0 0 5px 10px;
	position:relative;
	text-align:left;
	margin:10px;
    overflow:hidden;
	
}
/*******************************************************************************/
#footer
{
	border:1px solid #000000;
	padding:5px;
	margin: 0px auto 0px auto;
	background-color:#006600;
	width:575px;

}

#inside_footer
{
	background-color:#99FF99;  
	padding:10px;  
	border:1px solid #464c54;
	font-size:15px;
	font-family:Century Gothic;

}

/* slide menu style */
.menu {position:relative; top:-20px; left:-25px;}
.menu ul {list-style:none; z-index:10; z-index:100;  color:#000000;}
.menu li {float:left; padding-left:3px; padding-top:2px;}
.menu a, .menu a:active, .menu a:visited {text-decoration:none; color:#000000; padding:10px; font-weight:bold;}
.menu a:hover {color:#000000; font-weight:bold;}
#slide {position:absolute; bottom:0; height:4px; background:#003300; z-index:10; top:19px;}
