
    /* General styles */
    body {
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
      
        background:#999999;

        font-family: 'Trebuchet MS', sans-serif; 
        color:#ffffff;
    }

	/* Header styles */
    #header {
        clear:both;
        margin:auto;
        width:955px;
        color: #fff;
        background:#000000;
     }
	
	#footer {
        clear:both;
        float:left;
        width:100%;
		border-top:1px solid #000;
    }
    #footer p {
        padding:10px;
        margin:0;
    }

	a {
		color: #fff600;
		text-decoration:none;
	}

a:hover {
         COLOR: #499cbc
        }
    
#background {
width:955px;
background:#000000;
margin:auto;
margin-top:10px;
padding:5px;
}
 
#container {
	position:relative;
margin:auto;	
top:-30px;
background: url("faux-columns.png") repeat-y;
overflow:hidden;
	}

#columns {
position:relative;
}

#menu{
position:relative;
left:305px;
top:-30px;
width:655px;
}

#menu a {

}
 
#whiteline {
position:relative;
top: -30px;
}

