﻿html, body {
  font-size: 12px;
  font-family: Verdana;
  margin: 0px;
  padding: 0px;
}
.global {
  margin: auto;
  width: 100%;
}
.global .globalContent {
  position: relative;
  margin: auto;
  width: 800px;
}


/****** HEADER ******/
.global .globalContent .header {
  height: 119px;
  width: 800px;
}
.global .globalContent .header .topLeft {
  float: left;
  width: 271px;
}
.global .globalContent .header .menu {
  float: left;
  width: 529px;
}

/****** CONTENT ******/
.global .globalContent .content {
  background-image: url(../Images/home.jpg);
  background-repeat: no-repeat;
  height: 482px;
  clear: both;
  position: relative;
}
.global .globalContent .content .titleHome {
  position: absolute;
  left: 0px;
  top: 1px;
}
.global .globalContent .content .text {
  color: #ffffff;
  font-weight: bold;
  height: 157px;
  position: absolute;
  right: 3px;
  text-align: justify;
  top: 10px;
  width: 160px;
} 
.global .globalContent .content .copyright {
  bottom: 5px;
  color: #ffffff;
  font-weight: bold;
  font-size: 11px;
  position: absolute;
  text-align: center;
  width: 800px;
}
.global .globalContent .content .subMenu {
  position: absolute;
  left: 467px;
  list-style: none;
  margin: 0px;
  padding: 0px;
  top : 190px;
} 
.global .globalContent .content .subMenu li {
  padding-bottom: 10px;
}
.global .globalContent .content .subMenu a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
