/* page */
#page{
	height: 70%;
}

/* content */
#content{
	min-height: 100%;
}

#content .contentLeft {
	float: left;
	margin: 5px 0px 5px 5px;
	width: 190px;

}

#content .contentRight {
	border-left: 1px dashed #ccc;
	float: right;
	padding-left: 10px;
	margin: 5px 5px 5px 0px;
	width: 768px;
	min-height: 100%;
}

#content .contentLeft .leftMenuLogo
{
	margin-bottom: 15px;
}

#content .contentRight .rightLocation
{
	text-align: right;
	background-color: #f2f2f2;
	margin-bottom: 15px;
	padding: 5px;
}

/* footer */
#footer {
	clear: both;
	width: 100%;
	/*height: 40px;*/
	margin-top: 5px;
	padding-top: 15px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 12px;
	background-color: #f2f2f2;
}

#footer .emphasize {
	font-size: 14px;
}

/* clearall */
.clearAll {
	clear: both;
}

/* seperator */
.seperator {
	clear: both;
	height: 7px;
	border-bottom: 1px dashed #ccc ;
}