#container {
	background-color: #FFFFFF;
}
#top {
	background-image: url(../images/banner.gif);
}
#footer {
	background-image: url(../images/bottomshadow.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#right_shadow {
	background-image: url(../images/right_shadow.gif);
	background-repeat: repeat-y;
}
#left_border {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#sidemenu {
	background-image: url(../images/menu_notab/images/stripe_whitetop.gif);
	background-repeat: repeat-y;
}
#main {
	background-image: url(../images/menu_notab/images/stripe_shadow.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #FF6600;
}
