/*
 * Index
 ***************************/
#indexMainDiv {
	margin: 0px auto;
	width:800px;
	display:block;
	text-align:left;
}

/**************************************** TOP ****************************************/

#logoDiv {
	width:800px;
	height:32px;
	float:left;
	
	margin-top:30px;
}

#headerDiv { 
	width:800px;
	height:157px;
	float:left;
}

/**************************************** MIDDLE ****************************************/

#contentMain {
	width:800px;
	height:450px;
	background-color:#BEBCB9;
	float:left;
	text-align:left;
	border-right:1px solid white;
	border-left:1px solid white;
	border-bottom:1px solid white;
}

#contentLeft {
	width:130px;
	background-color:#C6C4C1;
	vertical-align:top;
	padding:10px;
}

#contentRight {
	width:610px;
	vertical-align:top;
	padding:10px;
}

/**************************************** BOTTOM ****************************************/

#footerDiv { 
	text-align:left;
	font-size:11px;
	color:#CCCCCC;
	margin-bottom:15px;
	float:left;
}

.linkSmall { font-size:11px; }