
/*
 * Page Defaults
 */
body {
	margin: 0;
	padding: 0;
}

/*
 * Main Header
 */
#header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 10;
	padding: 0 8px 0 8px;
	height: 110px;
}

/* 
 * Breadcrumb
 */
#breadcrumb {
	position: fixed;
	top: 110px;
	left: 0;
	right: 0;
	z-index: 10;
	padding: 2px 10px 3px 8px;
	height: 12px;
}

#errors {
	position: absolute;
	z-index: 12;
}

/*
 * Menu Area
 */
#menu {
	position: fixed;
	z-index: 5;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15em;
	padding: 140px 0 0 0;
}

.dropdown {
	position: absolute;
	top: 110px;
	right: 0;
	z-index: 15;
	background-color: #A3A3A3;
	border-left-color: #C91515;
	border-bottom-color: #C91515;
	border-width: 0 0 1px 1px;
	border-style: solid;
}

/*
 * Content Area
 */
#main {
	position: fixed;
	z-index: 13;
	top: 128px;
	right: 0;
	bottom: 0;
	left: 15em;
	padding-left: 1em;
	overflow: auto;
}

#content {
	margin: 0 1em 0 1em;
}

#sidebox {
	margin: 0 0 1em 2em;
}

#edit {
        padding-left: 1em;
	margin: 0 1em 0 1em;
	background-color:white;
	text-align: left;
}

/*
 *Quick Links
 */
#quickLinks {
	clear: inherit;
	float: right;
	margin: 0 0.5em 1em 1em;
}

#files {
	clear: inherit;
	float: right;
	margin: 0 0.5em 1em 1em;
}

#gallery {
}

/*
 * Footer
 */
#footer {
	margin: 20em 20% 2em 20%;

}

/*
 * How to handle printing
 */
@media print {
	#header {
		display: none;
		position: static;
	}

	#breadcrumb {
	        display: none;
	}

	#menu {
	        display: none;
	}
	#main {
		float: none;
		display: block;
		position: static;
		overflow: visible;
	}
}

