/* The unique combination of images, colors, sizes, typography, and positioning ("the design") was created by Simon Titcombe and is copyright Loose Records & Music and may not be reproduced. Feel free to study the CSS and use techniques you learn from it elsewhere. */

/* Last Update 2nd June 2006 */

body {
background-color:#EEEEEE;
margin:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

h4
{margin:0; color:#FF0000;}

#container {
width:700px;
margin:10px auto 10px auto;
}

#logo {
position:relative;
width:636px;
height:150px;
background-color:#000;
margin:10px 2px 0 2px;
line-height:150px;
color:#FFFFFF;
padding:0 30px;
font-size:20px;
}

.banner {
position:absolute;
right:10px;
top:10px;
}

.boldred {
color:#FF0000;
font-weight:bold;
}

#menu {
position:relative;
width:700px;
border-bottom:7px solid #FF0000;
}

#maincontent {
position:relative;
width:680px;
background-color:#000;
padding:10px;
}

#content {
position:relative;
float:left;
width:660px;
background-color:#fff;
margin-bottom:10px;
padding:10px;
text-align:justify;
}

#homecontent {
position:relative;
float:left;
width:470px;
background-color:#fff;
margin:0 10px 10px 0;
padding:10px;
text-align:justify;
}


#submenu {
position:relative;
float:left;
width:200px;
background-color:#000;
margin-left:10px;
margin-bottom:10px;
}

#footer {
position:relative;
clear:both;
width:680px;
background-color:#000;
text-align:center;
color:#333;
font-size:10px;
padding:5px 0;
}

#menu ul {
list-style:none;
margin:0;
padding:0;
height:30px;
border-left:1px solid #eee;
margin-left:2px;
}

#menu li{
float:left;
}

#menu li a{
width:128px;
height:18px;
padding:5px;
border:1px solid #eee;
border-left:0;
text-align:center;
display:block;
background-color:#000;
color:#FFF;
text-decoration:none;
}
#menu li a:hover {
background-color:#333333;
}
#menu li.on a{
border-bottom-color:#FF0000;
background-color:#FF0000;
color:#FFFFFF;
}

table {
border:1px solid #999;
padding:0;
margin:0 0 15px 0;
font-size:10px;
width:620px;
}

.left {
width:100px;
font-weight:bold;
color:#666;
}

.right {
width:400px;
}

.picture {
width:130px;
text-align:center;
}

tr {
background-color:#EEE;
}

.bold {font-weight:bold;}

.breakingnews {
border:2px solid #FF0000;
border-style:dotted;
padding:5px;
background-color:#EEE;
}

#rightcol {
position:relative;
float:right;
width:160px;
background-color:#fff;
margin-bottom:10px;
padding:10px;
line-height:18px;
}


#rightcol ul {
margin:0;
padding:0;
list-style:none;
}

#rightcol li {
margin:5px 0;
padding:5px;
background-color:#EEE;
}