html{
height:100%;
}

body{
background-color:#000;
text-align:center;
height:100%;
}

img{
border-style:none;
border:solid 1px #DDE471;
}

#t1{
font-size:10px;
font-family:verdana;
color:#5A483A;
   
}

#hd1{
font-size:29px;
font-family:Verdana;
color:#DDE471;
font-weight:bold;
  
}



#container{
background-image:url(images/bg.jpg);
background-repeat:repeat-y;
width:834px;
height:auto;
margin:auto;
text-align:justify;
}

#header{
background-image:url(images/header.jpg);
background-repeat:no-repeat;
height:195px;
}

#footer{
background-image:url(images/footer.jpg);
background-repeat:no-repeat;
height:26px;
width:834px;
bottom:0px;

}

#content{
width:623px;
padding-left:20px;
margin-right:10px;
font-family:verdana;
font-size:12px;
}

#content a{
 color:#BDC257;
 text-decoration:none;
}

#content a:hover{
 color:#DDE471;
}



#bar{
width:627px;
background-image:url(images/textholder.jpg);
height:50px;
background-repeat:no-repeat;
font-family:verdana;
font-size:30px;
margin-left:16px;
padding-left:40px;
padding-top:1px;
color:#DDE471;
}

#bar2{
width:250px;
background-image:url(images/textholder2.jpg);
background-repeat:no-repeat;
height:26px;
color:#DDE471;
font-size:20px;
padding-left:29px;
}

#bar3{
width:220px;
background-image:url(images/textholder3.jpg);
background-repeat:no-repeat;
height:26px;
color:#DDE471;
font-size:15px;
padding-left:20px;
}


#navigation{
padding-right:5px;
width:179px;
float:right;
font-family:verdana;
font-size:13px;
color:#9A9E47;
height:21px;
}


#navigation ul{

list-style:none;
text-align:right;
padding-right:5px;
border:none;
}

#navigation ul li a{
background-repeat:no-repeat;
color:#9A9E47;
text-decoration:none;

}

#navigation ul li a:hover{
background-repeat:no-repeat;
color:#D3FF00;
text-decoration:none;
}


