/* CSS Document */
body {
		background-color: #900;
		font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
		color: #FFF;
	  }
a	{
		color: #FFC;
		text-decoration: underline;
	}
h1 	{
		text-align: center;
		color: white;
	}
h2 	{
		
		margin-left: 10px;
	}
h3 	{
		text-align: center;
		color: #FFF;
	}
h4 	{
		text-align: center;
	}
h5	{
	text-align: center;
	size: small;
	clear: both;
	}
p 	{
		margin-left: 10px;
	}
#masthead 	{
			margin-left: 200px;
			margin-right: 200px;
			}

#nav 		{
			position: absolute;
			left: 10px;
			top: 0px;
	  		width: 200px;
			}
#content 	{
			margin-top: 20px;
			margin-left: 200px;
			margin-right: 200px;
			}
.link		{
			width: 30%
			float: left;
			}
#sidebar 	{
			position: absolute;
			right: 10px;
			top: 0px;
	      	width: 200px;
			}	
#footer 	{
			margin-top: 20px;
			margin-left: 200px;
			margin-right: 200px;
			}
#leftimage 	{
			 float: left;
			 margin-left: 10px;
			 margin-right: 10px;
			 margin-top: 10px;
			 margin-bottom: 10px;
			 }
#shopblurb	{
			margin-right: 20px;
			margin-left: 20px;
			}
#shopblurb img	{
				position: absolute;
				right: 200px;
				}
#shopblurb h2	{
				margin-left: 20px;
				}
#shopblurb p	{
				
				}
#shopblurb li	{
				size: smaller;
				}			
div.float 	{
  			float: left;
			margin: 50px;
			}
  
div.float p {
   			text-align: center;
   			}
.thumbleft	{
				width: 33%;
				float: left;
				text-align: center;
				}
.thumbleft.img	{
				border: 1px solid #999;
				}
.thumbright	{
				width: 33%
				float: right;
				text-align: center;
			}
.clearboth
			{
			clear: both;
			}
#spacer
			{ 
			 clear: both;
			}			