html { height: 100%; margin-bottom: 0.1px;} /* Forces Vertical Scrollbar */

body { padding: 0;
       margin: 0;
			 font-size: 100.01%;
			 font-family: "Trebuchet MS", sans-serif;
			 color: #000;
			 background-color: #FAE5E0;
			 }
			 
#header { background-color: #DA9B89;
         	height: 15em;
					}
					
#header h1 { font-style: italic;
             margin-left: 10%;
						 margin-top: -10px;
						 }
					
#header p { font-size: 1em;
            margin-left: 5%;
						}
						
#header p.title { font-size: 1.5em;
                  margin-bottom: -10px;
                  }
									
#header p.subtitle { font-size: 1.25em;
                      }
					
#header p.info { font-size: 1em;
								 font-style: italic;
								 margin-top: 2em;
                 }
					
#header img { float: right;
              margin: 30px;
							margin-top: 15px;
              }
							
.skip { margin-left: -1500px;
        }
					
#content { background-color: #FAE5E0;
           margin-left: 15em;
					 margin-right: 2em;
					 position: relative;
           }									
												
#content h3 { clear: both;
							background-color: #EDCEC6;
							
							}
							

#content .title, #content .room { font-style: italic;  /* Styling the column in IE */
                                  }
																	
#content .event { font-weight: bold; /* Styling the column in IE */
                 }
								 
#content .schedule td:first-child + td { font-weight: bold;  /* Styling the column in non-IE */
                                        }
																				
#content .schedule td:first-child + td + td, 
#content .schedule th:first-child + th + th { font-style: italic; /* Styling the column in non-IE */
                                              }			
																							
#content .schedule .time { width: 25%;
                           }
													 
#content .schedule .event { ;
                           }
													 
#content .schedule .room { width: 30%;
													 
                            }		
														
#content .schedule td { vertical-align: top;
                     border-right: 10px solid #FAE5E0;
										 border-bottom: 1px solid #D8C7C4;
                     }			 
								
#content .schedule th { text-align: left;
                           border-bottom: 1px solid black;
                        }
								 
#content ul, li { list-style-type: none;
                  }
									
div.newsletter li {list-style-type: disc;
                      }									
									
#content p.title { font-weight: bold;
                  background-color: #EDCEC6;
									width: 80%;
                    }

										
#content .contact span { display: block;
                         }
												 
#content .contact .name { font-weight: bold;
                           }
													 
#content p.contact { float: left;
										width: 50%;
										margin-bottom: 15px;
										position: relative;
										margin-top: -5px;
                   }
									 
#content span.food { text-decoration: underline;
                 }
								 
#content ul.food { 
                   margin-top: 0;
									 }
																
#footer p { font-size: .75em;
            margin-top: -15px;
						position: relative;
						}
						
#footer img { border: 0;
              }
					
#nav { background-color: #ECAD9B;
       position: absolute;
			 top: 15em;
			 width: 13em;
       }
			 
#nav ul { margin-left: 0;
          padding-left: 0;
					border-bottom: 1px solid #C37C6B;
					}			 
			 
#nav li { list-style-type: none;
          border-top: 1px solid #C37C6B;
					}
					
					
#nav a { display: block;
         border-right: 5px solid #ECAD9B;
				 border-left: 5px solid #ECAD9B;
				 padding-left: 20px;
				 text-decoration: none;
				 color: #000;
         }
				 
#nav .current { font-weight: bold;
                padding-left: 25px;
								 }
				 
#nav a:hover { border-right: 5px solid #C37C6B;
							 border-left: 5px solid #C37C6B;
               }
			 
a { color: #c30;
         }
