@charset "utf-8";
/* CSS Document */

#navigation {
	background-image: url(../images/navigation-bkgrd-black.jpg);
	background-position: right top;
	background-repeat: repeat-y;
}
.rightcontentbox {
	background-color: #131313;
	color: #FFFFFF;
	background-image: url(../images/testimonial-bkgrd-black.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
.rightcontentbox1 {
	background-color: #FFFFFF;
	color: #131313;
}

.rightcontentbox_twitter {
	padding: 10px;
	margin: 0px 20px 20px 20px;
	width: 304px;
	clear: both;
}
#main ul li {
	list-style: none;
	background-image: url(../images/list-item-black.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
