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

body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-color:#ed612f;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5;
	color:#FFFFFF;
}

img {border:none}

.sidebar {position:fixed; left:0px; top:0px; width:292px; background-image:url(images/sidebar.png); background-repeat:repeat-y; height:100%; padding-right:58px; float:left}

.rightpadding {margin-left:292px; margin-top:70px;}

.content {margin:0 auto; width:700px;}

#pricebook {color:#ed612f}

#pricebook td{background-color:#FFF}
