/** brunswickstreetbookstore.com
  * @author Cerebrum (Aust) Pty Ltd
  * CSS - Style Sheet
  */

body {
	text-align: center;
	background-color: #005970;
	margin: 10px;
}

div.mainMenu {
}

div.mainMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: none;
}
	
div.mainMenu ul li {
	float: left;
	margin: 0px;
	padding: 0px;
}
	
/* *TODO* this comes from the old site - can we remove this container? */
#frame {
	width:760px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
	border: 1px solid #000000;
	background-image: url(../images/book_spine_bg.jpg);
	background-repeat: repeat-y;
}
		
/* *TODO* this comes from the old site - can we remove this container? */
#Layerhome {
	background:beb3b6 no-repeat left top;
	margin: 0px;
	padding: 0px;
	height: 179px;
	width: 87px;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 0;
	left: 0;
	top: 663px;
}
		
/* *TODO* this comes from the old site - can we remove this container? */
.chairR {
	margin-top: 161px;
	margin-left: 0px;
}
	
/* *TODO* this comes from the old site - can we remove this container? */
.contentcenter {
	width:606px;
	padding:0px;
	background:#BEB3B6;
	vertical-align: top;
	margin: 0px;
}

/* -------------------------------------------------------------------------- */


