/* tags: root */

body {
	margin-top: 20px;
	background: url(images/background.png);
	font: 10px Arial, Helvetica, sans-serif;
	margin-right: 60px;
}

h2 { /* section header */
	margin: 0px 0px 5px 0px;
	padding: 2px;
	background: #C1C1B9;
	font: italic bold 16px Arial;
}

h3 { /* image description */
	margin: 3px;
	font: bold 12px Arial;
}

h4 { /* entity header */
	margin: 5px;
	font: bold 11px Arial;
	float: left;
}

/* layout: root */

#container {
	width: 861px;
	margin: 0px auto;
}

#leftHeader {
	width: 161px;
	height: 325px;
	float: left;
}

#main {
	width: 651px;
	float: left;
}

#rightHeader {
	width: 46px;
	height: 282px;
	float: left;
}

/* layout: main */

#headerTop {
	width: 651px;
	height: 44px;
}

#headerBottom {
	width: 651px;
	height: 238px;
}

#contentPane {
	width: 631px;
	border-width: 0px 10px 10px 10px;
	border-style: solid;
	border-color: #FFFFFF;
	background: #EAEAE1;
}

#copyright {
	width: 800px;
	margin: 5px;
	text-align: right;
	font-size: 10px;
	clear: both;
}

div.break {
	clear: both;
}

/* layout: contentPage */

#leftCol {
	width: 365px;
	float: left;
}

#rightCol {
	width: 200px;
	padding: 6px;
	margin-left: 395px;
	background-color: #FFF;
}

/* styles: root */

img.alpha {
	behavior: url(./behavior/pngbehavior.htc);
}

img.gallery {
	margin: 4px;
	border: 0px;
}

/* styles: headerBottom (menu) */

ul.menu {
	margin: 0px;
	padding: 203px 0px 0px 5px;
	list-style-type: none;
	font: bold 11px Arial;
	color: #FFF;
}

ul.menu li {
	margin-left: 13px;
	float: left;
}

/* styles: leftCol */

div.entityGroup {
	width: 345px;
	margin: 0px 10px 10px 10px;
	padding: 6px;
	background: #FFF;
}

span.entityHeader {
	width: 240px;
	display: block;
	float: left;
}

span.entityDate {
	width: 90px;
	margin-left: 240px;
	display: block;
	text-align: right;
}

/* styles: rightCol */

ul.productData {
	margin: 5px 5px 10px 5px;
	padding: 0px;
	list-style-type: none;
	font-size: 10px;
}

/* styles: entity */

div.entity {
	margin-bottom: 20px;
}

div.entity img {
	margin-top: 5px;
}

div.entity p {
	margin: 5px;
}

/* links: borderBottom (menu) */

ul.menu a {
	text-decoration: none;
	color: #FFFFFF;
}

ul.menu li.active a {
	color: #FFF200;
}

/* links: rightcol */

a.productLink:link, a.productLink:visited, a.productLink:hover, a.productLink:active {
	margin: 5px;
	text-align: right;
	font-size: 10px;
	color: #0000FF;
	display: block;
}