/*controlling the body of the website */

body {
	text-align: center;
	font-family: Veranda, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
        height:600px;
        width:800px;
        }

/* handling links to not look like links with underlines */

	a:link, a:visited {
 	 text-decoration: none;
  	color: #ffffff;
 	 background-color: transparent;
        }
	a:hover, a:active {
  	text-decoration: none;
	color: #ff6600;
	background-color: transparent;
        }

/* the container holds the workings of the page inside a neat little box */
 
	#container {
	background-color:#006609;
        height: auto;		
        width: 1024px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	/*font-family:Arial, Helvetica, Veranda, sans-sarif;*/
		
         }

	    #banner {
		padding: .5px;
		margin-bottom: 5px;
		background-color: #ff0000;
		/*border: 5px solid black;*/
	}

	
/* the main section */
	
    #content {
	float: center;
	padding: 10px;
	margin-left: auto;
        margin-right: auto;
	background-color: #ffffff;
	/*font-family: Veranda, Helvetica, Arial, sans-sarif;*/
    	font-size: 1.5em;	
	color:#000000;
   	 border: 2px solid white;
        background-image: url(graphics/ginos_store_2.png);
	}

        #menucard {
        width: 800px;
        height: auto;
        font-family: Veranda, Helvetica, Arial, sans-sarif;
        font-sise: 2em;
        color:#000000;
        background-image: url(graphics/menucard.png) no-repeat;
        }


/*nested box in main content  white background, black letters*/
	#ncontent {
	width: 485px;
    	margin: 2;
	margin-right: 7px;
	background-color:#ffffff;
	border: 2px solid gray;
	/*font-family: Veranda, Helvetica, Arial, sans-sarif;*/
        font-size: 1em;	
	color:#ffffff;
	color:#000000;
        }

/*nested box in main content  gray background, white letters*/
	#ncontent2 {
	width: 465px;
    	margin: 2;
	margin-left: 7px;
        margin-bottom: 2px;
	background-color:gray;
	border: 2px white;
	/*font-family: Veranda, Helvetica, Arial, sans-sarif;*/
        font-size: 1em;	
	color:#ffffff;
	/*color:#000000; black*/
        }

	#navbar {
	width:1024px;
   	margin-bottom: 5px;
	/*border: 2px solid black;*/
	padding: .5px;
	/*font-family: Veranda, Helvetica, Arial, sans-sarif;*/
        font-size: 1.10em;	
	color:#ffffff;
	background-color:#000000;
	background: url(graphics/ginosnavbarsm.png) no-repeat;
	}
	
/* Left Sidebar....should really be called #sidebar-L, huh? */
	#sidebar-a {
	float: left;
	width: 220px;
	margin: 0;
	margin-right: 3px;
	margin-bottom: 5px;
	padding:5px;
        /*font-family: Veranda, Helvetica, Arial, sans-sarif;*/
    	font-size: 1.5em;	
	color:#ffffff;
	background-color:#006609;
    	border: 2px solid #006609;	
	}


/* nested sidebar - black background, white letters */
	#nsidebar {
	width: 200px;
    	margin: 2;
	margin-right: 7px;
	padding: 7px;
	background-color:#000000;
	border: 2px solid gray;
	font-size:1em;
	}
	
/*alternative nested sidebar  white background, black letters*/
	#nsidebar-a {
	width: 200px;
    	margin: 2;
	margin-right: 7px;
	padding: 7px;
	background-color:#ffffff;
	border: 2px solid gray;
	/*font-family: Veranda, Helvetica, Arial, sans-sarif;*/
        font-size: 1em;	
	color:#ffffff;
	color:#000000;
        }
			
/* nested box within a nested sidebar - small gray box with white letters and border...good for announcements? */
    #nsidebar-in {
	width: 200px;
	margin: 2;
	margin-right: 1px;
	padding: 5px;
	background-color:gray;
	border: 1px solid white;
	/*font-family: Veranda, Helvetica, Arial, sans-sarif;*/
        font-size: 1em;	
	color:#ffffff;
        }	

/* nested header box within the sidebar - This is the title bar for a sectional division */
     #nsidebar-title {
	 width: 220px;
	 height: 40px;
	 /*margin: 0px 0px 0px 0px;*/ 
	 margin-right: .5px;
	 padding: 1px 5px 1px 5px;
	 background: #996666 url(kwkbuttonbg.gif) no-repeat;
	 /*border: 1px solid #663333;*/
	 border: 2px solid gray;
	 font-family: georgia;
	 font-size: 1.5em;
	 letter-spacing: .5em;
	 text-align: right;
	 color: #663333;
	  }

/* Weekly Ad Badge container */

	#weeklyad {
	position: absolute;
	top: 50px;
	left: 975px;
	z-index: 99;
	}

/* Gino's Logo container */

	#logo {
	position: absolute;
	top: 70px;
	left: 120px;
	z-index: 99;
	}


	    
/* big white box - used as a space filler */
	#bigwhitebox {
	float: center;
	width: 700px;
	height: 450px;
	background: white url(KWKstarburst485x450.gif) no-repeat;
	border: 2px solid gray;
	}

/* big white box 2 - used as a space filler on prices page */
	#bigwhitebox2 {
	float: center;
	width: 485px;
	height: 250px;
	background: white;
	border: 2px solid gray;
	}

	#footer {
	
	clear: both;
	font-size: 1em;	
	color:#ffffff;	
	padding: 5px;
	margin-top: 1px;
	background-color: #006609;
	border: 1px solid #006609;
		         }

	h1 {
	text-align: center;
	font-size: 2em;
	color: #663333;
        }


        h2 {
        /*padding-top: 5px;*/
		text-align: center;
	font-size: 1em;
        }
