body {
	background: #000 url(../images/bgStreet2.jpg) no-repeat fixed center top;
}
div#bodyContainer,
div#profile_container {
    color: #444444;
    font: normal 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

div#body_container {
    width: 100%;
    }

div#main_container {
	background: #fff url(../images/page-top-bg.gif) no-repeat;
}

p em {
}

h3 {
    font-size: 15px;
    color: #4a4849;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: left;
    padding: 0;
    margin: 0 0 15px 0;
}
h3 span {
}

a,
a:link,
a:visited {
    color: #FF4500;
}
a:hover {
    color: #000000;
}
#top-nav ul {
	float: right;
}
#top-nav ul li {
    font: bold 14px "Calibri", "Myriad", "Lucida Grande", Verdana, sans-serif;
    color: #555;
	padding: 0 0 0 20px;
	float: left;
}
#top-nav ul li #active {
	color: #FF4500;
}
#top-nav ul li a {
	color: #bbb;
}
    #top-nav ul li a:hover {
        color: #FF4500;
    }

/* Customization
********************************************/

img { border: 0; }

hr {
    height: 0;
    width: 0;
    border: 0;
}

ul, li { list-style-type: none; }

table, tr, td {
    border: 0;
    border-collapse: collapse;
    vertical-align: top;
}

* { padding: 0; margin: 0; }

body, div#main_container {
	text-align: left;
}

div#body_container {
  padding: 35px 0;
}



div#main_container,
div#footer {
    width: 778px;
    margin: 0 auto;
    padding: 25px 25px 0 25px;
}

div#footer {
    position: relative;
    background: url(../images/footerBg.gif) no-repeat;
    text-align: left;
    width: 778px;
	height: 51px;
	padding: 0 25px;
}
    #footer p {
        color: silver;
	float: left;
	font-size: 12px;
}
div#footer-text {
	float: right;
	line-height: 51px;
	color: #fff;
}
div#footer-links {
	float: left;
	line-height: 51px;
	color: #fff;
}
div#footer-links a {
	color: #fff;
	font-weight: bold;
}
div#footer-links a:hover {
	color: #f96b16;
	font-weight: bold;
}
    
div#top_side {
    position: relative;
    text-align: left;
    padding: 0 0 0px 0;
    margin: 0 0 20px 0;
}
    
    div#top-nav-container {
        position: absolute;
        top: 17px;
        right: 0;
        width: 400px;
    }

    div#banner {
	width: 778px;
   	padding: 0px 0 0 0;
        	margin: 0px 0 0 0;
    }
    
    div#banner #pgbanner {
	height: 120px;
	width: 778px;
	float: right;
}
    
    div#banner #bannerLft {
	background-image: url(../images/bannerLft.jpg);
	height: 255px;
	width: 516px;
	float: left;
}
    div#banner #bannerRgt {
	height: 255px;
	width: 262px;
	float: right;
	background-image: url(../images/bannerRgt.jpg);
}
a#bannerRgtLink{
	width: 260px;
	height: 220px;
	display: block;
	margin-top: 36px;
}
a#bannerLft-link{
	width: 516px;
	height: 55px;
	display: block;
	margin-top: 200px;
}
#nav {
	width: 778px;
	height: 60px;
	background: url(../images/navbg.gif) repeat-x;
}

        #main_nav li {
            height: 60px;
	float: left;
	background-image: url(../images/navbg.gif);
}
        #main_nav li a,
        #main_nav li a:visited {
            display: block;
            height: 100%;
            text-indent: -7777px;
        }
        a#nav1 { width: 129px;
	background-image: url(../images/nav1.gif);
}
        a#nav2 { width: 129px;
	background-image: url(../images/nav2.gif);
}
        a#nav3 { width: 129px;
	background-image: url(../images/nav3.gif);
}
        a#nav4 { width: 129px;
	background-image: url(../images/nav4.gif);
}
        a#nav5 { width: 129px;
	background-image: url(../images/nav5.gif);
}
        a#nav6 { width: 133px;
	background-image: url(../images/nav6.gif);
}


        a#nav1:hover { background: url(../images/nav1on.gif); }
        a#nav2:hover { background: url(../images/nav2on.gif); }
        a#nav3:hover { background: url(../images/nav3on.gif); }
        a#nav4:hover { background: url(../images/nav4on.gif); }
        a#nav5:hover { background: url(../images/nav5on.gif); }
        a#nav6:hover { background: url(../images/nav6on.gif); }        


div#gallery {
	float: left;
    width: 750px;
    margin: 0 0 25px 0;
	padding: 5px;
}

div#left_side {
	float: left;
    width: 487px;
    margin: 0 0 25px 0;
	padding: 5px;
}

div#right_side {
	float: left;
    width: 250px;
	background: url(../images/right-side-gradient.gif) repeat-x;
	padding: 5px;

	margin: 0 0 20px 21px;
}

    #top-nav { padding-right: 0; }
    #meta, #meta_music, #connect { border: 0; }

    #top-nav ul {
        font-size: 11px;
        margin: 5px 15px 0 0;
    }
    #top-nav ul li a,
    #top-nav ul li a:visited {
            text-decoration: none;
        }
    #top-nav ul li em {
            font-style: normal;
            font-weight: normal;
        }
.clear {
    position: relative;
    clear: both;
}
/* Form *********************************************/
label{
float: left;
width: 150px;
font-weight: bold;
}

input, select, textarea{
width: 200px;
margin-bottom: 5px;
}

textarea{
width: 250px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 150px;
margin-top: 5px;
width: 90px;
}

br{
clear: left;
}

/* Fonts
*****************************************************/

h1 {
    letter-spacing: -1px;
}
#top_side h1 {
    width: 310px;
    height: 82px;
    background: url(../images/ffrw_logo.png) no-repeat;
    text-indent: -7777px;
	margin-top: 0px;
}



* { behavior: url(../images/iepngfix.htc) }

h2 {
  
    line-height: 100%;
    letter-spacing: 0;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px;
}
    .profile_meta h2 em {
        font-style: normal;
    }
    .profile_meta h2 span {
        font-weight: normal;
    }

h4 {
    font-size: 12px;
    color: #666666;
    padding-bottom: 10px;
}
    h4 strong { color: #333333; }
    h5 em { font-style: normal; }

p {
     color: #666;
    padding: 0px;
	line-height: 25px;
	font-size: 12px;
    margin: 0;
    text-align: left;
	font-style: normal;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}


/* Links
********************************************/

a,
a:link,
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;  
}

.orgBold {
	font-weight: bold;
	font-size: 14px;
	color: #FF4500;
}

#footer p a,
#footer p a:visited {
    color: #fff;
    font-weight: bold;
}
#footer p a:hover {
    color: #000;
}
hr.line {
	border: 1px none #000;
	width: 100%;
	border-top: 1px solid #e6e6e6;
}


<a id="logoLink" href="home.html">
                        <h1>FFRW </h1></a>