/* External Style Sheet for The Best Squirrel Proof Bird Feeder (Screen) */

* {margin: 0} /* sets margin on everything to 0 to address IE & non-IE rendering inconsistencies  */
img {border: none;} /* removes border on all images */

body 
{
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	background: #000099;
	background-repeat: no-repeat;
	background-position: top center;	
	min-width: 770px; /* prevents design collapse (header) on small window resize */
	min-height: 685px;
}
#container
{
	width: 670px;
	margin: 20px auto 0 auto;
	position: relative;	
	padding: 30px 50px;
	background: white;
}
.lg_em_yellow
{
	font-size: 20px;
	font-style: oblique;
	background: yellow;
	line-height: 125%;	
}
.lg_center
{
	font-size: 18px;
	text-align: center;	
}
.yellow
{
	background: yellow;	
}
h1
{
	font-size: 24px;
	color: #cc0000;
	text-align: center;	
	margin: 12px 0;
}
h2
{
	font-size: 21px;
	color: #cc0000;
	text-align: center;	
	margin: 12px 0;		
}
h3
{
		
}
p
{
	margin: 12px 0;
	font-size: 15px;
	line-height: 125%;		
}
.yellow_box
{
	border: 1px solid black;
	background: #ffff66;
	padding: 6px;	
}
ul.bullets
{
	list-style-type: disc;
	margin: -6px 0 6px 0;
}	
ul.bullets li
{
	line-height: 125%;
	margin: 0 0 0 -12px;
	font-size: 15px;			
}