
.adBannerImage {
	border: 0px;
}

#bodyContentArea {
	border: 1px solid #472408;
	width: 985px;
	margin-left: auto;
	margin-right: auto;
}
#bodyContentAreaPopup {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
#headerContainer {
	width:100%;
	height: 133px;
}
#logoLinkContainerHome {
	margin-left: 40px;
	width: 420px;
	height: 133px;
	position: absolute;
}
#logoLinkContainer {
	margin-left: 20px;
	width: 500px;
	height: 133px;
	position: absolute;
}
#linkBarContainer {
	width:100%;
	background-color: #fffcd8;
	height: 23px;
}
#linkBarContainer .linkImage {
	border: 0px;
	margin-right: 5px;
}
#linkBarInsidePage {
	padding: 5px;
	padding-left: 20px;
	font-family: Verdana,sans-serif;
	font-size: 11px;
	color: #87532b;
	line-height: 13px;
	text-decoration:none;
}

#bodyContentContainer {
}
#bodyContentContainerTable {
	width: 100%;
}

#onThisDayContent {
	background-image: url(http://www.meeja.com.au/images/home/writing_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#onThisDayContentTable {
	width: 728px;
	background-image: url(http://www.meeja.com.au/images/home/shadow_bot.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
#onThisDayContentTable a {
	color: #843401;
	text-decoration: none;
	font-weight: bold;
}

#footerContentContainer {
}
#footerContentContainerTable {
	width: 100%;
}
#footerContent {
	text-align: center;
	background-image: url(http://www.meeja.com.au/images/sitewide/bg_bar_base.jpg);
	background-repeat: repeat-x;
	height: 36px;
}
#footerAttributionContainer {
	width: 985px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: right;
}

.leftColumn {
	width: 122px;
	background-image: url(http://www.meeja.com.au/images/sitewide/bg_left_bar.jpg);
	background-repeat: repeat-y;
	padding-top: 5px;
}

.centerColumnHome {
	width: 728px;
	background-color: #eed8a5;
	background-repeat: no-repeat;
	background-position: bottom;
}
.centerColumn {
	width: 728px;
	background-image: url(http://www.meeja.com.au/images/sitewide/mid_header_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #eed8a5;
}
.centerColumnPopup {
	width: 700px;
	background-color: #331805;
}
#centerColumnFooter {
	background-image: url(http://www.meeja.com.au/images/sitewide/shadow_bot.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 12px;
}
.rightColumn {
	width: 135px;
	background-image: url(http://www.meeja.com.au/images/sitewide/bg_right_bar.jpg);
	background-repeat: repeat-y;
	background-position: right;
	padding-top: 10px;
}

.blockImage {
	display: block;
}
.linkImage {
	border: 0px;
}

.paddedContent {
	padding: 5px;
}
.veryPaddedContent {
	padding: 10px;
}

.brownBorderTable {
	border-collapse: collapse;
}
.brownBorderTable td {
	border: 1px solid #C5A67B;
}

.noBorderTable, .noBorderTable td {
	border: 0px;
}

#articleCategoryNav, #articleCategoryNav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width: 121px;
}
#articleCategoryNav li { /* all list items */
	position : relative;
	float : left;
	margin-bottom : -1px;
	width: 121px;
}
#articleCategoryNav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 120px;
	margin-top : -20px;
	border: 1px solid #C19B56;
	width: 150px;
}
#articleCategoryNav li ul li {
	width: 150px;
	border-bottom: 1px solid #C19B56;
}
#articleCategoryNav li ul ul { /* third-and-above-level lists */
	left: -999em;
}
#articleCategoryNav li a {
	background-color: #C6A05A;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	display : block;
	padding : 0px;
}
#articleCategoryNav li li a {
	background-color: #522705;
	color: #EED8A6;
	font-weight: normal;
	padding: 5px;
	border-bottom: 1px solid #C19B56;
}
#articleCategoryNav li li a:hover {
	background-color: #522705;
	color: #8897A4;
	font-weight: normal;
	padding: 5px;
	border-bottom: 1px solid #C19B56;
}
#articleCategoryNav li:hover ul ul, #articleCategoryNav li:hover ul ul ul, #articleCategoryNav li.sfhover ul ul, #articleCategoryNav li.sfhover ul ul ul {
	left: -999em;
}
#articleCategoryNav li:hover ul, #articleCategoryNav li li:hover ul, #articleCategoryNav li li li:hover ul, #articleCategoryNav li.sfhover ul, #articleCategoryNav li li.sfhover ul, #articleCategoryNav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}