#mainContainer {
width: 900px;
min-height: 900px;
height: auto !important;
height: 900px; 
margin: 0 auto;
top: 0;
overflow: hidden;
visibility: visible;
border-top-style: none;
border-right: 2px solid #151515;
border-bottom-style: none;
border-left: 2px solid #151515;
border: none !important;
background-color: #FFC993;
background-image: url('main-content-bg.png');
}

.mainContent {
min-height: 900px;
height: auto !important;
height: 900px; 
}	 

.mainModule {
min-height: 850px;
height: auto !important;
height: 850px;
margin-bottom: 0; 
}

.miscModule {
overflow: hidden;
border-right: 1px solid #333333;
}

#newsContent {
width: 820px;
height: 700px;
overflow-y: auto;
overflow-x: hidden;
}

#mainLogo {
margin-top: 20px;
}

#newsContent p {
padding: 0;
font-size: 14px;
font-weight: bold; 
font-family: Arial; 
color: #000000;
text-indent: 10px;
}