

/* content div */

#content {
	font-family:Georgia, "Times New Roman", Times, serif;
	left:15%;
	position: relative;
	background-color : #CCCCCC;
	background-repeat:repeat-x;
	width:70%;
	min-height: 20em;  
	min-width: 49em;
	_width: 49em;
    _height:20em;
	color:#333333; 
	padding-top: 1em;
	padding-bottom: 1em; 
	
  }
#content a {
	color:#003366;
	letter-spacing: 1px;

}

#content a:hover a:visited{
 	color: #666666;
	letter-spacing: 1px;
}

div#content h2, h3, p, table{
	margin: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	
	}
div#content h2, h3 {
    letter-spacing: 3px;
    color: #003366;
	font-family:"Courier New", Courier, monospace; 
	
	
}

	

div#content td{
	padding: 10px;
        font-size: small;
        color: #333333; 
}

td img{
    text-decoration: none;
    border: none;
}

.imgPlain{
    height: 30px;
    width: 20px;
}


td a, a:visited, a:hover{
	color: #666666;
	letter-spacing: 1px;

}



/* end content div */



body{
        
	background-color: #a3a3a3;
	letter-spacing: 1px;
}

#header {
	left:15%;
	font-family:Georgia, "Times New Roman", Times, serif;
	position:relative;
	background-image:url(background.gif);
	background-repeat:repeat-x;
	width:70%;
	height:176px;
	min-width: 49em;
	_width: 49em;
       
  }
  
#navigation {
	min-width: 49em;
        width: 49em;
	left:15%;
	height:32px;
	position:absolute;
	top:136px;
	left:1px;
  }
  
#navigation a{
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	margin-left:25px;
	height:32px;
	text-decoration:none;
  }

#navigation a:hover {
	color:#007cc1;
	font-weight:bold;
	font-size:14px;
	margin-left:25px;
	height:32px;
	text-decoration:underline;
  }

  
.logo{
  	position: absolute;
        border: none;
	
  }
  
h1.Slogan{
	  font-family:Verdana, Arial, Helvetica, sans-serif;
	  color:#0099FF;
	  position: relative;
	  left: 130px;
	  top: 40px;
	  font-size:36px;
  }


#sub_links {
        top: 0;
	background-color:#003366;
        padding-top: 5px;
        padding-bottom: 5px;
        width: 100%;
	position: absolute;
	
  }
  
#sub_links a{
    	font-family:Georgia, "Times New Roman", Times, serif;
        color:#FFFFFF;
	margin-left: 25px;
        text-decoration: none;
        font-size: 10px;

  }
#sub_links a:visited{
        font-family:Georgia, "Times New Roman", Times, serif;
        color: #FFFFFF;
	margin-left: 25px;
        text-decoration: none;
        font-size: 10px;

  }
#sub_links a:hover {
    	font-family:Georgia, "Times New Roman", Times, serif;
	color:#0066FF;
        margin-left: 25px;
        text-decoration: none;
        font-size: 10px;
  }

img#shoppingcart{
    margin: 5px;
    position: relative;
    float: right;
}

#content_big {
	font-family:Georgia, "Times New Roman", Times, serif;
	left:20px;
	right: 20px;
	position: relative;
	background-color : #CCCCCC;
	background-repeat:repeat-x;
	width:100%
	min-height: 20em;  
	min-width: 49em;
    _height:100%;
	color:#333333; 
	padding-top: 1em;
	padding-bottom: 1em; 
	
  }
  
  #header_big {
	left:20px;
	right: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	position:relative;
	background-image:url(background.gif);
	background-repeat:repeat-x;
	width:100%;
	height:176px;
	min-width: 49em;
       
  }
  


