/**
red = #D81921
bg colour = #FCF2DF
**/

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	color: #D81921;
	font-weight:bold;
	text-decoration:underline;
}
a:visited {
	color: #D81921;
	font-weight:bold;
	text-decoration:underline;
}

a:hover {
	color: #D81921;
	font-weight:bold;
	text-decoration:none;
}
a:active {
	color: #D81921;
	font-weight:bold;
	text-decoration:none;
}

#container{
	width: 310px;
	height: 100px;
	margin: 0px;
	border: 1px solid #D81921;
	background-color:#FCF2DF;
}

#top{
width: 310px;
height: 21px;
background-image: url(../images/banner.jpg);
border-bottom: 1px solid #D81921;
}

#player{
float: right;
width:275px;
height: 22px;
margin: 5px;
}

.info{
width: 440px;
height: 80px;
color:#CCCCCC;
padding: 10px;
font-size:12px;
overflow:auto;
}

.info h1{
margin: 0px;
padding: 0px;
color: #CCCCCC;
font-size:14px;
}

.to-left{
float: left;
}

.to-right{
float: right;
}

.logo{
margin:0px;
}

#leftCol{
width: 155px;
height:77px;
float: left;
padding: 0px;
margin-left: 4px;
border-right: 1px solid #D81921;
}

#rightCol{
width: 140px;
float: right;

}

.dropdown{
margin: 0px 0px 12px 0px;
padding:0px;
width:148px;
height: 6px;
}

/* for IE */
* html .dropdown{
margin-bottom: -18px;
margin-top: -3px;
}

.list{
width:149px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
padding: 0px;
}

#txtInfobox{
width: 140px;
height: 26px;
overflow: auto;
}

#infoBox{
margin: 0px;
padding: 3px;
width: 140px;
height: 26px;
border: 1px solid #666666;
background-color: #FFFFFF;
font-size: 10px;
}

#controls{
margin-top: 0px;
}

.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	height: auto;
	width: auto;
	font-weight: normal;
	color: #D81921;
}
