/*
   New Perspectives on HTML and XHTML 5th Edition
   Tutorial 4
   Tutorial Case

   Online Scrapbooks Style Sheet
   Author: Robert Leynes
   Date:   January 17, 2009

   Filename:         scraps.css
   Supporting Files: back.jpg, bullet.jpg

*/

body       {
	color: brown;
	background: beige url(Images/back.jpg) repeat-y;
	margin-top: 0px;
}
h1, h2, h3 {font-family: Arial, Helvetica, sans-serif; color: orange}
#navigation {
	height: 25px;
	width: 770px;
}

h1         {border-bottom: 2px solid orange; background-color: white; margin: 0px; padding: 0px}
h2		{
	text-align: center;
	margin-top: 0px;
}
ul         {margin-top:0px}
	 .notes	{
	font-family: "Courier New", Courier, monospace;
	font-size: 60%;
	color: brown;
	background-color: ivory;
	border: 3px inset rgb(212, 212, 212);
	overflow: auto
}
	 .notes p	{margin: 5px}
	#note1	{
}
#outer_container #article #note2 .note2_name {
	font-size: 1.6em;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

	#note2	{
	position: absolute;
	left: 375px;
	top: 280px;
	width: 415px;
	height: 500px;
	padding-left: 15px;
}
#outer_container #article #note2 .note2_head {
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}
#outer_container #article #note2 .note2_date {
	font-size: 1.25em;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

	#note3	{
}

#outer_container #article #page_end .page_end {
	font-size: 1.25em;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

	#note3	{

#outer_container   {width: 780px}
#right_header {
	width: 770px;
	float: right;
	clear: left;
	position: inherit;
	top: 25px;
}

#head              {
	text-align: center;
	margin-top: 0px;
}
#Ed              {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: auto;
}

#firstp:first-line	{font-variant: small-caps}
#firstp:first-letter	{float: left; font-size: 400%; line-height: 0.8}
#article           {
	top: 325px;
	position: inherit;
	width: 770px;
}

#pullout           {float: right; width: 250px; margin: 0px 0px 10px 10px; 
                    border: 5px outset orange; background-color: ivory;
                    font-size: 10pt; font-family: Arial, Helvetica, sans-serif}

#pullout h2          {text-align: center; background-color: white; margin-top: 0px;
				 border-bottom: 2px solid orange}
#pullout ul		{list-style-image: url(Images/bullet.jpg); margin-left: 25px; padding-left:0px}

					address            {text-align: center; font-style: normal; font-variant: small-caps;
                    border-top: 2px solid orange; color: orange}
