@charset "UTF-8";
/* CSS Document */

body {
		background-color:black;
		margin: 0px;
		padding: 0px;
		}

#containerTop {
		width:875px;
		height:33px;
		padding:0px;
		margin: 10px auto 0px auto;
		background-image:url(test/images/container-top.gif);
		background-repeat:no-repeat;
		}
		
#container {
		width:875px;
		padding:0px;
		margin: 0px auto 0px auto;
		background-image:url(test/images/container-mid.gif);
		background-repeat:repeat-y;
		}
		
#containerBottom {
		width:875px;
		height:33px;
		padding:0px;
		margin: 0px auto 5px auto;
		background-image:url(test/images/container-bottom.gif);
		background-repeat:no-repeat;
		}
		
#tree {
		float:left;
		width: 57px;
		height: 445px;
		margin-right: 8px;
		margin-left:20px;
		background-image:url(test/images/TKP_tree2.gif);
		background-repeat:no-repeat;
		background-position: bottom;
}

#longtree {
		float:left;
		width: 57px;
		height: 540px;
		margin-right: 8px;
		margin-left:20px;
		background-image:url(test/images/TKP_tree2.gif);
		background-repeat:no-repeat;
		background-position: bottom;
}

#aboutTree {
		float:left;
		width: 57px;
		height: 400px;
		margin-right: 8px;
		margin-left:20px;
		background-image:url(test/images/TKP_tree2.gif);
		background-repeat:no-repeat;
		background-position: bottom;
}

#taylorkennedyphotography {
		background-image:url(test/images/taylorkennedy.gif);
		background-repeat:no-repeat;
		height:35px;
		margin-left: 76px;
		
}

#title {
		width:850px;
		height:42px;
		padding:0px;
		margin:0px 0px 0px 0px;
		}

#maincontent {
		width:850px;
		padding:0px;
		margin: 0px 0px 10px 0px;
		clear:both;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:white;
		}
a {
	color:gray;
	text-decoration:underline;
	}

a:hover {
	text-decoration:underline;
	color:white;
		}
	
		
#flafile {
		margin:35px 0px 10px 68px;
		padding:0px;
		
		}
		
#navbar {		
		margin: 0px auto 0px auto;
		width:830px;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size:13px;
		background: black;
		text-align: center;
		padding-top: 10px;
		}		
		
#navbar a {
	text-decoration: none;
	padding: 10px 1px 1px 1px;
	margin: 0px 30px 0px 30px;	
	background-color: black;
	color: gray;
}

#navbar a:hover {
	text-decoration: none;
	padding: 10px 1px 1px 1px;
	margin: 0px 30px 0px 30px;
	color: white;

}

#tayinternational #m1, #taypublished #m2, #taybc #m3, #tayabout #m4
	{
	text-decoration: none;
	padding: 10px 1px 1px 1px;
	margin: 0px 30px 0px 30px;	
	color: white;

}
	

#pinecone {
		height: 400px;
		width: 700px;
		margin: 30px auto 10px auto;
		background-image:url(test/images/pinecone.gif);
		background-repeat:no-repeat;
		background-position:center;
		}
		
		
#aboutblurb {
		
		width:700px;
		color:#999999;
		margin:35px 55px 10px 95px;
		padding:0px;
		background-image:url(test/images/about-tree.gif);
		background-repeat:no-repeat;
		background-position:bottom;
		}

#copyright {
		width:850px;
		margin-top:10px;
		text-align:center;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size:10px;
		color:gray;
		}