/*
1.2em = 12pt, 3.5em = 35pt, etc.
*/

body		{  	
		margin: 0;
        padding: 0;
		background-color: #2d2d2d;
		color: #000000;
		font-size: 62.5%;	
		background-image: url(images/backgroundrepeat.jpg);
		background-repeat:repeat;
		}
                         	
h1		{  
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 2em;  			
		}

h2		{
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 1.8em;  			
		color: #c9002e;
		margin: 20px 0 5px 5px;
		}

h3		{
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 1.6em;  			
		}

h4		{
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 1.4em;  			
		}

p		{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 14px; 
		line-height: 18px;
		margin: 5px 0 10px 10px;	
		text-align: left;
		color: #333333;
		}
img {
		border: none;
		}	
.smaller {
	font-size: 12px;
	line-height: 14px;
	}
#index a {
		background-image: url(images/home1.jpg);
		background-repeat:no-repeat;
		width: 94px;
		height: 40px;
		display:block;
		}
#index a:hover {
		background-image: url(images/home2.jpg);
		background-repeat:no-repeat;
		}
#index a:active {
		background-image: url(images/home3.jpg);
		background-repeat:no-repeat;
		}
#contact a {
		background-image: url(images/contact1.jpg);
		background-repeat:no-repeat;
		width: 121px;
		height: 40px;
		display:block;
		}
#contact a:hover {
		background-image: url(images/contact2.jpg);
		background-repeat:no-repeat;
		}
#contact a:active {
		background-image: url(images/contact3.jpg);
		background-repeat:no-repeat;
		}
#products a {
		background-image: url(images/products1.jpg);
		background-repeat:no-repeat;
		width: 136px;
		height: 40px;
		display:block;
		}
#products a:hover {
		background-image: url(images/products2.jpg);
		background-repeat:no-repeat;
		}
#products a:active {
		background-image: url(images/products3.jpg);
		background-repeat:no-repeat;
		}
#about a {
		background-image: url(images/about1.jpg);
		background-repeat:no-repeat;
		width: 101px;
		height: 40px;
		display:block;
		}
#about a:hover {
		background-image: url(images/about2.jpg);
		background-repeat:no-repeat;
		}
#about a:active {
		background-image: url(images/about3.jpg);
		background-repeat:no-repeat;
		}
#squiggle {
		background-image:url(images/squiggle.png);
		background-repeat:no-repeat;
		}
#credits	{	
		text-align: center;
		font-size: 10px;
		font-family: verdana, sans-serif;
		line-height: 14px;
		padding: 10px 5px 10px 5px;	
		color: #BFBFB8
		}