@charset "UTF-8";

/* Mbegu Tamu website style sheet */

body {
	margin: 0;
	background-image: url(images/small_dark_beans_bkg.jpg);
	background-repeat: repeat;
}
#container {
	background-color: #f8e49b;
	width: 750px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#top-left-corner {
	background-image: url(images/top-left_corner.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 24px;
	width: 25px;
}
#top-middle {
	background-image: url(images/top-middle.jpg);
	background-repeat: repeat-x;
	float: left;
	height: 24px;
	width: 701px;
}

#top-right-corner {
	background-image: url(images/top-right_corner.jpg);
	float: left;
	height: 24px;
	width: 24px;
}
#display-area {
	background-color: #660;
	float: left;
	height: 225px;
	width: 719px;
	margin-left: 16px;
}
#display-area #logo {
	background-image: url(images/logo-325w.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 184px;
	width: 325px;
	margin-left: 10px;
	margin-top: 16px;
}

#left-frame {
	background-image: url(images/left_frame.jpg);
	float: left;
	width: 16px;
	background-repeat: repeat-y;
}
#top-right-frame {
	background-image: url(images/right_frame.jpg);
	background-repeat: repeat-y;
	float: left;
	height: 225px;
	width: 15px;
}

#menu-right-frame {
	background-image: url(images/right_frame.jpg);
	background-repeat: repeat-y;
	float: left;
	height: 25px;
	width: 15px;
}
#main-content {
	float: left;
	width: 719px;
	clear: none;
	margin-left: 20px;
}
#content-right-frame {
	background-image: url(images/right_frame.jpg);
	background-repeat: repeat-y;
	width: 15px;
	float: left;
}
/*
#bottom-left-corner {
	background-image: url(images/bottom-left_corner.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 50px;
	width: 64px;
}
#bottom-middle {
	background-image: url(images/bottom-center.jpg);
	background-repeat: repeat-x;
	height: 25px;
	width: 623px;
	margin-top: 25px;
	float: left;
}
#bottom-right-corner {
	float: left;
	height: 50px;
	width: 63px;
	background-image: url(images/bottom-right_corner.jpg);
	background-repeat: no-repeat;
}
*/
#main-content .text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #603913;
	width: 640px;
	margin-top: 12px;
	margin-left: 50px;
	margin-bottom: 10px;
}
.text p {
	margin: 0px 0px 1.3em;
	padding: 0px;
}

.text h3 {
	margin: 0px 0px 20px;
	padding: 0px;
	font-size: 16px;
}
#main-content #logos {
	height: 100px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
#main-content #logos .logo {
	float: left;
	height: 100px;
	width: 169px;
	margin-left: 50px;
	margin-bottom: 50px;
}
#container #display-area h1 {
	position: absolute;
	left: -1000px;
}
#container #main-content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #603913;
	margin-left: 50px;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 20px;
}
#bottom {
	height: 24px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#left-bottom  {
	background-image: url(images/bottom-left_corner.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 24px;
	width: 30px;
}
#center-bottom  {
	float: left;
	height: 25px;
	width: 690px;
	background-image: url(images/bottom-center.jpg);
	background-repeat: repeat-x;
}
#right-bottom  {
	float: right;
	height: 25px;
	width: 30px;
	background-image: url(images/bottom-right_corner.jpg);
	background-repeat: no-repeat;
}
