body {
	margin: 0;
	padding: 0;
}
#container {
	position: relative;
	width: 950px;
	margin: 0 auto;
}
#content {
	position: relative;
	width: 950px;
	background-image: url(../images/content_rpt.gif);
	background-repeat: repeat-y;
}
#header {
	position: relative;
	width: 950px;
	background-image: url(../images/bar_rpt.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#header #header_text {
	position: relative;
	width: 660px;
	float: left;
}
#header a.home {
	position: relative;
	float: right;
}

#col_a, #col_b, #col_c {
	position: relative;
	float: left;
	margin-right: 20px;
	padding-right: 20px;
}
#col_a {
	width: 120px;
	font-size: 0.8em;
}
#col_b {
	width: 580px;
}
#col_c {
	width: 170px;
	/*font-size: 0.8em;*/
	border: none;
	padding: 0;
	margin: 0;
	float: right;
}

div.endorsemet, div.papers, div.section, div.product {
	position: relative;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
div.endorsemet img, div.papers img, div.section a img, div.product img {
	float: left;
	margin: 0 4px 4px 0;
}

div.snippet {
	position: relative;
	width: 270px;
	padding: 20px 10px 0 10px;
	float: left;
}
div.snippet img {
	float: right;
	margin: 0 0 4px 4px;
}
div.snippet a {
	color: #000000;
	text-decoration: none;
	display: block;
}
div.snippet a strong {
	color: #0000CC;
	text-decoration: underline;
}

#footer {
	position: relative;
	width: 950px;
	background-image: url(../images/bar_rpt.gif);
	background-repeat: repeat-x;
	background-position: 0 27px;
	margin-top: 30px;
}
#footer #footer_left {
	position: relative;
	width: 255px;
	float: left;
}
#footer #footer_right {
	position: relative;
	width: 675px;
	float: right;
	text-align: right;
	font-size: 0.8em;
}
#footer #footer_right p.cart {
	padding-bottom: 25px;
}


/* MISC */

.spacer {
	height: 0;
	line-height: 0;
	clear: both;
}
a img {
	border: none;
}
a.accessibility_link {
	position: absolute;
	margin-left: -999em;
}
#breadcrumbs {
	position: relative;
	display: block;
	background-color: #efefef;
	padding: 2px;
	margin: 5px 0 20px 0;
	font-size: 0.8em;
}
p.price {
	font-weight: bold;
	/*font-size: 1.2em;*/
}
p.price span {
	color: #339933;
}
p.price span span {
	font-size: 2.2em;
	font-weight: normal;
}
img.left {
	position: relative;
	float: left;
	margin: 0 4px 4px 0;
}
img.flag {
	border: 1px solid #333;
}