/* Wrapper------------------------------------------------------------------ */
#wrapper {
	margin-left: auto;
	margin-right: auto;
	background-color: #EDEDED;
}

/* Left Column ------------------------------------------------------------- */
#left-menu {
	float: left;
	background-color: #EDEDED;
}

/* Right Column ------------------------------------------------------------- */
#right-menu {
	margin-left: 8px;
	float: left;
}

/* Main Content ------------------------------------------------------------- */
#main-content {
	font-size: 1em;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	background-color: #EDEDED;
}

/* HELP: The search suggest drop down. Do not remove position, left or z-index! */
#search_suggest {
	position: absolute;
	background-color: #FFFFFF;
	text-align: left;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	visibility: hidden;
	width: 150px;
	top: 0px;
	left: 0px;
	z-index: 200;
}

/* HELP: Styling for link div in the search suggest box */
.suggest_link {
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	font-weight: normal;
}

/* HELP: Styling for text highlights in search suggest box */
.suggest_link_highlight {
	background-color: #FFCC33;
	font-weight: bold;
}

/* HELP: Styling for link div with mouse over in search suggest box */
.suggest_link_over {
	background-color: #3366CC;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	cursor: pointer;
}


