/*controlling the body of the website */

body {
	text-align: center;
        /*width: 900px;*/
	font-size: 62.5%;
	font-family: Veranda, Arial, Helvetica, sans-serif;
	background-color: #000000;
	background-image:  url(legglogobacktile2.jpg);
	/*background-repeat: repeat;*/
	}

#navbar {
	width: 900px;
        position: center;
        /*margin-left: auto;*/
        margin-right: auto;
        margin-top: 5px;
        /*border: 2px solid black;*/
	/*padding-left: -100px;*/
	/*font-family: Veranda, Helvetica, Arial, sans-sarif;*/
        font-size: 1.10em;	
	color:#ffffff;
	/*background-color:#000000;*/
	/*background: url(navbarbkgd2.gif) no-repeat;*/
	}


/* handling links to not look like links with underlines */

	a:link, a:visited {
 	 text-decoration: none;
  	color: #efe6df;
 	 background-color: transparent;
        }
	a:hover, a:active {
  	text-decoration: none;
	color: #00ADA8;
	background-color: transparent;
        }

/* the container holds the workings of the page inside a neat little box */
 
	#container {
        position: relative;
	background-color:#000000;
        width: 980px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	/*margin-left: 75px ;*/
        margin-left: auto;
	margin-right: auto;
       /* top:10px;*/
	padding: 5px;
	/*font-family:Arial, Helvetica, Veranda, sans-sarif;*/
		
         }

	    #banner {
		padding: .5px;
		margin-bottom: 2px;
                margin-top: 10px;
		background-color: #000000;
		/*border: 1px solid gray;*/
	}

	



/* the main section */
	
    #content {
	position: center;
        /*margin-left: 400px;*/
	padding: 5px;
	/*margin-left: 240px;*/
	font-size: 1.5em;	
	color:#ffffff;
   
	}

    #pricecontent {
	padding: 1px;
	/*margin-left: 240px;*/
	/*background-color: #AEAED9;*/
	/*font-family: Veranda, Helvetica, Arial, sans-sarif;*/
    font-size: 1.5em;	
	color:#ffffff;
    /*border: 2px solid black;*/
	}




/*nested box in main content  white background, black letters*/
	#ncontent {
	width: 485px;
    \width: 505px;
	w\idth: 485px;
	margin: 2;
	margin-right: 7px;
	background-color:#000000;
	/*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;
    \width: 485px;
	w\idth: 465px;
	margin: 2;
	margin-left: 7px;
        margin-bottom: 2px;
	background-color:#000000;
	border: 2px white;
	/*font-family: Veranda, Helvetica, Arial, sans-sarif;*/
        font-size: 1em;	
	color:#ffffff;
	/*color:#000000; black*/
        }

		

#datebar {
	width:800px;
        font-size: 1.10em;	
	color:#ffffff;
	background-color:#000000;
		}




/* Left Sidebar....should really be called #sidebar-L, huh? */
	#sidebar-a {
	float: left;
	width: 220px;
	/*\width: 200px; */
	/*w\idth: 220px; */
	margin: 0;
	margin-right: 3px;
	margin-bottom: 5px;
	padding:3px;
        /*font-family: Veranda, Helvetica, Arial, sans-sarif;*/
        font-size: 1em;	
	color:#ffffff;
	background-color:#000000;
    border: 1px solid #A1968B; 	
	}


/* nested sidebar - black background, white letters */
	#nsidebar {
	width: 200px;
    \width: 200px;
	w\idth: 200px;
	margin: 2;
	margin-right: 7px;
	padding: 7px;
	background-color:#000000;
	/* border: 2px solid white; */
	font-size:1em;
	}
	
/*alternative nested sidebar  white background, black letters*/
	#nsidebar-a {
	width: 200px;
    \width: 200px;
	w\idth: 200px;
	margin: 2;
	margin-right: 7px;
	padding: 7px;
	background-color:#ffffff;
	/* border: 2px solid white; */
	/*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;
	\width: 200px;
	w\idth: 180px;
	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: 200px;
	 \width: 200px;
	 w\idth: 205px;
	 height:30px;
	 padding: 1px -1px 1px 1px;
	 background: #000000;
	 border-bottom: 1px solid #A1968B;
	 font-family: georgia;
	 font-size: 1.5em;
	 letter-spacing: .5em;
	 text-align: left;
	 color: #00ADA8;
	  }
	    
/* big white box - used as a space filler */
	#bigwhitebox {
	float: center;
	width: 289px;
	height: 368px;
	background: white 	/*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: 5px;
	/*background-color: #C5D7FB;*/
	/*border: 1px solid white;*/
		         }

	h1 {
	text-align: center;
	font-size: 2em;
	color: #663333;
        }


        h2 {
        /*padding-top: 5px;*/
	text-align: center;
	font-size: 1em;
        }


/* kwk productions® footer */
	#kwkfooter {
	clear: both;
        position:center;
	width: 800px;
        margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	/*background-color: #000000;*/
	}