/* CSS Document */

body {
	width:894px;
	margin:40px auto 40px auto;
	background-color: #2E4658;
	
}
#russell-text-area{
	height:294px;
	width:259px;
	background-image: url(home-russell-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
	
}
#kb3-text-area{
	height:294px;
	width:376px;
	background-image: url(home-kb3-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
}
#cube-text-area{
	height:294px;
	width:259px;
	background-image: url(home-cube-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
}
.russell-text{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:13px;
color:#4CC5E6;
line-height:18px;
}
.kb3-text{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:13px;
color:#70119B;
line-height:18px;
}
.cube-text{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:13px;
color:#EA3186;
line-height:18px;
}
ul{
padding:0px;
margin:0px;
}
li{
	list-style-type:none;
	background-image: url(purple-bullet.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 15px;
	margin-bottom: 5px;
}
