
#container			{margin: 0 auto; width: 960px; text-align:left;}                /* Realigning text : Faux column bg */
#header				{border:1px solid #999999;}
#primary			{float:right; width: 920px; padding: 0 20px; display:inline;}   /* float:right instead of float:left to keep #primary div first in the markup */
#secondary			{float:right; width: 192px; padding: 0 24px; display:inline;}   /* display:inline is to fix the IE 5/6 float double margin bug */
#footer				{border:1px solid #999999;}

div.floatClear		{overflow: hidden; width: 100%; margin: 24px 0;}                /* #primary and #secondary div floats are cleared */

/* Typography */
/*body				{font: 12px/18px "Lucida Grande", Verdana, sans-serif;}*/
p					{padding: 0 0 10px 0;}
h1					{font-size: 20px; font-weight: normal;}
h2					{font-size: 16px; margin: 0 0 10px 0; font-weight: normal;}

#imageContainer {
	width: 434px;
	height: 320px;
	overflow: hidden;
	margin: 0 auto 0;
/*	border: 1px solid #000;*/
}

#imageContainer img {
	margin-bottom: 5px;
	display: block;
/*	border: 1px solid #3d5462;*/
}

#thumbContainer {
	margin-top: -10px;
	margin-left: 5px;
}

#thumbContainer img     {display: block; float: left;}
