/* Section 1: id's - only for one unique element on each page*/
#logo{
    position: absolute;
    right:10px;
    bottom: 10px;
}
#toplogo{
    /* position: absolute; sets it fixed on a position on the window */
    position: relative;
    left:10px;
    top: 5px;
}
#RestaurantName{
    margin-top:90px;
    margin-left:20px;
    font-size: 38px;
    font-weight: bold;
    font-family: "Lucida Sans", Arial, sans-serif;
}
#RestaurantBanner{
    margin-top:80px;
    margin-left:20px;
}
#RestaurantLogo{
    /* position: absolute; sets it fixed on a position on the window, behind the top menu */
    position: absolute;
    left:570px;
    top: 250px;
    z-index: -1;
}
#DepartmentSlogan{
    margin-top:30px;
    margin-left:20px;
    font-size: 20px;
    font-style: italic;
    font-family: "Lucida Sans", Arial, sans-serif;
}
/* Section 2: general classes */
.BodyText{
    margin-top:20px;
    margin-left:20px;
    width: 900px;
    font-size: 15px;
    line-height: 1.5;
    font-family: Arial, sans-serif;
}

div.BigHeader{
  font-size: 48px;
  font-weight: bold;
}
div.MediumHeader{
  font-size: 38px;
  font-weight: bold;
}
div.SmallHeader{
  font-size: 28px;
  font-weight: bold;
}
div.YellowBackground{
  background-color: #FFFFAA;
}
div.CenterPhoto{
  text-align: center;
}

/* Section 2: specific classes */
div.TAscreenshot{
  padding-top: 40px;
  padding-bottom: 30px;
  text-align: center;
  font-weight: bold;
}
div.MeetTeam{
  font-size: 24px;
  font-weight: bold;
}
table.team{
  border: 0px solid #333;
}
tr.team{
}
th.team{
  background-color: #DDD;
  font-size: 24px;
  font-weight: bold;
}
td.team-photo-cell{
  padding: 10px;
  text-align: center;
}
td.team-tasks-cell{
  padding: 10px;
  text-align: left;
  vertical-align: top;
}
.team-photo{
  width: 100px;
}
.team-name{
  font-size: 18px;
  font-weight: bold;
}
.team-education{
  font-size: 11px;
}
.team-link{
  font-size: 11px;
}
.team-experience{
  font-size: 11px;
}
.tbc{
  font-size: 15px;
  color: red;
  font-style: italic;
}
.team-tasks{
  font-size: 15px;
}
div.CompanyNameVN{
  font-size: 24px;
  font-weight: bold;
}
div.CompanyNameEN{
  font-size: 20px;
  font-weight: bold;
}
div.AddressLocation{
  font-size: 16px;
  font-weight: bold;
}

/* Section 3: general HTML */
body{
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-family: "Lucida Grande", "Helvetica Nueue", Arial, sans-serif;
}
