/*
  file   : layout.css
  Client : 
  Author : 
  Date   : 
*/

* {
  margin:0;
  padding:0;
}

ul {
  list-style:none;
}

br {
  clear:both;
}

a img {
  border:none;
}

#wrapper {
  width:890px;
  margin:0 0 0 30px;
}

#header {
  height:143px;
  background:url(../imgs/common/header.jpg) no-repeat;
}

/*#header img {
  margin-left:190px;
}*/

#logo {
  position:relative;
  top:-20px;
}

#contentL {
  width:156px;
  float:left;
}

#contentR {
  width:704px;
  float:right;
}

#nav {
  width:156px;
  border-top:3px solid #578097;
  border-bottom:3px solid #578097;
  padding:60px 0;
}

#contentRtop {
  height:198px;
}

#contentRtop table {
  width:464px;
  height:100%;
  float:left;
  border-collapse:collapse;
}

#quote {
  height:100%;
  background:url(../imgs/common/quotebg.gif) repeat-y;
  padding:0 20px;
  font-family:"Trebuchet MS";
  font-size:17px;
  color:#fff;
  line-height:115%;
  text-align:center;
}

#rightImage {
  float:left;
  width:240px;
  height:100%;
}

#contentRbody {
  width:464px;
  /*min-height:600px;*/
  border-bottom:4px solid #578097;
  padding:30px 0;
}

#footer {
  margin:0 0 0 205px;
  padding:15px 0;
  font-weight:bold;
}
