* { margin: 0; padding: 0; }

.hide { display: none; }


.container2 {
	width: 650px;
	text-align: left;
	margin: 0 auto;
	position: center;
	
	}

em, q {
	font-weight: bold;
	font-style: normal;
	}

code {
	font-family: monospace;
	}

/* The toolbar for the content box */

ul#toolbar {
	height: 39px;
	width: 650px;
	text-align: center;
	list-style: none;
	margin: 0 auto 0 auto;
	clear: both;
	/* border-bottom: 1px solid #ccc;	*/
	}
	
#toolbar li {
	float: left;
	text-indent: -9999px;
	}
	
#toolbar li a {
	height: 39px;
	display: block;
	cursor: pointer;
	}
	
#toolbar li.active {
	background-position: top;
	}

#toolbar li.inactive {
	background-position: bottom;
	}
	
#toolbar li:hover {
	background-position: top;
	}
		
#toolbar li#appetizers-tab {
	width: 100px;
	background-image: url(../images/menu_appetizers.png);
	}

#toolbar li#salads-tab {
	width: 95px;
	background-image: url(../images/menu_salads.png);
	}
#toolbar li#beef-tab {
	width: 95px;
	background-image: url(../images/menu_beef.png);
	}
#toolbar li#chicken-tab {
	width: 95px;
	background-image: url(../images/menu_chicken.png);
	}

#toolbar li#pasta-tab {
	width: 95px;
	background-image: url(../images/menu_pasta.png);
	}

#toolbar li#lunch-tab {
	width: 92px;
	background-image: url(../images/menu_lunch.png);
	}

/* The slide-y content box thingy */

/*#frame, #frame div.button, #scroller, .section { height: 45.5em; }
#frame div.button { line-height: 45.5em; }*/

#frame {
	overflow: hidden;
	margin: 0 auto;
	width: 650px;
	position: top;
	}
	
#frame div.button {
	position: top;
	top: 0;
	}
	
div.button#left { left: 0; }
div.button#right { right: 0; }

#scrollmenu {/*width: 650px;*/}
#scroller {
	width: 650px;
	margin: 0 auto;	
	overflow: hidden;
	}

#content {
	width: 5250px;
	}
	
.section {
	width: 650px;
	
	float: left;
	
	
	}
	
#lunch-pane {
	text-align: center;
}

.section img {
	float: left;
		}
		
#sites-paper {
	}
	
#sites-publish {
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 0;
	}
	
#files-browser {
	float: right;
	margin: 0 0 20px 20px;
	}
	
#files-transmit {
	}

ul#editor-features {
	list-style: none;
	display: block;
	}
	
ul#editor-features li {
	list-style: none;
	display: block;
	}

li#editor-collab {
	padding-left: 48px;
	background: url(editor-collab.gif) top left no-repeat;
	}
	
li#editor-clips {
	padding-left: 48px;
	background: url(editor-clips.gif) top left no-repeat;
	}

#editor-clips_hud {
	float: right;
	margin-right: 0;
	margin-left: 10px;
	}
	
li#editor-token {
	padding-left: 48px;
	background: url(editor-token.gif) top left no-repeat;
	}

.token {
	white-space: nowrap;
	}

.token img {
	float: none;
	display: inline;
	margin: 0 0 -1px 0;
	line-height: 14px;
	}
	
#css-gui_txt {
	margin-bottom: 40px;
	}
	
#css-icons {
	float: right;
	margin-right: 0;
	margin-left: 10px;
	margin-bottom: 0;
	}
	
#terminal-icon {
	margin-bottom: 0;
	margin-top: -10px;
	}
	
#terminal-colors {
	float: right;
	margin-left: 10px;
	}
	
#books-thebook {
	margin-right: 30px;
	}
	


