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

body {
	margin-left: 150px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1, h2 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	}
	
a:link {
	color: #66C;
}
a:visited {
	color: #66C;
}
a:hover {
	color: #66C;
}
a:active {
	color: #66C;
}
	
#container {
	width:1000px;
	}

#header {
	background-image:url(images/Great-Blue-Heron_TESTHEADER.png);
	background-repeat:no-repeat;
	width:864px;
	height:237px;
	
	}
	
#social {
	margin-top:-65px;
}
	
#header h1 {
	text-align:right;
	
	color:#FFFFFF;
	background-color:#000000;
	}
	
#header h2 {
	text-align:right;
	margin-top:170px;
	color:#FFFFFF;
	background-color:#000000;
	}
	
#infobar h1 {
	font-size:14px;
	color:#000000;
	font-style:italic;
	text-align:left;
}

#leftcol {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight:bold;
	float:left;
	margin-left:;
	width:200px;
	height: 875px;
	background-color:#000000;
	color:#FFFFFF;
	}
	
#leftcol ul {
	list-style:none;
	}
	
#leftcol li {
	margin-top:20px;
	margin-left:-25px;
	}
	
#content {
	background-image:url(images/content_bg_goldfinch.png);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-top:10px;
	margin-left:200px;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	width:790px;
	line-height:2em;
	padding-left:10px;
	}
	
#content h1 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	}
	
#content p {
	width:500px;
	}

#leftcontent {
		width:380px;
		float:left;
}

#rightcontent {
		width: 300px;
		float:right;
		padding-right: 50px;
}

ul {
		list-style:none;
}

Individual Product Pages
#productcontent {
	
}



.productimg {
		margin-left:200px;
}

.journalimg {
		padding-left:50px;
}

#nextlast li
	{	display:inline;
		padding-right:100px;
		padding-left:150px;
	}
	
#footer {
		background-color:#000;
		color:#FFF;
		text-align:center;
		width:864px;
}

#footer p {
		padding-top:8px;
		padding-bottom:9px;}
		
#paypal {
		width: 300px;
		margin-left: 450px;
}