body {
background-color: #000000;
text-align: center;
}

#logo {
background-image: url('gfx/logo.png');
background-repeat: no-repeat;
position: absolute;
top: 0px;
left: 0px;
width: 264px;
height: 333px;
}

#website {
padding: 5px; 
margin: 0 auto;
position: relative;
}

#menu {
text-align: justify;
position: absolute;
right: 10px;
top: 0px;
}

#menu_item {
font-family: "Verdana";
font-size: 11px;
color: #ffffff;
}

hr {
border-color: #ffffff;
border-bottom: solid thin 1px;
width: 100%;
}

#content_block {
background-image: url(gfx/h_bg.png);
background-repeat: repeat-y;
position: relative;
top: 200px;
width: 500px;
margin: 0 auto;
}

#header {
background-image: url(gfx/h_top.png);
background-repeat: no-repeat;
}

#metatext {
border-color: #ffffff;
margin: 0 auto;
color: #ffffff;
border-bottom: solid 1px;
width: 450px;
}

#footer {
background-image: url(gfx/h_bottom.png);
background-repeat: no-repeat;
height: 10px;
width: 500px;
position: relative;
bottom: 0px;

}

h1 {
width: 450px;
font-family: "Verdana";
font-size: 15px;
color: #ffffff;
font-weight: bold;
}

a:link {                     /* unvisited link */
text-decoration: none;
color: #ffffff;
} 
    
a:visited {                   /* visited link */
text-decoration: none;
color: #ffffff;
}

a:hover {                    
text-decoration: none;
color: #ffffff;
border-bottom: thin dotted;
}

a:active {
text-decoration: none;
color: #000000;
border-bottom: thin dotted;
}  /* selected link */

#content {
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
text-align: justify;
font-family: "Verdana";
font-size: 12px;
color: #ffffff;
}

h3 {
font-family: "Verdana";
font-size: 9px;
margin: 0 auto;
color: #ffffff;
font-weight: normal;

text-align: right;
}

