/* main page style. */
body {
	background-color: black;
	color: #ffefdf;

}

html, body {
	margin-left: 5px;
	margin-right: 5px;
}

ul{

    list-style: disc;
    padding:10px;
}

li{
    margin-left:10px;
}

/* link styling */
a:link {
	color: #7f7fff;
}

a:hover {
	color: #9f9fff;
}

a:active {
	color: #bfbfff;
}

a:visited {
	color: #9f5fff;
}

/* menu styling */
#main_menu {
	width: 17%;
	float:left;
	overflow-y: auto;
}

/* sub page box styling */
#embedded_frame
{
	background-color: #000000;
	float:left;
	width: 82.80%;
	border-left: thin solid #ffffdf;

}

iframe {
	border: none;
	style:clear;
	background-color: #000000;
	width: 97.5%;
	margin-left: 2.5%;
	height: 20%;

}

/* footer styling */
#footer
{
	position: absolute;
	left: 0px;
	top: 95%;
	width: 100%;
	height: 40px;
	text-align: center;
	color: #ffefdf;
	font-size: 85%;
}

h1 {
	color: #ffffdf;
	text-align: center;
}