body {
	background: url("../images/bg_h.jpg") repeat-y;
}

#content {
	/*background: url("../images/home_contentbg.jpg") no-repeat;*/
}

#leftcontainer {
	float: left;
	width: 174px;
	margin: 10px;
}

#rightcontainer {
	float: left;
	width: 400px;
	margin: 10px 10px 0 0;
}

#rightcontainer ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

#rightcontainer li {
	list-style-image: url(../images/bullet.gif);
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
