/* CSS Document */
body {
background:#000 url(images/spotlight.jpg) top center no-repeat;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
}

h1{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:700;
color:#FFFFFF;
text-align:left;
}

h2{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:24px;
font-weight:normal;
color:#FFFFFF;
text-align:left;
}

p{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;
text-align:left;
}

a{
font-family:Arial, Helvetica, sans-serif;
font-weight:100;
font-size:12px;
color:#FFFFFF;
text-decoration:none;
}

#container{
height:auto;
text-align:center;
margin: 0 auto;
float:left;
/*
border-left:2px solid #cccccc;
border-top:2px solid #cccccc;
border-right:2px solid #666666;
border-bottom:2px solid #666666;
*/
width:770px;

}
#content{
width:529px;
height:inherit;
text-align:left;
float:left;
margin-left:5px;
padding:0px 10px 10px 10px;
background-image:#000 url(images/content_bg.jpg) no-repeat;
color:#FFFFFF;
font-size:11px;
}


#menu{
width:205px;
height:auto;
float:left;
margin-right:5px;
margin-left:4px;
/* background-color:#000;*/
padding-bottom:5px;
}


#mainbackground{
width:550px;
height:auto;
float:right;
}

#text{
width:450px;
height:auto;
text-align:left;
margin-left:25px;
margin-right:25px;
padding-top:5px;
}

#home{
width:205px;
height:33px;
background-image:url(images/but_home.jpg);
margin-bottom:5px;
}

#logout{
width:205px;
height:33px;
background-image:url(images/but_logout.jpg);
margin-bottom:5px;
}
#imgmanager{
width:205px;
height:33px;
background-image:url(images/but_manager.jpg);
margin-bottom:5px;
}
#pagelist{
width:205px;
height:33px;
background-image:url(images/but_pagelist.jpg);
margin-bottom:5px;
}

#newpage{
width:205px;
height:33px;
background-image:url(images/but_newpage.jpg);
margin-bottom:5px;
}

#about{
width:205px;
height:33px;
background-image:url(images/about_but.jpg);
margin-bottom:5px;
}

#mission{
width:205px;
height:33px;
background-image:url(images/mission_but.jpg);
margin-bottom:5px;
}

#current{
width:205px;
height:33px;
background-image:url(images/current_but.jpg);
margin-bottom:5px;
}

#updates{
width:205px;
height:33px;
background-image:url(images/update_but.jpg);
margin-bottom:5px;
}

#investment{
width:205px;
height:33px;
background-image:url(images/invest_but.jpg);
margin-bottom:5px;
}

#contact{
width:205px;
height:33px;
background-image:url(images/contact_but.jpg);
margin-bottom:5px;
}

#logo{
/*
width:205px;
height:120px;
background-image:url(images/tbp_logo.jpg);
margin-bottom:5px;
*/
}

#fill{
width:205px;
height:auto;
background-image:url(images/fill.jpg);
background-repeat:repeat-y;
}

#bottomrunner{
width:770px;
height:10px;
text-align:center;
}

#cover{
text-align:left;
width:147px;
height:220px;
padding-right:10px;
float:left;
}
/* #container{
width:770px;
height:auto;
text-align:center;
background-image:url(images/all_bg.jpg);
background-repeat:repeat-y;
margin: 0 auto;
border-left:2px solid #cccccc;
border-top:2px solid #cccccc;
border-right:2px solid #666666;
border-bottom:2px solid #666666;
}
*/