/* CSS Document */

BODY {
	text-align: center;
	font-family: "Comic Sans MS", cursive;
}
#wrapper {
	margin: auto;
	width: 950px;
	height: 600px;
	border: solid 2px #333333;
	background-color: #CCCC66;
	text-align: left;
}
#logo {
	text-align: center;
	width: 150px;
	height: 150px;
	color:#666600;
	background-color: #CCCC99;
	font-size: 24px;
}
#top {
	width: 800px;
	height: 100px;
	color:#CCCC99;
	background-color: #669900;
	float: left;
	text-align: center;
	font-size: 40px;
	letter-spacing: 15px;
}
#left {
	width: 150px;
	height: 600px;
	color:#666600;
	background-color: #CCCC99;
	font-size: 14px;
	float: left;
	text-align: center;
	line-height: 170%;
}
#mmenu {
	width: 150px;
	background-color: #CCCC99;
}
#Vendors {
	width: 150px;
	font-size: 10px;
	overflow: auto;
	height: 350px;
}
a.menu:link {
	color:#666600;
	text-decoration: none
		}
a.menu:visited {
	color:#666600;
	text-decoration: none
		}
a.menu:hover {
	text-decoration: none;
	color: #CC6600;
		}
a.menu:active {
	color:#666600;
	text-decoration: none
		}
#content {
	width: 800px;
	height: 500px;
	color:#666600;
	float: left;
	background-color: #CCCC66;
	text-align: center;
	overflow: auto;
}
#right {
	width: 800px;
	height: 500px;
	color:#666600;
	float: left;
	background-color: #CCCC66;
	text-align: center;
	overflow: auto;
}
#frame {
	color:#666600;
	background-color: #CCCC66;
	text-align: left;
	width: 800px;
	height: 500px;
}
	#tabmenu {
	color: #CC3300;
	border-bottom: 2px solid black;
	margin: 12px 0px 0px 0px;
	padding: 0px;
	z-index: 1;
	padding-left: 10px
}

	#tabmenu li {
		display: inline;
		overflow: hidden;
		list-style-type: none; }

	#tabmenu a, a.active {
	color: #CC3300;
	background-color: #333333;
	font: bold 1em "Trebuchet MS", Arial, sans-serif;
	border: 2px solid black;
	padding: 2px 5px 0px 5px;
	margin: 0;
	text-decoration: none;
}

	#tabmenu a.active {
	background-color: #333333;
	border-bottom: 3px solid #333333;
}

	#tabmenu a:hover {
	color: #CC3300;
	background-color: #666666;
}

	#tabmenu a:visited {
		color: #CC3300; }

	#tabmenu a.active:hover {
	background-color: #333333;
	color: #CC3300;
}

	#content {
	text-align: center;
	background-color: #333333;
	padding: 20px;
	height: 342px;
	color: #FFCC33;
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
}

#insert {
	height: 260px;
	width: 180px;
	background-color: #333333;
	float: right;
	border: 2px solid black;
}
