/* CSS Document */

/* Temp Font Stylings */
body	{ font-family: "Lucida Grande", "Verdana", "Arial", "Helvetica", sans-serif; }

body, p, table 			{ font-size: 8pt;
               			line-height: 1.75em; }

h1   					{ letter-spacing: 0.6em; 
						font-size: 17pt; 
						text-transform: lowercase;
						text-shadow: #333 2px 2px 1px;}

h2     					{ font-size: 8pt;
						text-transform: lowercase;
						letter-spacing: 0.3em; }

h3     					{ font-size: 14pt; }

h4     					{ font-size: 12pt;
        				line-height: 1em; }

h5     					{ font-size: 10pt;
        				line-height: 0em; }

.centered				{text-align: center; }

.extralineheight		{line-height: 2.5em; }
						
/* Temp Font Stylings */

body	{ background-color: #A4998E; }

#page	{ width: 350px;
		position: relative; 
		margin-left: auto; 
		margin-right: auto;
		background-color: #CCCCCC;}
		
#content	{ width: 334px;;
			padding: 15px; }

#footer2	{ height: 30px; 
			margin-top: 10px;
			text-align: center;}
			

