body{
	margin:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#BA9F68;
}

#allPage{
	position:relative;
	width:754px;
	height:830px;
	z-index:10;
	background-color:#BA9F68;
	border:1px solid #FEEEBB;
	margin:auto;
}

#allPage2{
	position:relative;
	width:754px;
	height:500px;
	z-index:10;
	background-color:#BA9F68;
	border:1px solid #FEEEBB;
	margin:auto;
}

#header{
	position:absolute;
	top:0px;
	left:0px;
	width:754px;
	height:70px;
	z-index:10px;
	background-color:#562F12;
	border:none;
}

#menu{
	position:absolute;
	top:70px;
	left:0px;
	width:754px;
	height:20px;
	z-index:40;
	background-color:#CFBC95;
	border-top:1px solid #FEEEBB;
	border-bottom:1px solid #FEEEBB;
}

#menuTable{
	position:absolute;
	top:0px;
	left:0px;
	width:500px;
	height:20px;
	z-index:30px;
}

#menuSearch{
	position:absolute;
	top:-1px;
	left:575px;
	width:200px;
	height:20px;
	z-index:30px;
}

#mainImage{
	position:absolute;
	top:91px;
	left:0px;
	width:616px;
	height:200px;
	z-index:20;
	border-right:1px solid #FEEEBB;
	border-bottom:1px solid #FEEEBB;
	overflow:hidden;
}

#feedTopLeftHeader,#feedTopLeftHeaderList{
	position:absolute;
	top:298px;
	left:136px;
	width:236px;
	height:25px;
	z-index:30;
	background-color:#562F12;
	border:1px solid #FEEEBB;
}

#feedTopLeft,#feedTopLeftList{
	position:absolute;
	top:323px;
	left:136px;
	width:236px;
	height:160px;
	z-index:20;
	background-color:#CFBC95;
	border:1px solid #FEEEBB;
	overflow:auto;
}

#feedTopRightHeader,#feedTopRightHeaderList{
	position:absolute;
	top:298px;
	left:380px;
	width:236px;
	height:25px;
	z-index:30;
	background-color:#562F12;
	border:1px solid #FEEEBB;
}

#feedTopRight,#feedTopRightList{
	position:absolute;
	top:323px;
	left:380px;
	width:236px;
	height:160px;
	z-index:20;
	background-color:#CFBC95;
	border:1px solid #FEEEBB;
	overflow:auto;
}

#feedBottomLeftHeader,#feedBottomLeftHeaderList{
	position:absolute;
	top:491px;
	left:136px;
	width:236px;
	height:25px;
	z-index:30;
	background-color:#562F12;
	border:1px solid #FEEEBB;
}

#feedBottomLeft,#feedBottomLeftList{
	position:absolute;
	top:516px;
	left:136px;
	width:236px;
	height:160px;
	z-index:20;
	background-color:#CFBC95;
	border:1px solid #FEEEBB;
	overflow:auto;
}

#feedBottomRightHeader,#feedBottomRightHeaderList{
	position:absolute;
	top:491px;
	left:380px;
	width:236px;
	height:25px;
	z-index:30;
	background-color:#562F12;
	border:1px solid #FEEEBB;
}

#feedBottomRight,#feedBottomRightList{
	position:absolute;
	top:516px;
	left:380px;
	width:236px;
	height:160px;
	z-index:20;
	background-color:#CFBC95;
	border:1px solid #FEEEBB;
	overflow:auto;
}

#bottomLeftPanelHeader{
	position:absolute;
	top:684px;
	left:136px;
	width:236px;
	height:25px;
	z-index:30;
	background-color:#562F12;
	border:1px solid #FEEEBB;
}

#bottomLeftPanel{
	position:absolute;
	top:709px;
	left:136px;
	width:236px;
	height:65px;
	z-index:20;
/*	background-color:#CFBC95; */
	background-color:White;
	border:1px solid #FEEEBB;
	overflow:hidden;
	text-align:center;
}

#bottomRightPanelHeader{
	position:absolute;
	top:684px;
	left:380px;
	width:236px;
	height:25px;
	z-index:30;
	background-color:#562F12;
	border:1px solid #FEEEBB;
}

#bottomRightPanel{
	position:absolute;
	top:709px;
	left:380px;
	width:236px;
	height:65px;
	z-index:20;
	background-color:#CFBC95;
	border:1px solid #FEEEBB;
	overflow:auto;
}

#mosaic{
	position:absolute;
	top:298px;
	left:8px;
	width:120px;
	height:478px;
	z-index:20;
	border:none;
	overflow:hidden;
}

#footer{
	position:absolute;
	top:782px;
	left:8px;
	width:738px;
	height:40px;
	z-index:20;
	background-color:#CFBC95;
	border:1px solid #FEEEBB;
	overflow:hidden;
}

/* FORMATTING CLASSES */

img.icon{
	cursor:pointer;
}

#feedTopLeft h2,#feedTopRight h2,#feedBottomLeft h2,#feedBottomRight h2{
	font-size:11px;
	font-weight:bold;
	margin-top:8px;
	margin-bottom:-5px;
}

#feedTopRight img,#feedTopLeft img,#feedBottomRight img, #feedBottomLeft img, #pageFeed img{
	position:relative;
	margin:8px;
	border:1px solid #FEEEBB;
}

#feedTopRight p,#feedTopLeft p,#feedBottomRight p,#feedBottomLeft p,#bottomRightPanel p,#bottomLeftPanel p,#pageFeed p{
	position:relative;
	margin:8px;
}

#footer p,td.copyrightContent{
	color:#562F12;
	position:relative;
	margin:8px;
	font-size:9px;
}

#footer a:link,#footer a:active,#footer a:hover,#footer a:visited{
	color:#562F12;
	text-decoration:none;
}

#footer a:hover{
	color:#562F12;
	text-decoration:underline;
}

#menuSearch input{
	position:relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border:1px solid #562F12;
	background-color:#E9E0CF;
	margin:0px;
	padding:0px;
}

#menuSearch input.imageButton{
	position:relative;
	top:4px;
	left:-4px;
}

/* FURTHER PAGE CLASSES */

#mainImagePage img{
	position:absolute;
	left:0px;
	top:0px;
}

#sectionTitle{
	position:absolute;
	top:91px;
	left:0px;
	width:616px;
	height:40px;
	z-index:30;
	border-right:1px solid #FEEEBB;
	border-bottom:1px solid #FEEEBB;
}

#mainImagePage{
	position:absolute;
	top:131px;
	left:0px;
	width:616px;
	height:200px;
	z-index:20;
	border-right:1px solid #FEEEBB;
	border-bottom:1px solid #FEEEBB;
	overflow:hidden;
}

#pageFeedHeader{
	position:absolute;
	top:138px;
	left:372px;
	width:236px;
	height:25px;
	z-index:30;
	background-color:#562F12;
	border:1px solid #FEEEBB;
}

#pageFeed{
	position:absolute;
	top:163px;
	left:372px;
	width:236px;
	height:160px;
	z-index:20;
	background-color:#CFBC95;
	border:1px solid #FEEEBB;
	overflow:auto;
}

#pageMosaic{
	position:absolute;
	top:338px;
	left:8px;
	width:120px;
	height:478px;
	z-index:60;
	border:none;
	overflow:hidden;
}

/* #pageStory{
	position:absolute;
	top:338px;
	left:136px;
	width:479px;
	z-index:20;
	background-color:#CFBC95;
	border:1px solid #FEEEBB;
} */

#pageStory{
	position:absolute;
	top:338px;
	left:-1px;
	width:756px;
	z-index:50;
/*	background-color:#CFBC95; */
	background-color:#BA9F68;
}

#pageStory Table.contentTable{
	border-left:1px solid #FEEEBB;
	border-right:1px solid #FEEEBB;
	border-bottom:1px solid #FEEEBB;
	margin-bottom:5px;
}

#pageStory td.pageContent,td.copyrightContent{
	background-color:#CFBC95;
	border:1px solid #FEEEBB;
	padding:8px;
}

#pageStory h1{
	font-size:15px;
	margin-bottom:-6px;
}

#pageStory h2{
	font-size:11px;
	font-weight:normal;
	font-style:italic;
}

#pageStory td.copyright{
	padding:8px;
}

/* ADVERT CLASSES */

#buttonAdvertOne{
	position:absolute;
	top:298px;
	left:8px;
	width:120px;
	height:90px;
	z-index:20;
	background-color:#562F12;
	border:none;
	overflow:hidden;
}

#buttonAdvertTwo{
	position:absolute;
	top:393px;
	left:8px;
	width:120px;
	height:90px;
	z-index:20;
	background-color:#562F12;
	border:none;
	overflow:hidden;
}

#skyscraperAdvert{
	position:absolute;
	top:98px;
	left:626px;
	width:120px;
	height:600px;
	z-index:20;
	border:none;
	overflow:hidden;
}

#pageButtonAdvert{
	position:absolute;
	top:338px;
	left:8px;
	width:120px;
	height:90px;
	z-index:60;
	background-color:#562F12;
	border:none;
	overflow:hidden;
}

#pageButtonAdvert2{
	position:absolute;
	top:436px;
	left:8px;
	width:120px;
	height:90px;
	z-index:70;
	background-color:#562F12;
	border:none;
	overflow:hidden;
}

#pageSkyscraperAdvert{
	position:absolute;
	top:98px;
	left:626px;
	width:120px;
	height:600px;
	z-index:60;
	border:none;
	overflow:hidden;
}

#pageSkyscraperAdvert img, #skyscraperAdvert img{
border:none;
}

