@charset "utf-8";
/* CSS Document */
body
{
width:auto;
background-color:#000;
text-align:center;
margin:auto;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
padding:20px;
}
#container
{
width:960px;
background-color:#fff;
text-align:center;
margin:auto;
}
#top
{
width:960px;
height:220px;
text-align:center;
margin:auto;
}
#topnav
{
width:960px;
height:30px;
text-align:center;
margin:auto;
display:block;
overflow:hidden;
}
#clock
{
float:left;
width:180px;
line-height:2.5;
text-align:left;
text-indent:10px;
font-size:16px;
font-weight:bold;
margin:auto;
}
#logo
{
width:960px;
height:180px;
display:block;
background-image:url(../i/DGLogo2.gif);
background-position:left;
background-repeat:no-repeat;
}
#info
{
width:960px;
margin:auto;
text-align:center;
}
#lc
{
float:left;
width:180px;
text-align:center;
margin:auto;
display:block;
}
#lcnav
{
width:170px;
text-align:center;
margin:auto;
}
#text
{
width:auto;
text-align:left;
margin-left:185px;
margin-right:10px;
padding:5px;
border:1px solid #000;
}
#footer
{
clear:both;
width:960px;
height:180px;
text-align:center;
margin:auto;
}
#footermaintext
{
padding-top:20px;
width:600px;
font-size:10px;
margin:auto;
}

#weather
{
width:auto;
text-align:center;
margin:auto;
}
#textbox
{
width:500px;
text-align:center;
margin:auto;
}
#textboxl
{
float:left;
width:240px;
text-align:left;
margin:2px;
}
#textboxr
{
float:right;
width:240px;
text-align:left;
margin:2px;
}
a.lcnav
{
height:20px;
width:160px;
text-align:left;
margin-left:auto;
margin-right:auto;
margin-bottom:2px;
margin-top:2px;
text-decoration:none;
font-weight:bold;
display:block;
overflow:hidden;
border:1px solid #000;
text-indent:10px;
}
a.lcnav:hover
{
text-indent:20px;
overflow:hidden;
}