#wrap {
margin:0 auto;
width: 800px;
}
body {
background: #fff url(../images/bg.jpg) repeat-y top center;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #222;	'shade of black'
}
#menu ul {
list-style-type: none;
padding-left: 30px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 600;
font-size: 14px;
color: #333;
}
#menu ul li a:hover {
color: #aaa;
text-decoration: none;
}
#left{
margin-top:13px;
float:left;
width:200px;}
#left .news{
padding-left:15px;
line-height: 20px;
background: #B9B9B9;
color: #1E90FF;
font-size: 15px;
margin-bottom:-2px;
}
#left h2{
padding-left:15px;
line-height: 20px;
background: #B9B9B9;
color: #fff;
font-size: 15px;
margin-bottom:-2px;
}


#right{
margin-right:25px;
float:left;
width:550px;
padding-left:1px;//change this to 0 to make news flash and text same.}

#right h1{
padding-left:10px;
margin-bottom:-2px;
line-height: 20px;
background: #B9B9B9;
color: #fff;
font-size: 20px;}
#right .article{
margin-left:15px;
}
#right h2{
margin-top:22px;
padding-left:10px;
margin-bottom:-2px;
line-height: 20px;
background: #B9B9B9;
color: #fff;
font-size: 18px;}
#right .article{
margin-left:15px;
}
#left h4{
padding-left:15px;
line-height: 20px;
background: #B9B9B9;
color: #B9B9B9;
font-size: 15px;

margin-top:-4px;margin-bottom:-2px;
}


#left h3{
padding-left:15px;
line-height: 20px;
background: #B9B9B9;
color: #fff;
font-size: 15px;

margin-top:-4px;margin-bottom:-2px;
}

#right h3{
margin-top:10px;
padding-left:10px;
margin-bottom:-2px;
line-height: 20px;
background: #B9B9B9;
color: #fff;
font-size: 18px;}
#right .article{
margin-left:15px;
}







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

a:hover {
text-decoration: underline;
color: #111;
}

#footer {
height:140px;
margin-top: 30px;
text-align: center;
font-size: 11px;
color: #aaa;
border-top: 1px dotted #aaa;
}
#footer a { color: #aaa; }
#footer a:hover { color: #111; }










/*
#header h1 { 

font-size: 25px;

letter-spacing: -1px;

padding: 25px 0 0 20px;

color: #fff;

}

#header h1 a { 

color: #fff;

text-decoration: none;

font-weight: 100;

letter-spacing: -2px;

}

#header h1 a:hover {

color: #111;

}

#header h2 {

font-size: 18px;

color: #336699;

padding: 3px 0 0 20px;

letter-spacing: -1px;

font-weight: 100;

}



#menu {

height: 30px;

line-height: 30px;

background: #fff url(../images/menu.jpg) no-repeat;

}

#menu ul {

list-style-type: none;

padding-left: 30px;

}

#menu ul li {

display: block;

float: left;

}

#menu ul li a {

padding: 0 20px 0 0;

text-decoration: none;

font-weight: 600;

font-size: 14px;

color: #333;

}

#menu ul li a:hover {

color: #aaa;

text-decoration: none;

}



#menubottom { 

background: #fff url(../images/menubottom.jpg) no-repeat;

padding: 5px 0;

}



#content {

padding: 0 20px;

}

.right h2 {

background: #FFF;

font-size: 18px;

font-weight: 100;

padding-left: 10px;

height: 26px;

line-height: 26px;

}

.right h2 a {

text-decoration: none;

color: #fff;

}

.right h2 a:hover {

color: #111;

}



.left {

float: left;

width: 180px;

padding-top: 20px;

}

.left h2 {

margin: 10px 0 0 0;

padding-left: 20px;

padding-top:10px;

height: 26px;

line-height: 26px;

background: #B9B9B9;

color: #fff;

font-size: 13px;

}

.left ul {

padding: 10px 0 15px 20px;

color: #336699;

}

.left ul li a {

text-decoration: none;

font-weight: 600;

}

.left ul li a:hover {



}

.articles { padding: 10px; }



.footer {

margin-top: 30px;

text-align: center;

font-size: 11px;

color: #aaa;

border-top: 1px dotted #aaa;

}

.footer a { color: #aaa; }

.footer a:hover { color: #111; }



















#navbar {

    margin: 0;

    padding: 0;

    height: 1em; }

#navbar li {

    list-style: none;

    float: left; }

#navbar li a {

    display: block;

    padding: 3px 8px;

    background-color: #FFFFF;

    color: #fff;

    text-decoration: none; }

#navbar li ul {

    display: none;

    width: 10em; /* Width to help Opera out */

    background-color: #69f;}

#navbar li:hover ul {

    display: block;

    position: absolute;

    margin: 0;

    padding: 0; }

#navbar li:hover li {

    float: none; }

#navbar li:hover li a {

    background-color: #69f;

    border-bottom: 1px solid #fff;

    color: #000; }

#navbar li li a:hover {

    background-color: #FFFFFF; }

sfHover = function() {

    var sfEls = document.getElementById("navbar").getElementsByTagName("li");

    for (var i=0; i<sfEls.length; i++) {

        sfEls[i].onmouseover=function() {

            this.className+=" hover";

        }

        sfEls[i].onmouseout=function() {

            this.className=this.className.replace(new RegExp(" hover\\b"), "");

        }

    }

}

if (window.attachEvent) window.attachEvent("onload", sfHover);







#navbar li:hover ul, #navbar li.hover ul {

    display: block;

    position: absolute;

    margin: 0;

    padding: 0; }

#navbar li:hover li, #navbar li.hover li {

    float: none; }

#navbar li:hover li a, #navbar li.hover li a {

    background-color: #69f;

    border-bottom: 1px solid #fff;

    color: #000; }











*/