html, body
{
 margin:0;
 padding:0px;
 text-align:center;
 background-color:#000000;
 font-family : Verdana, Arial, Sans-serif;
}

#pagewidth
{
 width:700px;
 height:300px;
 text-align:center;
 margin-left:auto;
 margin-right:auto;
 padding-bottom:0px;
}

#time
{
 position: absolute;
 left: 70%;
 margin-left: -150px;
 top: 0px;
 width: 300px;
 height: 20px;
 margin-top: 134px;
 z-index: 200;
}

#page_header
{
 width:477px;
 height:29px;
 text-align:center;
 margin-left:auto;
 margin-right:auto;
 background:url("img/main_himg.jpg");
}


#leftcol
{
 text-align:left;
 width:200px;
 float:left;
 margin-left: 0px;
 margin-right: 0px;
 margin-top: 15px;
 margin-bottom: 15px;
 padding-bottom:0px;
 background:url("img/nav_nagybg.jpg");
}

#maincol
{
 text-align:center;
 float: right;
 display:inline;
 width:477px;
 margin-left: 3px;
 margin-right: 0px;
 margin-top: 15px;
 margin-bottom: 15px;
 padding-bottom:0px;
 background:url("img/main_nagybg.jpg");
}

#footer
{
 margin-top: 3px;
 height:137px;
 width:700px;
 clear:both;
}

#header
{
 position:relative;
 height:150px;
 width:700px;
}

#navcontainer ul
{
margin-left: 15px;
padding: 0;
list-style-type: none;
font-size:8pt
}

#navcontainer a
{
display: block;
color: #FFF;
background-color: #69696B;
padding: 4px 10px 4px 4px;
margin-bottom:1px;
text-decoration: none;
width:160px;
font-weight: bold;
}

#navcontainer a:hover
{
background-color: #369;
color: #FFF;
}

#navcontainer li li a
{
display: block;
color: #FFF;
background-color: #3C8CC9;
padding: 4px 2px 4px 12px;
text-decoration: none;
width:145px;
font-weight: normal;
}


