body
{
	background-color: #E1DBD3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div#container
{
margin-left: auto;
margin-right: auto;
width: 740px;
}

#header {
	background-repeat: no-repeat;
	background-position: center;
	height: 40px;
}

#content {

	background-repeat: repeat-y
	background-position: center
}

#footer {
	height: 30px;
	background-image: url(file:///K|/Antenna Farm/koreananimals.org/afimg/footer.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#main {
	margin:20px;
}
#content {
	height: auto;
	min-height:400px;
	border: medium solid #999999;
	background-color: #FFFFFF;
}



/* --TEXT FORMATTING-- */
	

h1, h2, h3
	{
	font-family: "Futura Bk", "Futura Hv", "Helvetica 65 Medium", Futura, Verdana, sans-serif;
	}

h1 {
	font-size:24px;
	font-weight:bold;
	color: #972820;
	text-transform: uppercase;
		}

h2 {
	font-size:16px;
	font-weight:bold;
	color:#5A554E;
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-transform: uppercase;
	border-bottom: solid 1px #333333;
	}
	
h3 {
	font-size:16px;
	font-weight:bold;
	color:#5A554E;
	text-transform: uppercase;
	margin-bottom: -10px;
	}

#main form select {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	

	
	
}
	/* --Classes-- */
	.red {
		color: #972820;
		font-weight: bold;
	}	
	
	.blue {
		color: #4F6A93;
		padding-left: 15px;
		padding-right: 12px;
		}
	
	.blue2 {
		color: #4F6A93;
		font-weight: bold;
		}
	
	.blueitalic {
		color: #4F6A93;
		font-style:italic;
		font-weight: bold;
		}
		
	/* --Links-- */
		a:link, a:visited{
			color:#028FAA;
			font-weight:bold;
			text-decoration:none;
			}

		a:hover, a:active{
			color:#65BACA;
			font-weight:bold;
			text-decoration:underline;
			}


#return {
	text-align: right;
	float: right;
	margin: 25px 0 0 0;

}


/*Formatting - Files and Icons */

.float_left {
	float: left;
	margin-right: 30px;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 15px;
	border: 1px solid #B7B7B7;
}

	/* To Give the file links some breathing room between icons */
		.icons{
		line-height: 30px;
		}
		
.photodesc {
	margin-left: 15px;
	padding: 15px;
}

ul.photos {
	list-style-image: url(files/images/Mini_Pixel_Icons/favorite.gif);
	padding-top: 5px;

}

/* More Formatting */

.clear {
	clear: both;
	}

.float_right {
	float: right;
	margin-left: 25px;
	padding: 5px;
	border: 1px solid #B7B7B7;
}

.separator {
	border-bottom: 1px dashed #cccccc;
	}