html,body {
height: 100%;
} 

body {
	margin: 0;
	padding: 0;

} 

#wrap {
	height: 100%;
}

/** Frame Layout CSS */
#framecontent {
	width: 255px;
	float: left;
	height: 100%;
	background: black;
	color: white;
	padding: 15px;
}

#maincontent {
	margin-left:275px; 
	padding: 8px;
	height: 100%;
}

/*** Menu CSS ***/
#menu {
	margin-top: 15px;
}

#menu a,#menu a:visited {
	text-decoration: none;
	text-align: center;
	background-color: black;
	font-weight: 600;
	font-size: small;
	color: #fff;
	display: block;
	padding: 0.2em;
	margin: auto;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
}

#menu a:hover {
	border-left: 5px solid #B6316C;
	border-right: 5px solid #B6316C;
	color: #B6316C;
}

#subSection {
	margin-left : 50px;
}

#subSectionOl {
	margin-left : 20px;
}
