*
{

padding: 0px;
}

body{
background: url('bgtb.jpg') repeat;
color: #000000;
font-size: 12px;
font-family: "Georgia", helvetica, sans-serif;
text-align:center;
}

#header {
margin:0 auto;
margin-bottom: 20px;
margin-top: 20px;
}
#nav {
width: 810px;
height: 40px;
background: url("nav_bgtb.png") no-repeat top left;
margin:0 auto;
margin-bottom: 0px;
text-align: center;
}

#nav p.links {
height: 40px;
width: 677px;
text-align: center;
margin-left: auto;
margin-right: auto;
}

#nav a.navlink {
float: left;
margin-top: 10px;
width: auto;
height: 40px;
text-decoration: none;
color: #6c6c6c;
font-size: 18px;
margin-left: 7px;
margin-right: 7px;
}

#nav a.navlink:hover {
color: #000000;
}

#content {
width: 700px;
height: 750px;
margin:0 auto;
margin-top: 15px;
}

#main_left {
margin-top: 0px;
float: left;
width: 20px;
height: 725px;
background: url('main_lefttb.png') no-repeat top right;
}

#main_center {
margin-top: 0px;
float: left;
width: 660px;
height: 725px;
background: url('main_centertb.png') repeat-x top right;
}

#main_right {
margin-top: 0px;
float: left;
width: 20px;
height: 725px;
background: url('imain_righttb.png') no-repeat top left;
}

.entry {
float: left;
text-align: left;
width: 635px;
margin-top: 25px;
margin-left: 12px;
margin-right: 12px;
height: auto;
color: #5f5f5f;
font-weight: normal;
font-size: 14px;
}

.entry img {
margin: 5px;
border: 1px solid #5f5f5f;
}
.entry h3.title {
margin-top: 0px;
font-size: 24px;
font-weight: normal;
color: #000000;
margin-bottom: 5px;
}
.entry p.line {
background: url("linetb.png") no-repeat top left;
height: 20px;
width: 600px;
margin: 0 auto;
margin-top: 10px;
margin-bottom: 10px;

}
#footer{
font-size: 10px;
height: 50px;
color: #bcbcbc;
text-align: center;
font-weight: normal;
padding-top: 4px;
}

#footer a {
color: #bcbcbc;
font-weight: bold;
text-decoration: none;
}

#footer a:hover {
color: #000000;
}

a {
text-decoration: none;
color: #6c6c6c;
}
a:hover {
color: #000000;
}








