#mainContainer{
	width:760px;
	height:600px;
	margin:0 auto;
	text-align:right;
	background-color:#FFF;
}

#leftContainer{
	width:178px;
	float:right;
	padding-left:5px;
	padding-right:5px;
	height:300px;
}

#contentContainer{
	width:590px;
	float:right;
}
.ad{
	clear:both;
	text-align:center;
	padding:5px;
}

/* END DEMO CSS */
.dhtmlgoodies_menu{
	font-family:arial;	/* Font for main menu items */
	width:178px;	/* Width of main menu */
	z-index:-1;
}
.dhtmlgoodies_menu	li{	/* Main menu <li> */
	list-style-type:none;	/* No bullets */
	margin:0px;	/* No margin - needed for Opera */
}
.dhtmlgoodies_menu ul{
	margin:0px;	/* No <ul> air */
	padding:0px;	/* No <ul> air */
}
.dhtmlgoodies_menu ul li ul{	/* Styling for those who doesn't have javascript enabled */
	padding-left:10px;
}
.dhtmlgoodies_menu	li a{	/* Main menu links */
	text-decoration:none;	/* No underline */
	color:#006699;	/* Black text color */
	height:30px;	/* 20 pixel height */
	line-height:25px;	/* 20 pixel height */
	vertical-align:middle;	/* Black border */
	background-color:#f2f9fe;	/* Light blue background color */
	margin:1px;	/* Air between border and text inside */
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: thick;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 1px;
}
.dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
	color:#333333;
	border-right-width: thick;
	border-right-style: solid;
	border-right-color: #006699;
	cursor:pointer;
}
.dhtmlgoodies_subMenu{
	visibility:hidden;
	position:absolute;
	overflow:hidden;
	border:1px solid #a9ccde;
	background-color:#FAFAFA;
	font-family:arial;
	text-align:right;
	width: 130px;
}
.dhtmlgoodies_subMenu ul{
	margin:0px;
	padding:0px;
}
.dhtmlgoodies_subMenu ul li{
	list-style-type:none;
	margin:0px;
	padding:1px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
}
.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
	white-space:nowrap;	/* No line break */
	text-decoration:none;	/* No underline */
	color:#333333;	/* Black text color */
	height:25px;	/* 25 pixels height */
	line-height:25px;	/* 1px of "air" inside */
	display:block;	/* Display as block - you shouldn't change this */
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	background-color: #f2f9fe;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 1px;
}
.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
	color:#FFF;	/* White text */
	background-color:#317082;	/* Blue background */
	cursor:pointer;
}