/*
   New Perspectives on HTML and XHTML 5th Edition
   Website Project
   CIS 174 HTML/XHTML

   Marine United Church of Christ Style Sheet
   Author: Carl Conrad
   Date:   December 7, 2009

   Filename:         church.css
   Supporting Files: none

*/
body		{background-color: white; font-family: Arial, helvetica, sans-serif}
h1             {color:black; text-align: center; 
         font-family: normal small-caps 0.8em  Arial, helvetica, scan-serif}
h2		{font-size: 2em; letter-spacing: 0.4em; text-ident: 1em; background-color: #990033}
h3    	{background-color: #990033; width: 20em; padding-left: 1em}
h4		{text-align: center; font-family: normal small-caps 0.8em arial, helvetica, scan-serif}
h5            {text-align: center; font-family: normal small-caps 0.8em scan-serif}
address {text-align: center; color: #990033; font: normal small-caps 0.8em sans-serif; 
		border-top: 0.5em  double #990033; padding-top: 1em}

p		{font-family: Times New Roman, arial, helvetica, sans-serif}		
a		{display: block;margin: 0.3em}
#body              {oncontextmenu:return false;}
#pimage {float: right; margin: 0em 0em 1em 1em}
#promoimage {float: right; margin: 0em 0em 1em 1em}

#outer		{width: 50em; margin-left: auto; margin-right: auto}

#links		{float: left; width: 10em; color: #990033;  background-color: white;
			border-style: outset; border-width: 0.5em}
#links a:link    {text-decoration: none}
#links a:visited  {text-decoration: none}
#links a:hover      {color: #990033; text-decoration: underline}
#links a:active    {text-decoration: none}
			
#inner        	{margin-left: 12em; padding-left: 1em;
			border-left: 0.1em solid #990033}
#firstp:first-line  {font-variant: small-caps}
#firstp:first-letter {float: left; font-size: 200%; line-height: 0.8}





