html, body {
	background-color:#BCBCBC;
	color: #000000;
	font-family: Arial, Helvetica, Tahoma, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: left;
	font-size: 12px;
	line-height: 10px;
} 



#container-page { 
	width: 960px;
	position: relative; 
	/*min-height: 100%;*/
	line-height: 16px;
	text-align: left; 
	height: auto !important; 
	padding: 0 !important;
	/*height: 100%;*/
	margin: 0px auto 0 auto;
	margin-top:25px;
	border:5px solid #596170;
	/*background-image:url(../img/bg.jpg);*/
	background-color:#CCC;
} 

#container-content {
	 
	/*padding-bottom: 56px;*/
	/*background-color:#0F00FF;*/
}

#header {
	height: 76px;
	border:1px solid #FFFFFF;
	border-top:0px;
	/*background-image:url(../img/header.jpg);*/
}


#footer {
	width: 960px;
	/*position: absolute;*/
	z-index:99; 
	clear:both;
	bottom: 0 !important; 
	bottom: 0px; 
	height: 56px;
	color:#FFF;
	border-top:5px solid #596170;
	/*background-color:#000;*/
	/*background-image:url(../img/footer.jpg);*/
}

#logo{
	width:220px;
	height:76px;
	background-color:#565656;
	float:left;
}

#flashContainer{
	width:738px;
	height:76px;
	background-color:#000000;
	float:left;
}

#topMenu{
	color:#FFFFFF;
	height:22px;
	line-height:22px;
	background-color:#2b5eab;
	border-bottom:1px solid #FFFFFF;
	font-size:11px;
}

#topMenu a{
	color:#FFFFFF; text-decoration:none; font-weight:bold; height:22px; line-height:22px; float:left; margin-left:10px; display:inline;
}

.sep{
	font-size:10px; float:left; margin-left:5px; display:inline;
}

#subMenu{
	color:#FFFFFF;
	height:22px;
	line-height:22px;
	background-color:#1fa07a;
	border-bottom:1px solid #FFFFFF;
	font-size:11px;
}

#subMenu a{
	color:#FFFFFF; text-decoration:none; font-weight:bold; height:22px; line-height:22px; float:right; margin-right:10px; display:inline;
}

.sep2{
	font-size:10px; float:right; margin-right:5px; display:inline;
}


#dynContent{
float:left; width:730px; display:inline; background-color:#CCCCCC; border-left:5px solid #596170; color:#000000;
}

#leftSidebar{
float:left; width:225px;  display:inline;
}


.break {
	clear:both;
}