a
{
	font-family: Verdana,Arial;
	font-size: 14;
	text-decoration: none;
}

a:link
{
	color: #dddddd;
}

a:visited
{
	color: #dddddd;
}

a:hover
{
	text-decoration: none;
	color: #fe9900;
	font-weight: bold;
}
a:active
{
	color: red;
	text-decoration: none;
}

img
{
	border-width:0;
}

body
{
	color: #dddddd;
	text-align: left;
	font-family: Verdana, Arial;
	font-size: 12;
	font-weight: bold;
}

ol
{
	font-size: 16;
	font-weight: bold;
}

ol p
{
	font-size: 12;
	font-weight: bold;
}

.master
{
	height: 100%;
	width: 900px;
	position: relative;
	text-align: center;
	margin: 0 auto;
}

.nav_bar
{
	height: 50;
	width: 900px;
	margin: 0 auto;
	text-align: center;
}

.left_bar
{
	height: 100%;
	width: 200px;
	color: #dddddd;
	position: absolute;
	text-align: left;
	top: 0;
	left: 0;
	margin-top: 0px;
	margin-left: 0px;
	z-index: 2;
}

.right_bar
{
	height: 100%;
	width: 200px;
	position: absolute;
	top: 0;
	right: 0;
	margin: auto 0;
	z-index: 2;
}

.content
{
	text-align: left;
	height: 100%;
	width: 500px;
	color: #dddddd;
	border-width: 0;
	z-index: 1;
	margin: 0 auto;
}

.title_bar
{
	text-align: center;
	height: 110;
	width: 900px;
	color: #dddddd;
	z-index: 1;
	margin: 0 auto;
	position: relative;
}

.title_box
{
	text-align: center;
	height: 88;
	width: 247;
	color: #dddddd;
	z-index: 1;
	margin: 0 auto;
}

.music_box
{
	height: 64;
	width: 100px;
	margin: auto 0;
	position: absolute;
	top: 30;
	right: 0;
	z-index: 2;
}
