/* Zero Out all margins and paddings */
* {
    margin: 0;
    padding: 0;
    border: 0;
}

/* === PAGE INDEPENANT STYLES == */

/* Set the values */

body {
    background: #444444;
    background-image: url(../images/grad_bg.jpg);
    margin: 0 auto;
}

img {
    border: none;
}

#container {
    width: 758px;
    margin: 0 auto;
}

#header
{
	width: 758px;
	height: 75px;
	background-image: url(../images/brbcHeader.png);
	float: left;
}

#content {
    background: url(../images/brbcBody.png);
    width: 758px; 
    float: left;
    height: 580px;
    max-height: 580px;
}

#sidebar {
    background-color: #666666;
    width: 170px;
    height: 580px;
    max-height: 580px;
    margin-left: 5px;
    float: left;
    overflow: hidden;
}

#body {
    background-image: url(../images/box.gif); /* For Safari and Opera Scrollers */
    background-position: bottom right;
    background-repeat: no-repeat;
    width: 574px;
    height: 580px;
    max-height: 580px;
    overflow: scroll;
    padding-left: 5px;
    padding-bottom: 0px;
    float: left;
}

.pageImage {
    float: left;
}

#footer {
    background: url(../images/brbcFooter.png);
    width: 758px;
    height: 32px;
    float: left;
}

#footNote {
    text-align: center;
    padding-top: 5px;
}

/* === PAGE DEPENDANT STYLES === */
/* index and other column based pages */

#img {
    margin: 5px;   
}

#col1 {
    width: 293px;
    float: left;
    margin-bottom: 5px;
}

#colHead {
    background: url(../images/colHead.jpg);
    width: 293px;
    height: 9px;
    float: left;
}

#colBody {
    background: url(../images/colBody.jpg);
    width: 283px;
    min-height: 200px;
    padding: 5px;
    float: left;
}

#colFoot {
    background: url(../images/colFoot.jpg);
    width: 293px;
    height: 9px;
    float: left;
}

/* Pages with large amounts of text content --- Privacy Policy */

#colBig {
    width: 293px;
    float: left;
    margin-bottom: 5px;
}

#colBigHead {
    background: url(../images/colBigHead.jpg);
    width: 553px;
    height: 9px;
    float: left;
}

#colBigBody {
    background: url(../images/colBigBody.jpg);
    width: 543px;
    min-height: 100px;
    padding: 5px;
    float: left;
}

#colBigFoot {
    background: url(../images/colBigFoot.jpg);
    width: 553px;
    height: 9px;
    float: left;
}

.announcement {
    float: right;
    width: 258px;
    border: 1px solid #ffffff;
    margin-top: 5px;
}

.privacy {
    width: 100%;
    background: #647997;
    margin: 0;
    text-indent: 20px;
    padding: 3px 0;
}

.vision {
    width: 100%;
    background: #976464;
    margin: 0;
    text-indent: 20px;
    padding: 3px 0;
}

#flashcontent {
    width: 550px;
    height: 400px;
}

#gallery {
    width: 550px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

/* item based pages */

.item {
    background-image: url(../images/gradBox.jpg);
    background-repeat: repeat-y;
    float: left;
    margin: 20px 0 0 20px;
    width: 514px;
}

#lastItem {
    margin-bottom: 20px;
}

.image {
    width: 75px;
    height: 75px;
    border: none;
    float: left;
    margin-right: 20px;
}

/* Contact Page */
fieldset {
    border: 1px solid #888;
    margin-top: 10px;
}