html {overflow-y:scroll;}

h2 { font-family: Times, serif;
	 color: #fff;
	 font-size: 12px;
	 } 

body
{
    margin:0;
    padding:0;
    background:url(http://www.jefffrancoeur.com/images/background.gif) repeat-x #000407;
    color:#cccccc;
    font-size:11px;
    font-family:Arial, Verdana, Sans-Serif;
}

#outerContainer 
{
    width:950px;
    margin:0 auto;
}

#logoContainer
{
    width:301px;
    height:59px;
    background:url(http://www.jefffrancoeur.com/images/logoBackground2.jpg);
    float:left;  
}

#preNavHeader
{
    width:648px;
    height:59px;
    background:url(http://www.jefffrancoeur.com/images/preNavHeader.jpg) no-repeat bottom;
    float:right; 
}

#navBar
{
    width:950px;
    background:#010910;
    margin:0px auto 0 0;
    height:25px;
    line-height:25px;
    border-top:1px solid #7b161a; border-bottom:1px solid #7b161a;
	text-align: center;
}

#navBar ul { margin: 0; padding: 0; }
#navBar ul li { display: inline; }
#navBar ul li img { border: none; vertical-align: bottom; }

#leftSide
{
    float:left;
    width:326px;
    
}

#rightSide
{
    float:left;
    width:622px;
}

#rightSideMediaRoom
{
    float:left;
    width:948px;
}

.rightSideWideMediaRoom
{
    width:948px;
    border:1px solid #7b161a;
    margin-top:10px;
    background:#040509;
}

.rightSideWide
{
    width:622px;
    border:1px solid #7b161a;
    margin-top:10px;
    background:#040509;
}

.content 
{
    margin-top:15px; 
    margin-bottom:25px; 
    margin-left:12px;
    margin-right:10px;
    background: #040509;
}

.clear {clear:both;}

#footer { font-size: 10px; padding-top: 4px; margin-bottom: 15px; text-align: right; }
#footer a:link, #footer a:visited { color: #fff; text-decoration: none; }
#footer a:hover { text-decoration: underline; }

a:link, a:visited { color: #a8bfd1; }

.hpLink a:link, .hpLink a:visited { color: #6084a4; text-decoration: none; }

.blue { color: #a8bfd1; }
a img { border: none; }
