/* CSS Document */

*, body, div, p, ul, li, h1, h2, h3
{margin:0px; padding:0px;
font-family: Tahoma, Arial, Helvetica, sans-serif;
}

A:link {color:red; text-decoration: underline; color: red;}
A:visited {text-decoration: underline; color: red;}
A:active {text-decoration: underline; color: red;}
A:hover {text-decoration: underline; color: red;}


IMG{
  
    border-style: none;
}

IMG.centered{
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-style: none;
}

IMG.left{
    display: block;
    float: left;
    margin-top: 4px;
    margin-right: 15px;
    margin-left: 4px;
    border-style: none;
}

p.right{
float: right;

}
p.center{
float: center;

}

 h1
{

font-weight:bold;
text-align: center;
font-size: 2em;
color: #fff;
}

 h2
{

font-weight:bold;
text-align: center;
font-size: 1.5em;
color: #fff;
}

h3
{

font-weight:bold;
text-align: left;
font-size: 1.2em;
color: #fff;
}

h4
{

font-weight:bold;
text-align: center;
font-size: 1.2em;
color: #fff;
}

 h5
{

font-weight:bold;
text-align: left;
font-size: 1.5em;
color: #fff;
}

h6
{

font-weight:bold;
text-align: left;
font-size: 1.2em;
color: red;
}

 h1.red
{

font-weight:bold;
text-align: center;
font-size: 1.7em;
color: red;
}


 h1.four
{

font-weight:bold;
text-align: center;
font-size: 1.4em;
color: red;
}

h1.left
{

font-weight:bold;
text-align: left;
font-size: 1.2em;
color: red;
}

h1.photo
{
text-align: left;
font-size:1.1em;
font-weight:600;
color:white;
}



#wrapper
{
width:940px;
margin: auto;
background-color: black;

}
#header
{margin:0px; padding:0px;
height:110px;
width:940px;
background-color:red;
}


#left
{
background-color:black;
width:170px;
padding-left:0px;
padding-right:0px;
float:left;}


#content
{

width:570px;
font-size:0.8em;
font-weight:600;
color:white;
background-color:black;
margin: 25px 10px 0px 0;/*180px;*/
float:left;
overflow:auto;



}


#photo
{

width:760px;
font-size:0.8em;
font-weight:600;
color:white;
background-color:black;
margin: 0px 10px 0px 0;/*180px;*/
float:left;
overflow:auto;



}


#photonav
{

width:760px;
font-size:0.8em;
font-weight:600;
color:white;
background-color:black;
margin: 25px 10px 0px 0;/*180px;*/
float:left;
overflow:auto;



}


.index #text
{height: 100px;
overflow:auto;



}

#hotnews
{width: 150px;
float: right;
font-size:0.8em;
font-weight:600;
color:white;
text-align: center;
background-color:black;
border-style: double;
border-color: #ff0000;
padding: 3px 3px;
margin: 30px 10px 5px 5px;

}



#hotnews.low
{
margin: 10px 10px 5px 5px;
}



#footer
{
clear:both;
width:940px;
height:40px;
font-size:10px;
font-weight:200;
color:black;
text-align: center;
background-color:red;
}

#footer a:link
{color:black; text-decoration: none; color: black;}

#footer a:visited
{color:black; text-decoration: none; color: black;}

#footer a:active
{color:black; text-decoration: none; color: black;}

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




#navcontainer { width: 170px; }


#navcontainer a
{
display: block;
margin:auto;
padding: 0px;
width: 130px;
height: 25px;
background-color: red;
border-bottom: 10px solid black;
border-top: 15px solid black;
}
#navcontainer ul
{
list-style-type: none;
text-align:center;
line-height:1.7em;
font-family: Arial, Helvetica, sans-serif;
font-size:0.95em;
font-weight:bolder;
}

#navcontainer a:link, #navlist a:visited
{
color: #000000;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #990000;
color: black;
}



#topnav { width: 570px; }

#topnavcontainer ul
{
text-align: center;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
background-color: black;
color: black;
width: 100%;
font-family: Arial,Helvetica,sans-serif;
font-size: 14px;

/* fixes Firefox 0.9.3 */
}
#topnavcontainer ul.ladder
{
font-family: Arial,Helvetica,sans-serif;
font-size: 18px;
}

#topnavcontainer ul li
{
display: inline;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 0px;
/* matches link padding except for left and right */
padding-top: 0px;
background-color: #000000;
margin-left: 10px;
margin-right: 10px;
}

#topnavcontainer ul li a
{
padding-left: 20px;
padding-right: 20px;
padding-bottom: 2px;
padding-top: 0px;
color: black;
text-decoration: none;
border-right: 1px solid #000000;
background-color: red;
}

#topnavcontainer ul li a:hover
{
background-color: #990000;
color: black;
}

#topnavcontainer #active { border-left: 1px solid #000000; }





