* {
	margin: 0;
	padding: 0;
}

body {
	line-height: 14px;
	font-size: 10px;
	font-family: arial, sans-serif;
	background: #fff;
	margin-top: 0px;
}

a:link { text-decoration: none; color: #666666;}
a:active { text-decoration: none; color: #666666; }
a:visited { text-decoration: none; color: #666666; }
a:hover { text-decoration: underline; color: #666666;}

a img { border: none; }

#menu {
    width: 260px;
    overflow: auto;
    top: 33;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { }

#content {
	height: 100%;
	margin: 0 0 0 260px;
	top: 0;
}

.container {
    padding: 30px 0px 0px 30px;
}
.bodylge {
	line-height: 14px;
	font-size: 12px;
	font-family: arial, sans-serif;
	background: #fff;
	margin-top: 0px;
}
