

body {
	padding					: 0;
	margin					: 0;
	height					: 500px;
	background				: #FFFFFF;
	color					: #000000;
	font-family				: verdana, arial, sans-serif;
	font-size				: 12px;
}

#pageContainer {
	width					: 700px;
	margin-left				: auto;
	margin-right			: auto;
}


#content {
	width					: 700px;
	margin-left				: auto;
	margin-right			: auto;
	border					: 0px solid;
}

#header {
  width: 700px;
  height: 80px;
  background: url(images/logo.gif) #B41E24 no-repeat center left;
  margin-top: 10px;
  border-bottom: #d2d2d2 solid 5px;
  margin-bottom: 0px;
}

/* IE Hack */

* html #header {
	margin-top				: 10px;	
	width					: 700px;
	color					: #cc0000;
	background: url(images/logo.gif) #B41E24 no-repeat center left;	
}

#header p {
	margin-top				: -19px;
	margin-left				: 2px;
	font-size				: 90%;
	color					: silver;
	background				: #B41E24;
}

#header img {
	margin-top				: 9px; 
}

#body {
	width					: 700px;
	height					: 500px;
	border-top				: 1px solid silver;
}

#body a {
	color					: #B41E24;
	background				: #FFFFFF;
	text-decoration			: none;
}

#body tr {
	height					: 100px;
}

#footer {
	text-align				: right;
	font-size				: 75%;
	color					: silver;
	background				: #FFFFFF;
	border-top				: 1px solid silver;
}

#footer a {
	color					: silver;
	background				: #FFFFFF;
	text-decoration			: none;
}

#links {
	float					: left;
	width					: 150px;
	margin-left				: 5px;
	margin-top				: 20px;
}

#links a {
	color					: #cc0000;
	background				: #FFFFFF;
	text-decoration			: none;
	font-size				: 12px;
}
#links p {
	color					: silver;
	background				: #FFFFFF;
	font-size				: 10px;
}

#main {
	margin					: 5px 0px 5px 15px;
	padding					: 15px;
	border-left				: 1px solid silver;	
	height					: 460px;
	overflow				: scroll;
	overflow-x				: hidden;
}

#main h1 {
	background				: #FFFFFF;
	background-image		: url('images/sound.jpg');
	background-repeat		: no-repeat;
	padding-left			: 22px;
	font-size				: 110%;
	color					: #cc0000;

}

#main img
{
	border-style			: none;
}
