* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial;
  font-size: 12px;
  color: #868686;
  background-color: #cccccc;
}

p {
  padding: 10px 30px 0 30px;
  vertical-align: ;
}

.largetext {
  font-family: Arial;
  font-size: 14px;
  color: #868686;
}

.smalltext {
  font-size: 10px;
}

#dropmenudiv {
  position:absolute;
  border:solid #a9a9a9 1px;
  font-family:Arial;
  font-size:12px;
  font-weight:normal;
  line-height:20px;
  z-index:100;
}

#dropmenudiv p {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  text-indent: 3px;
  font-family:Arial;
  font-size:12px;
  font-weight:bold;
  color:#761d15;
}

#dropmenudiv a {
  width: 100%;
  display: block;
  text-indent: 3px;
  padding: 1px 0;
  text-decoration: none;
  font-weight: bold;
  color: #761d15;
}

#dropmenudiv a:hover { /*hover background color*/
  background-color: #919191;
  color: #ffffff;
}


#imgcontainer {
  clear:both;
}

#container {
  margin: 0 auto;
  width: 802px;
  background-color: #ffffff;
}

#header {
  position: relative;
  width: 802px;
}

#topmenu {
  position: relative;
  width: 802px;
  height: 34px;
}

#middle {
  width: 802px;
  height: 210px;
}

#faces {
  float: left;
  width: 500px;
  height: 136px;
}

#faces-fr {
  float: left;
  width: 500px;
  height: 136px;
}

#vemenu {
  float: right;
  width:184px;
}

#vemenu-fr {
  float: right;	
  width:199px;
}

#laptop {
  float: left;
  width: 302px;
  height: 136px;
}

#hmenu {
  clear: both;
  position: relative;
  width: 802px;
  height: 45px;
  margin-top: -3px;
}


#content {
  position: relative;
  width: 802px;
  background-color: #ffffff;
}

#printemail {
  width: 780px;
  height: 14px;
  text-align: right;
  margin-bottom: 20px;
}


#left {
  float: left;
  width: 632px;
  background-image: url(../images/splash/bg-left.gif);
  background-repeat: repeat-y;
  background-color: #ffffff;
}

#right {
  float:right;
  width: 163px;
  background-color: #ffffff;
}

#footer {
    width: 802px;
    height: 31px;
    clear: both;
    margin-top: 20px;
    background-image: url(../images/splash/footer.gif);
    background-repeat: no-repeat;
    display: block;
}

A:link {COLOR:#B44C3F; FONT-FAMILY:Arial; FONT-SIZE:12px; TEXT-DECORATION:none;}
A:visited {COLOR:#B44C3F; FONT-FAMILY:Arial; FONT-SIZE:12px; TEXT-DECORATION:none;}
A:hover {COLOR:#CE8E86; FONT-FAMILY:Arial; FONT-SIZE:12px; TEXT-DECORATION:underline;}
A:active {COLOR:#CE8E86; FONT-FAMILY:Arial; FONT-SIZE:12px; TEXT-DECORATION:none;}
