/*
  
   Michigan Street Pump Style Sheet
   Author:  CE "Mac" Welsh
   Date:    01/23/10

   Filename:         shop.css
   Supporting Files: none


*/

body			{background-color: white; font-family: Arial, Helvetica, sans-serif }
h1 img		{position: relative; left: 40px; top: 10px}
h2			{font-size: 2em; letter-spacing: 0.4em; text-indent: 1em }
h3			{width: 20em; padding-left: 1em}
address 		{text-align: center; font: normal small-caps 0.8em sans-serif;
			 border-top: 0.5em double green; padding-top: 1em}
a			{display: block; margin: 3px}
a:link 		{text-decoration: none; color: black}
a:visited 	{text-decoration: none; color: blue}
a:hover		{text-decoration: none; color: red}
a:active	{text-decoration: none; color: black}

#mspinfo 	{position: absolute; left: 180px; top: 20px}
#topClear	{clear: right}
#promoimage	{float: right; margin: 0em 0em 1em 1em}
#outer		{width: 800px}
#links		{float: left; width: 10em; background-color: white;
			 border-style: outset; border-width: 0.5em; top: 20px}
#inner		{margin-left: 12em; padding-left: 1em;
			 border-left: 0.1em solid green; top: 20px;
			 width: 600px; background-color: white}
.rSide		{height: 145px}
.rSide img 	{float: right; margin: 0em 0em 1em 1em}



