body {
	background: #CDD1D7 url(../images/background.gif) repeat-x bottom;
	font-size: 1em;
	font-family: Verdana, Arial, Sans-Serif;
	color:#564b47;
	padding:0;
	padding-bottom: 30px;
	margin:0;
	text-align: center;
}

/* ----------container to center the layout-------------- */
#container {
	width: 950px;
	margin-bottom: 10px;
	margin: 0 auto;
	text-align: left;
}

/* ----------banner for logo-------------- */
#banner {
	height: 180px;
}

#banner_left {
	float: left;
	width: 50%;
	height: 100%;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
#banner_right {
	float: right;
	background: url(../images/ross_pic.jpg) no-repeat right bottom;
	width: 50%;
	height: 100%;
	text-align: right;
	padding: 0px;
	margin: 0px;
}
#banner_left img {
	margin-top: 79px;
	padding: 0px;
}
#banner_right p {
	margin-top: 125px;
	margin-right: 240px;
	padding: 0px;
}

/* -----------------content--------------------- */
#content {
	border: 2px solid white;
	width: 946px;
	background: white;
	padding: 0px;
	overflow: auto;
	min-height: 600px;
	height:expression(this.scrollHeight > 600 ? "auto":"600px");
}

/* --------------left navi------------- */
#content_left {
	font-size: 0.7em;
	float: left;
	width: 160px;
	margin: 0;
	padding: 0;
}

h3.leftBoxHeading, h3.leftBoxHeading a {
	font-size: 1.2em;
	color: #ffffff;
	}

.leftBoxHeading {
	margin: 0em;
	background: #993232 url(../images/header_strip.gif) repeat-x top;
	color: white;
	padding: 0.3em 0.2em;
	text-align: center;
	}

.leftBoxContainer {
	width: 150px;
	border: 2px solid #808080;
	margin-bottom: 1.5em;
	}

.sideBoxContent {
	background-color: #dddddd;
	padding: 0.4em;
	}

#navBreadCrumb {
	font-size: 0.8em;
	font-weight: normal;
	margin: 0em;
	padding: 0.4em;
	background-color: #dddddd;
	border: 2px solid #808080;
	}

#content_right {
	float: right;
	width: 769px;
	margin: 0;
	padding: 0;
}

/* --------------sub navi------------- */
#navCatTabsWrapper {
	margin: 0em;
	width: 946px;
	height: 2em;
	font-weight: bold;
	font-size: 0.8em;
	background: #993232 url(../images/header_strip.gif) repeat-x top;
	border: 0em;
	border-bottom: 0.5em solid white;
	color: white;
	text-align: center;
}

#navCatTabs ul  {
	float: left;
	margin: 0;
	padding:  0.3em 0em;
	list-style-type: none;
	text-align: left;
	line-height: 1.2em;
	}

#navCatTabs ul li {
	display: inline;
	}

#navCatTabs ul li a {
	font-size: 0.83em;
	font-weight: bold;
	text-decoration: none;
	padding: 0em;
	padding-left: 2em;
	margin: 0;
	color: #bbbbbb;
	white-space: nowrap;
	}

#navCatTabs ul li a:hover {
	color: white;
	text-decoration: underline;
}


/* -----------footer--------------------------- */
#footer {
	width: 946px;
	height:30px;
	border:2px solid white;
	border-top: none;
	clear: both;
	background: #1E1E1E url(../images/nav_strip.gif) repeat-x top;
	margin: 0;
	padding: 0;
	text-align: center;
}


