@charset "utf-8";
/* CSS Document */

body {
	font: normal normal 85%/120% Georgia, "Times New Roman", Times, serif;
	margin: 10px 0;
	padding: 0;
	text-align: center;
}
.clear {
	clear: both;
	width: 1px; height: 1px;
	overflow: hidden;
}

#frame {
	width: 970px;
	height: 650px;
	margin: 0 auto;
}
#leftcol {
	width: 230px;
	height: 650px;
	float: left;
	text-align: left;
}
#minheight {
	width: 1px; height: 600px;
	float: right;
	overflow: hidden;
}
#content_frame {
	position: relative;
	margin-left: 230px;
	text-align: left;
}
#content_home {
	background: url(../images/background.jpg) left top no-repeat;
	height: 650px;
}
#content_inner {
	padding: 10px 200px 0 40px;
}
#content_product {
	padding: 0 0 0 30px;
}
#splitter {
	position: absolute;
	left: -15px;
	width: 35px;
	height: 650px;
	background: url(../images/splitter.gif) top left no-repeat;
}
#blackboard {
	margin: 0 0 0 3px;
	width: 199px;
	height: 208px;
	background: url(../images/blackboard.jpg) top left no-repeat;
	overflow: hidden;
	display: none;
}
#menu {
	width: 170px;
	margin: 5px 0 0 19px;
	padding: 0;
	list-style: none;
}
#footer {
	clear: both;
	padding-top: 20px;
	font-size: 85%;
}
