body {
   margin:0;
   padding:0;
   background:#000000;
   color:#0000FF;
   text-align:center;
   font-family:Tahoma, _serif;
   font-size:17px;
}

a {
   color:#ff0000;
   text-decoration:none;
}

a:hover {
   text-decoration:underline;
}
a img {
   border:none;
}

#container {
   width:780px;
   margin:0 auto;
   text-align:left;
}
#header {
   position:relative;
   width:780px;
   height:160px;
}

#header a#toplink {
   display:block;
   position:absolute;
   top:35px;
   left:0;
   text-indent:-9999px;
   overflow:hidden;
   background:url('../images/marol.jpg') no-repeat;
   width:181px;
   height:96px;
}

#header img#topimage {
   display:block;
   position:absolute;
   top:0;
   left:200px;
}

#header a#topmail {
   position:absolute;
   bottom:0;
   right:0;
}
#bar {
   position:relative;
   width:750px;
   padding:10px 0;
}
#bar h1 {
   margin:0;
   padding:0;
   width:180px;
   font-size:18px;
   color:#ff0000;
}

#bar #menu {
   width:570px;
   position:absolute;
   left:180px;
   top:10px;
   text-align:center;
}

#left {
   float:left;
}

#content {
   width:450px;
   padding:25px;
   float:left;
}
#content h2 {
   font-size:20px;
   margin:0 0 10px 0;
   padding:0 0 10px 0;
}

#right {
   float:left;
}

#footer {
   clear:both;
   text-align:center;
   font-size:14px;
   color:#303030;
   padding:0 0 20px 0;
}
