@charset "utf-8";
/* CSS Document */

#frame {
	width: 900px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	text-align: center;
	margin: 0 auto;
	background-image: none;
	background-repeat:no-repeat;
	padding:0;

		}
#header	{
	width: 100%;
	height: 50px;
	float: left;
	background-color: #FFFFFF;
}
#nav	{
	width: 860px;
	float: left;
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-right: 10px;
}

#classproducts	{
	margin-left: 20px;
	float: left;
	background-color: #FFFFFF;
}

#classes	{
	float: left;
	background-color: #FFFFFF;
	margin-left: 20px;
}
#mainblock	{
	width:860px;
	float: left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	padding: 0;
	background-color: #FFFFFF;
	}
#major	{
	width: 522px;
	float: left;
	text-align: left;
	margin-bottom: 20px;
	}
#minor	{
	width: 318px;
	float: left;
	margin-left: 20px;
	text-align: left;
	margin-bottom: 20px;
	}
#prodentry	{
	width: 720px;
	float: left;
	margin:0 0 2px 0;
	padding:0;
	text-align: left;
}
#cart	{
	width: 118px;
	margin-left: 15px;
	float: left;
	border: 1px solid #666;
	font-size: x-small;
	padding-top: 20px;
	padding-bottom: 20px;
}
#partnerproducts	{
	margin-left: 20px;
	float: left;
	background-color: #FFFFFF;
}
#footer	{
	width:898px;
	float: left;
	background-color: #FFFFFF;
}

