/*
	Style sheet for coursedesigner.com home page
	Copyright (c) 2006 Matix Corporation
*/


/* ////////////////////////////////// Classes /////////////////////////////////// */

.homespacer {
	background-color: black;
	width: 55px;
}

.homebutton {
	color: white;
	font-size: 7px;
	padding-bottom: 8px;
	padding-top: 8px;
}


/* ////////////////////////////////// Named Objects ///////////////////////////// */

#banner, #banner a {
	background-color: black;
	border-color: white;
	color: white;
}

#maintable {
	border-bottom: 1px solid #999999;
}

#homemain {
	background-color: #333333;
	width: 486px;
}

#homemainimage {
	height: 325px;
	width: 486px;
}

#hometry {
	color: #BBBBBB;
	font-size: 16px;
	font-weight: bold;
	line-height: 23px;
	margin-bottom: 16px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 27px;
	padding-right: 30px;
	padding-top: 17px;
}
#hometry a {
	text-decoration: none;
}

#homepopular {
	color: white;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 14px;
	padding-bottom: 34px;
	padding-left: 78px;
	padding-right: 30px;
	padding-top: 0px;
}