html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	color: #fff;
	font: 11px tahoma, sans-serif;
	background: #191940;
	}

img {
	border: 0;
	margin: 0;
	}

#parent {
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	}

#header {
	width: 100%;
	height: 84px;
	border-bottom: 1px solid #333;
	background: url('images/toprepeat.jpg') repeat-x;
	}

#header h1 {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	height: 83px;
	text-indent: -5000px;
	background: url('images/best.jpg') no-repeat;
	}

#content {
	position: relative;
	min-width: 610px;
	padding-bottom: 170px;
	}

#left {
	float: left;
	width: 160px;
	margin: 5px;
	}

#menu {
	float: left;
	width: 160px;
	background: #336;
	margin: 0px;
	padding: 0px;
	}

#menu li {
	height: 22px;
	margin: 0;
	padding: 5px 0;
	}

#menu li a {
	display: block;
	width: 100%;
	height: 22px;
	color: #fff;
	font-size: 13px;
	line-height: 22px;
	text-decoration: none;
	text-indent: 15px;
	}

#menu li a:hover {
	color: #333;
	font-weight: bold;
	background: url('images/linkhover.png') no-repeat 7px 0px;
	}

#shambala {
	width: 150px;
	background: #eaec7e;
	border-top: 12px solid #fc0;
	padding: 5px;
	margin-top: 5px;
	color: #333;
	}

#shambala h2 { margin: 5px 0; text-align: center; font-size: 15px;}

#shambala p { margin: 5px auto; text-align: justify; text-indent: 10px; }

#text {
	float: left;
	margin: 5px;
	height: 100%;
	width: 440px;
	padding: 10px;
	background: #336;
	}

#text h2 {
	margin: 0 auto;
	padding: 0;
	color: #fc0;
	}

#text p {
	margin-top: 0;
	text-indent: 15px;
	text-align: justify;
	}

#text p a {
	color: #fc0;
	text-decoration: none;
	border-bottom: 1px dotted #eaec7e;
	}

#text p a:hover {
	font-weight: bold;
	border-bottom: 1px solid #eaec7e;
	}

#text p#mission {
	color: #333;
	padding: 2px;
	text-indent: 0;
	background: #f5f8ca;
	}


#footer {
	position: absolute;
	bottom: 0;
	height: 160px;
	width: 100%;
	background: #ebee4b;
	}

#footer h2 { font-size: 10px; color: #333; padding: 0;}