html, body
{
	margin: 0;
	padding: 0;
}

body 
{
	background-image: url("images/new_background.png");
}

h1 
{
	font-size: 12pt; 
	font-family: Arial; 
	color:#000000;
	margin-top: 0px;
}

h2 
{
	font-size: 8.2pt; 
	font-family: Arial; 
	font-weight: lighter;
	color:#000000;
	margin-top: 0px;
}

h3 
{
	font-size: 8pt; 
	font-family: Arial; 
	color:#000000;
	margin-top: 0px;
}

h4 
{
	font-size: 6pt; 
	font-family: Arial; 
	color:#000000;
	margin-top: 0px;
}

h5 
{
	font-size: 7pt; 
	font-family: Arial; 
	color:#dfdfdf;
	margin-top: 0px;
}

A:link.work 
{
	color: #000000; 
	font-family: Arial; 
	font-size: 11pt; 
	text-decoration: none
}

A:visited.work 
{
	color: #000000; 
	font-family: Arial; 
	font-size: 11pt; 
	text-decoration: none
}

A:hover.work 
{
	color: #000000; 
	font-family: Arial;
	font-size: 11pt; 
	text-decoration: underline;
}

img
{
	clear: left;
}

.text_box
{
	background-color: #818181;
	color: #404040;
}

.submit_button
{
	margin: 4px 2px 4px 0;
	color: #000000;
	background-color:#818181; 
	border:1px solid; 
	border-color: #555 #333 #333 #555; 
}

.page_container 
{
	margin-top: 50px;
	margin-left: 150px;
	border-width: 2px;
	border-style: groove;
	background-image: url("images/new_bg.png");
	width: 500px;
}

.header 
{
	height: 50px;
	padding-left: 200px;
	margin: 0;
}

.navigation 
{
	float: left;
	width: 110px;
}

.content 
{
	width: 343px;
	height: 190px;
	overflow: auto;
	padding-top: 10px;
	padding-left: 7px;
	padding-bottom: 0;
}

.mp3_player
{
	
}

.footer 
{
	clear: both;
	height: 50px;
}

.nav_bar
{
	margin-top: 5px;
	margin-left: 20px;
}

.hidden
{
	display: none;
}
