/*************************************************************
B - GLOBAL STYLES
**************************************************************/
/* General Layout
-------------------------------------------------------------*/
.brd {
padding: 1.3em 2em;
margin: 0 auto;
max-width: 1100px;
min-width: 700px;
width: 80%;
float: left;
}
#brd-redirect, #brd-maint, #brd-util {
margin: 50px auto 12px auto;
width: 60%;
}
.brd-page { /* Confines clearing behaviour within forum wrapper */
float: left;
width: 90%;
position: relative;
}
is what I have at the moment right, but I want to
float: right;
mybanner.jpg
but I struggling to know what .brd thing to use... or can I add something?