/* RESET all browser defaults */
* {
  margin:0px;
  padding:0px;
}

/* HTML, BODY */
html, body {
  width:100%;
  height:100%;
  font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	line-height:16px;
	letter-spacing:0px;
	word-spacing:0px;
	background-color:#ffffff;
	color:#3c3d3d;
}

div#logo_container {
  width:1000px;
  height:103px;
  margin:0px auto;
  background:url(img/logo_bg.jpg);
  background-repeat:no-repeat;
  background-position:top right;
}

div#page_container {
  width:1000px;
  height:80%;
  margin:0px auto;
  background-color:#fafafa;
  background-image:url(img/content_bg.jpg);
  background-repeat:no-repeat;
  background-position:220px 0px;
}

div#leftShadow_container {
  float:left;
  width:4px;
  height:100%;
  background:#ffffff;
}

div#navigation_container {
  float:left;
  width:216px;
  height:100%;
  background-color:#f4f4f3;
  background-image:url(img/navi_bg.jpg);
  background-repeat:no-repeat;
  background-position:0px -205px;
  overflow:hidden;
}

div#content_container {
  float:left;
  width:701px;
  height:100%;
  overflow:auto;
  overflow-x:hidden;
  padding-left:35px;
  padding-right:35px;
}

div#rightShadow_container {
  float:left;
  width:9px;
  height:100%;
  background:url(img/shadow_rightbottom.jpg);
}

div#bottomShadow_container {
  clear:both;
  width:1000px;
  height:16px;
  background:url(img/shadow_bottom.jpg);
  background-repeat:no-repeat;
  margin:0px auto;
}

