﻿/* ----------container to center the layout-------------- */
#container
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	background: #ffffff url(  'menubottom.jpg' ) no-repeat bottom left;
	border: 1px solid #8D8D8D;
}

/* ----------banner for logo-------------- */
#banner
{
	height: 123px;
	text-align: center;
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
}
#banner img
{
	padding: 10px 0px;
}
#banner a
{
	width: 900px;
	height: 123px;
	display: block;
	background: url(  '../images/logo.jpg' ) no-repeat bottom left;
}
#SearchBox
{
	/*float: right;
	background-color: #ffffff;
	padding-right: 10px;
	padding-top: 10px;*/
	position: absolute;
	top: 20px;
	left: 730px;
}

/* -----------------content--------------------- */
#content
{
	background: #ffffff;
	padding: 0px;
	margin-left: 170px;
	margin-right: 0px;
}
div#content
{
	min-height: 600px; /*height:expression(this.scrollHeight > 600 ? "auto":"600px"); */
}

#contenthome
{
	background: #ffffff;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
div#contenthome
{
	min-height: 600px; /*height:expression(this.scrollHeight > 600 ? "auto":"600px"); */
}

/* --------------left navi------------- */
#left
{
	float: left;
	width: 170px;
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	height: 90%;
}

/* -----------footer--------------------------- */
#footer
{
	clear: both;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
