html,body{
height:100%
}

body{
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
padding:0;
margin:0
}

a{
color:#B7B7B7;
text-decoration:none
}

div,h1,h2,h3,h4,h5,h6,img,ul,li,p{
padding:0;
margin:0;
font-size:12px
}

#container{
min-height:100%
}

* html #container { 
height: 100% 
} 

.left{
float:left
}

.right{
float:right
}

.clear{
clear:both
}

#header{
text-align:center;
background:#000000;
height:100px
}

#menu{
text-align:center;
background:url(../images/menu.jpg) repeat-x top;
height:35px
}

#ulmenu{
list-style:none;
width:1000px;
margin:0 auto
}

#ulmenu li{
display:inline;
}

#emptyfooter{
height:120px
}

#footer{
height:100px;
margin-top:-20px;
padding-top:15px;
background:url(../images/footer.jpg) #000000 repeat-x top;
color:#FFFFFF
}

#footer a{
color:#FFFFFF
}

#footer1{
width:1000px;
margin:0 auto
}

#bottommenu a:hover{
text-decoration:underline
}

#bottommenu{
width:590px;
text-align:center
}

#copy{
width:200px
}

#content{
width:980px;
margin:0 auto;
padding-top:40px
}

#text1{
width:400px;
padding-left:20px;
padding-top:0px
}

#text2{
width:680px
}

#newer{
float:left
}

#older{
float:right
}

#headerimg{
padding-bottom:20px
}