body {
		 background-color:white;
		 text-align:center;
		 font-family:arial, helvetica, sans-serif;
		 font-size: 10pt;
		 background-image:url(images/lightbg.jpg);
		 }

#container {
					 margin:auto;
					 width:800px;
					 height:610px;
					 border:1px gray solid;
					 }

*html div#container {
										width:800px;
										width:810px;
										}					 

#leftCol {
				 float:left;
				 width:225px;
				 height:610px;
				 background-color:#FFF;
				 }

#tanBlock {
					background-color:#D6C19A;
					height:227px;
					width:208;
					margin:2px;
					}
				 
#logo {
			width:225px;
			height:227px;
			background-image:url(images/logo.jpg);
			}

#nav {
		 width:212px;
		 height:373px;
		 margin:5px;
		 text-align:left;
		 font-style:oblique;
		 }

div#nav a:link {
								 margin:2px;
								 display:block;
								 background-color:#D6C19A;
								 border: 1px solid #A17421;
								 color:white;
								 font-weight:normal;
								 font-size:16pt;
								 text-decoration:none;
								 padding-left:5px;
								}

div#nav a:visited {
									margin:2px;
									display:block;
									background-color:#D6C19A;
							  	border: 1px solid #A17421;									
									color:white;
									font-weight:normal;
								 	font-size:16pt;
									text-decoration:none;
									padding-left:5px;
									}

div#nav a:hover {
								margin:2px;
								display:block;
								background-color:#B69F76;
								border: 1px solid #A17421;
								color:white;
								font-weight:normal;
								font-size:16pt;
								text-decoration:none;
								padding-left:5px;
								}
									
div#nav a.btnBG:link {
			 							 background-image:url(images/btnTan.jpg);
										 background-repeat:no-repeat;
										 border:1px solid #A17421;
										 border-right:0;
										 border-left:0;
										 border-bottom:0;
										 margin:1px 2px 1px 2px;
			 							 }
			 
div#nav a.btnBG:visited {
											background-image:url(images/btnTan.jpg);
											background-repeat:no-repeat;
											border:1px solid #A17421;
										  border-right:0;
										  border-left:0;	
											border-bottom:0;																					
										  margin:1px 2px 1px 2px;
											}
											
div#nav a.btnBG:hover {
											background-image:url(images/btnTan.jpg);
											background-repeat:no-repeat;
										  border:1px solid #A17421;
 										  border-right:0;
										  border-left:0;	
											border-bottom:0;																					
										  margin:1px 2px 1px 2px;											
											}

#rightCol {
					float:left;
					width:575px;
					height:610px;
					background-color:#FFF;
					}
					
*html div#rightCol {
									 height:600px;
									 height:611px;
									 }

#header {
				width:575px;
				height:227px;
				background-image:url(images/header.jpg);
				font-size:38pt;
				font-style:oblique;
				}
				
div#header h1 {
					 		font-size:38pt;
							margin:0;
					 		}

div#header h3 {
					 		font-size:18pt;
							margin:0;
					 	 	}

#content {
				 text-align:left;
				 width:565;
				 height:363px;
				 margin:5px 5px 5px 2px;
				 text-align:left;
				 overflow:auto;
				 color:#6A5D45;
				 }

div#content h1 {
							 margin:10px 0 0 0;
							 font-size:12pt;
							 font-style:bold;
							 }
							 
div#content h3 {
							 margin:10px 0 0 0;
							 color:#B69F76;
							 font-size:10pt;
							 font-style:bold;
							 }							 
				 
div#content p {
							margin:0 0 15 0;
							font-size:10pt;
							}	
							
div#content hr {
							 color: #A17421;
							 background-color: #A17421;
							 border: none 0;
							 border-top: 1px solid #A17421;
							 height: 1px;
							 width: 400px;
							 }								 
				 
#todaysLunch {
						 text-align:center;
						 font-style:oblique;
						 width:560;
						 height:361px;
						 overflow:auto;
						 }

div#todaysLunch h3	{
										font-size:12pt; 
										font-style:oblique;
										}
										
div#todaysLunch pre {
										font-size:10pt;
										font-family:arial, helvetica, sans-serif;
										}										
											
#footer {
				clear:both;
				font-size: 10pt;
				font-weight:bold;
				background-image:url(images/lightbg.jpg);
				background-position: 0 1;
				width:798px;
				height:25px;
				text-align:center;
				border-top:1px solid gray;
				}