#sitebg {
	background:url(img/bg_stripes_small.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

.tabactive {
text-align:center;
width:106px;
background:url(img/tab_active_grey.gif);
background-repeat:no-repeat;
font-weight:bold;
cursor:pointer;
}

.tabinactive {
text-align:center;
width:106px;
background:url(img/tab_inactive_grey.gif);
background-repeat:no-repeat;
cursor:pointer;
}
