/** Yari Mander theme (ym) */

/* Global Resetting */

html {	
	width: 100%;
	background: #626169 url(../images/noise-100x100.jpg) 0 0 repeat; 
	
}

body {
	width: 100%;
	font-size: 76%;  /* set font-sizes to 1em ~= 12px */
}

* {
	font-size: 1em;
	padding: 0;
	margin: 0;
	font-family : sans-serif;
	list-style : none;
}

html>body #Layout {
	min-height : 500px;
}


.clear {
	clear : both;
}


/* Layout CSS */

/* this may contain footer, so use staging container as main visible area */
#Sambhogakaya {
	margin:0px auto;
	width:900px;
	
}

#StagingContainer {
	position : relative;
	width : 100%;
	height : auto;
	margin-top : 10px; 
}

#Header {
	position : relative;
	background: #0e950b url(../images/banner-bg-900x190.png) 0 0 no-repeat; 
	height : 190px;
	width : 100%;
	
	clear : left;
}

#Header #Logo {
	position : absolute;
	background: transparent url(../images/logo-2-state-587x202.png) 0 0 no-repeat; 
	height : 101px;
	width : 587px;
	top : 37px;
	left : 80px;
}

#Header #Logo:hover {
	background-position: 0 -101px; 
	cursor : pointer;
}

#Header #Logo a {
	text-decoration : none; 		/* get rid off border */
	display : block;
	width : 100%;
	height : 100%;
}

	#home #Header #Logo:hover {
		background-position: 0 0; 
		cursor : default;
	}


#MainStage {
	position : relative; 
	width : 100%;
}
	
#Layout {
	position : relative;
	width : auto; 
	background-color : #eae6db;
}

#NavMain {
		/* parent must be "position : relative" */
	position : absolute;
 	left: 200px; 
 	bottom : 0px;
	padding-bottom : 7px;
}


#Banner {
	text-align: center;
}

#Content {
	position : relative;
	width : auto; 

	padding : 18px;
	padding-right : 30px;
}








