@import url("global.css");

/* ========================================== Nav ======================================== */

.HomePage .Nav ul .NavHome a {
	background:url(../images/Nav.gif) 0 -38px;
}

/* ======================================== ContentBox ======================================== */

.ContentBox {
	background:url(../images/ContentBoxBG.gif) repeat-y;
	width:1024px;
	border:1px solid #cebb7a;
	border-top:none;
}

.ContentBox .Header {
	text-align:center;
	margin:16px 0 0;
	padding:0;
}

.ContentMain {
	background:#fff;
	float:left;
	width:440px; /* 480px */
	padding:0 20px 20px;
}

.OfficePicFlash object {
	float:left;
	margin:2px 5px 0 0;
}

/* Right Column */

.RightColumn {
	width:242px; /* 272px */
	float:left;
	background:#35222e repeat;
	padding:0 13px;
}