@import url("nav.css");
@import url("stylesheet.css");
@import url("main_09.css");

/*LINK CONTROL*/
a:link 
{
color: #0c5430;
text-decoration:none;
}
a:visited 
{
color: #0c5430; /* C: #665c52 */
text-decoration:none;
}
a:hover 
{
color: #7c0a0a; /* maroon */
text-decoration:none;
}
/*COLUMN 1*/
.col1
{
/* background-color: #e4f4e2; */ /* light green */
}
a:link h3 {
color: #0c5430; /* forest green */
}
a:hover h3, a:visited:hover h3 {
	color: #7c0a0a; /* maroon */
}
a:visited h3 {
color: #0c5430; /* forest green */
}
td.main a {
	font-weight: bold;
}

/* above this is duplicate of learn.css */
/* this section from ssRev2.cc */
#content2 {
	margin: 0px 20px 0px 300px;
}
#content {
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin-top: 16px;
	/*margin-left: 20px; */
	/*margin-right: 224px; */
}
#floatright {
	float: right;
	margin: 15px 20px 10px 40px;
	color: #777777;
	font-size: 9px;
	font-weight: 500;
}
.col2 p, .col2 td {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	margin-top: 1em;
	margin-bottom: 1em;
}

/* this section from habitat.php css at top */
#birdtnails {			
	float: right;
	margin: 6px 10px 0 0;
}
#otherhabs {			
/*	color: white; */
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0 4px;
}
#photo {
	padding-top: 20px;
	padding-bottom: 20px;
	float: none;
}

