/**************************************************************************************
*     PADDINGS AND MARGINS                                                            *
**************************************************************************************/

*{
	padding: 0px;
	margin: 0px;
	border: 0px;
}


/**************************************************************************************
*     CONTAINER DIVS                                                                  *
**************************************************************************************/

#bigContainer {
	width: 900px;
	clear: both;
	background: white;
}
#headerContainer {
	width: 100%;
	height: 230px;
	clear: both;
}
#pageContainer {
	width: 100%;
	clear: both;
	text-align: left;
}
#footerContainer {
	width: 100%;
	height: 30px;
	clear: both;
}
#loginContainer {
	position: absolute;
	top: -125px;
	left: 60%;
	width: 300px;
	height: 150px;
	text-align: left;
}
#logoutContainer {
	position: absolute;
	top: 0px;
	left: 60%;
	width: 300px;
	height: 73px;
	text-align: left;
}


/**************************************************************************************
*     BOX DIVS                                                                        *
**************************************************************************************/

#flashBox {
	width: 100%;
	height: 230px;
	float: left;
	background: black;
}
#mainBox {
	width: 655px;
	float: left;
	padding: 8px 3px 15px 0px;
	background: white;
	text-align: justify;
}
#mainBigBox {
	width: 894px;
	float: left;
	padding: 8px 3px 5px 3px;
	background: white;
}
#sideBox {
	width: 236px;
	float: left;
	padding: 8px 3px 3px 3px;
	background: white;
}
#footerBox {
	width: 894px;
	height: 23px;
	float: left;
	margin: 0px 3px 0px 3px;
	padding: 7px 0px 0px 0px;
	font-size: 7pt;
	color: #d5dfeb;
	background-color: #3e0c0d;
}
#topbanner {
	width: 894px;
	height: 197px;
	clear: both;
	margin: 3px 3px 0px 3px;
	background: #e1e1ea;
}
#memberbanner {
	width: 894px;
	height: 97px;
	clear: both;
	margin: 3px 3px 0px 3px;
	background: #050308;
	text-align: left;
}


/**************************************************************************************
*     ONE OFF DIVS                                                                   *
**************************************************************************************/

.htmlpreview {
	width: 90%;
	padding: 5px;
	border: 1px solid #cccccc;
	text-align: left;
}