img {border: none; padding: 0px; margin: 0px;}
html, body {margin:0px; width:100%; height:100%;background-color: #DFDFDF;}

/* a is used to set font for the alttext on for the images used in the links*/
a {
 text-decoration:none;
 color: #6F6161; 
 font-family:verdana; 
 font-size:10px; 
}

#home {
 position: absolute;
 background-image: url(logobg.gif);
 background-position: top; 
 background-repeat: no-repeat;
 width: 473px;
 height: 127px;
}
#topmenu{
 position: absolute;
 left: 0px;
 background-repeat: repeat-x; background-image: url(horizontal1.gif); background-position: top;
 width: 100%;
 height: 127px;
 text-align: right;
}
#lang {
 margin: 25px 25px 0px 0px;
 }

#leftmenu{
 position: absolute;
 top:0px;
 background-repeat: repeat-y; background-image: url(vertical.gif); background-position: top;
 width: 208px;
 height: 100%;
}

#menu {
 position:absolute;
 top:140px;
 left:0px;
 width:200px;
 letter-spacing: -0.5px;
}


#content {
 position:absolute;
 top:105px;
 left:220px;
 background-color: #DFDFDF;
}

#htmlhome {
 position: absolute;
 left: 150px;
 top: 100px;
 width: 400px; 
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 15px;
 font-weight: normal;
 text-align: left;
 color: #330000;
}


#htmlcontact {
 position: absolute;
 left: 150px;
 top: 100px;
 width: 450px; 
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 15px;
 font-weight: normal;
 text-align: left;
 color: #666666;
}


#htmlhelp {
 position: absolute;
 left: 150px;
 top: 100px;
 width: 450px; 
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 15px;
 font-weight: normal;
 text-align: left;
 color: #666666;
}


#htmllinks {
position:absolute;
 top:105px;
 left:220px;
 width: 450px; 
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 18px;
 font-weight: normal;
 text-align: left;
 color: #333333;
}

#htmllinks a {
 color: #333333; 
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 18px;
 font-weight: normal;
 text-align: left;
 text-decoration: none;
}

#htmllinks  a:hover {color: #990033; text-decoration: underline}

#htmllinks  a:active {color: #333333; text-decoration: underline}

#htmllinks  a:visited {color: #990033; text-decoration: none}

