/* CSS Document */

body {
background-image: url(redback.jpg);
}

h4 {
margin:3px;
background-image: url(redback.jpg);
width: 400px;
line-height:2.5em;
}

#left a {
text-decoration:none;
color:none;
}

p a {
text-decoration:none;
color:#ffd;
}

#main {
width: 900px;
height:auto;
background-image: url(GOback.jpg);
float:center;
}
#left {
background-color:#555;
height:300px;
width: 260px;
overflow:auto;
float:left;
margin:10px;
padding:10px;
}
#mid {
background-color:#555;
height:300px;
width:260px;
overflow:auto;
float:left;
margin:10px;
padding:10px;
}
#right {
background-color:#555;
height:300px;
width: 260px;
overflow:auto;
float:left;
margin:10px;
padding:10px;
}

.column {
background-color:#555;
height:300px;
width: 260px;
overflow:auto;
float:left;
margin:10px;
padding:10px;
}