/* @override http://www.juicebox.net/demos/support/resizable_top_menu/css/jb.vertical.template.css */

html, body { height: 100%; overflow: hidden; 
}

body {			
  margin: 0;
  padding: 0;
  /*background-color: #f2f0f0;*/
	/*background-image: url(../art/bkgnd_arabic5.gif);*/
  color: #666;
  font-family: sans-serif;
  font-size: 20px;
}

a {	
  color: #660033;
	text-decoration: none;
	font-size: .7em;
}

#header {
	
  text-align: center;
  background-color: #f2f0f0;
  width: 100%;
  height: 20px;
  padding: 10px 0;
	font-size: 1.1em;
}

#footer {
  text-align: center;
  background-color: #f2f0f0;
  color: #333;
  width: 100%;
  height: 20px;
  padding: 10px 0;
  position: relative;
  bottom: 0;
  left: 0;
}

#juicebox-content {
  width: 100%;
  height: 600px;
}

#logo {
	position: absolute;
	top: -49px;
	left: -32px;
	z-index: 4;
}

.logo {
	top: -60px;
	z-index: 10;
	position: relative;
	display: inline-block;
}