
body {
background: #696969;
}

#container {
margin: 10px 100px 10px 100px;
}

#header {
width: 940px;
height: 60px;
position: absolute;
background: url(../Images/header.png);
padding: 10px;
font-family: arial;
color: #ffffff;
text-align: left;
}

#leftbar {
width: 945px;
min-height: 530px;
position: absolute; top: 87px;
padding: 10px 15px 0 0;
background: url(../Images/indexbackground3.png);
font-family:verdana;
font-size: 90%;
color:#312A47;
text-align: left;
}

#content {
width: 470px;
height: 450px;
position: absolute; top: 80px; right: -10px;
padding: 10px;
background: none;
font-family: verdana;
font-size: 100%;
color:#ffffff;
text-align: justify;
}

#iframe {
	position: absolute;
	display: block;
	float: right;
}

#audio {
	position: absolute;
	display: block;
}

#footer {
width: 525px;
height: 20px;
background: none;
position: absolute; top: 490px;
padding: 5px 10px 0 30px;
font-family: verdana;
font-size: 90%;
text-align: left; color: #312A47;
clear: both;
}

A:link {
color:#312A47;
text-decoration:none
}

A:visited {
color:#312A47;
text-decoration:none
} 

A:hover {
color:#ffffff;
text-decoration:none
}





