
/* --- Desktop --- */
body, html {
	background: #669966 url('/images/left.jpg') no-repeat;
}

/*	--- Wrapper around whole page ---	*/

#page {
	border: 1px solid #336633;
	border-top: 0;
	-moz-box-shadow: 0 3px 3px 3px #336633;
	-webkit-box-shadow: 0 3px 3px 3px #336633;
	box-shadow: 0 3px 3px 3px #336633;
	position: relative;
	clear: both;
}

/*
 *-----------------------------------------------------------------------------
 *	 Page topper
 *-----------------------------------------------------------------------------
 */

#top 
{
	width: 100%;
	background-color: #333366;
	position: relative;
	color: white;
	text-align: center;
	height: 25px;
	padding: 4px 0;
}

#top * { color: white; background-color: #333366; }

#top-image {
	height: auto; 
	margin-right: 8px; 
	float: left;
}


#top-image img {
	display: table-cell;
	vertical-align: middle;
}

/*		Page title		*/

#top-hdg1 {
	display: table-cell;
	float: left;
	vertical-align: middle;
	padding-left: 150px;
	height: auto;
}

#top-hdg1 h1 {
	text-align: center;
}

#top-menu {
	position: absolute;
	right: 0;
	top: 6px;
}

/*	--- Menu bar in top strip --- */

div.mbleft {
	float: left;
	padding-right: 24px;
}
 
div.mbright {
	float: left;
} 

/*
 *-----------------------------------------------------------------------------
 *	Heading block
 *-----------------------------------------------------------------------------
 */

#hdg
{
    width: 100%;
    height: 80px;
    text-align: center;
    position: relative;
    top:0px;
    border-bottom: 1px solid black;
   	color: black; background-color: #F3BC4D; 
}

#hdg * {	color: black; background-color: #F3BC4D; }

/*		Page heading		*/

#hdg-hdg2 {
	padding: 8px;
}

#hdg-hdg2 h2 {
	font-size: 1.5em;
	text-align: right;
}

/* ---------------------------
#hdg-text {
	float: right;
	display: inline;
	width: 50%;
	padding: 0 10px 0 0;
	margin: 12px 0 0 0;
	text-align: right;
}

#hdg-text h2 {
	font-size: 1.2em;
	text-align: right;
}

#hdg-text h3 {
	font-size: 1.0em;
	text-align: right;
}
----------------------------- */

/*		path		*/

#hdg-text1 {
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	margin: 0; padding: 0 0 4px 0;
	position: absolute;
	width: 100%;
	bottom: 0px;
	text-align: center;
}

/*
 *-----------------------------------------------------------------------------
 *-----------------------------------------------------------------------------
 */

