
body {
	margin:0;
	font-size:72%;
	font-family:arial,verdana;
	color:#222;
}

#right,#left {
  position:relative;
}

#leftcol {
  background-image:url('images/partridge.jpg');
  background-position:top left;
  background-repeat:no-repeat;
  width:333px;
  height:700px;
}

#rightcol {
  background-position:top left;
  background-repeat:no-repeat;
  width:666px;
}

#right {
  width:666px;
}

#left {
  width:333px;
}

#logo {
  position:absolute;
  right:36px;
  top:36px;
  z-index:500;
}

.contentBox {
  background-image:url('images/content-bg.jpg');
  background-repeat:repeat;
  width:333px;
  position:absolute;
  left:10px;
  overflow:hidden;
  z-index:500;
}

.contentBox-inner {
  padding:13px 10px 10px 10px;
}

#menu {
  position:absolute;
  top:36px;
  left:36px;
}

#menu a {
  display:block;
  margin-bottom:5px;
}

.contentBox-inner {
  position:relative;
}

.contentBox-close {
  cursor:pointer;
  position:absolute;
  top:13px;
  right:10px;
  z-index:100;
}
