/* CSS Document */
*,html,body{
border:0;
padding:0;
margin:0
}

body{
font: 13px verdana;
color: #fff;
background: #444
}

p{
font: bold 16px arial;
padding: 5px
}

a{
color: #fff
}

a:hover{
text-decoration:line-through
}

h1{
font-family: Georgia;
text-align:left;
border-bottom: 1px solid #fff;
margin: 15px 4px;
padding: 5px
}

table,td,tr{
table-layout:fixed
}	

#nav,#body,#footer,#header{
margin: 0 auto
}

#nav{
background:url(images/nav.jpg) repeat-x;
height: 41px
}

#header{
height:129px;
background:url(images/header.jpg)
}

#td-left{
height:100%;
min-height:100%;
height:auto;
padding: 0px;
text-align:center;
background:url(images/darkblue.jpg)
}

#td-right{
background:url(images/lightblue.jpg)
}

#footer{
width:778px;
height:50px;
border-top: 1px solid #fff;
text-align: center;
background:url(images/darkblue.jpg)
}


.navi li,ul{
list-style-type:none;
padding: 10px;
display:inline
}

.navi a,a:visited{
font: bold 15px verdana;
color:#FFFFFF;
text-decoration:none
}

.navi a:hover{
border-bottom: 1px solid #fff;
}

a.active{
border-bottom: 2px solid #fff;
}