a:link, a:visited, a:active
{
text-decoration:none;
color: #EFE4B0;
}
a:hover
{
text-decoration:none;
color: red;
}
#header{
position: absolute;
top: 0px;
left: 50%;
height: 60px;
width: 600px;
margin: 0 0 0 -300px;
}
#thumbs_collumn{
overflow: auto;
position: absolute;
top: 50%;
left:15px;
height: 440px;
width: 70px;
margin: -220px 0 0 0;
}
#center{
position: absolute;
top: 50%;
left: 50%;
height: 300px;
width: 400px;
margin: -150px 0 0 -200px;
}
#center_big{
position: absolute;
top: 50%;
left: 50%;
height: 600px;
width: 800px;
margin: -300px 0 0 -400px;
}
#below_center{
position: absolute;
top: 50%;
left: 50%;
height: 50px;
width: 400px;
margin: 150px 0 0 -200px;
}

#info_topleft{
text-align: center;
position: absolute;
top: 5%;
left: 5%;
height: 300px;
width: 450px;
}
#info_thumbs{
text-align: left;
position: absolute;
top: 5%;
left: 5%;
height: 300px;
width: 60px;
margin: 0 0 0 460px;
}
#info_topright{
text-align: left;
position: absolute;
top: 5%;
left: 10%;
height: 300px;
}
#info_center{
overflow: auto;
text-align: center;
position: absolute;
top: 30%;
left: 5%;
width: 90%;
height: 65%;
margin: -15px 0 0 0;
}
#data_center{
overflow: auto;
text-align: right;
position: absolute;
top: 10%;
left: 20%;
width: 60%;
height: 90%;
margin: 0 0 0 0;
}
#edit_center{
overflow: visible;
text-align: left;
position: absolute;
top: 60px;
left: 0%;
margin: 0 0 0 0;
}
#footer{
position: absolute;
top: 100%;
left: 0%;
height: 30px;
width: 100%;
margin: -30px 0 0 0;
font-size: 80%;
}
.fixed_margins{
margin-top: 3px;
margin-bottom: 3px;
}
.no_margins{
margin: 0px;
}
.center_no_margins{
text-align: center;
margin: 0px;
}
.fixed_height{
line-height: 50px;
}
img{
margin: 0px;
border-style: none;
vertical-align:middle;
}
h1{
margin-top: 5px;
margin-bottom: 5px;
font-size: 250%;
line-height: 100%;
}
p{
margin-top: 5px;
margin-bottom: 5px;
font-size: 120%;
line-height: 100%;
}
p_small{
margin-top: 5px;
margin-bottom: 5px;
font-size: 80%;
line-height: 100%;
}
FORM {
margin-top:0;margin-bottom:0;
}
body{
text-align: center;
background: #0C012C;
color: #EFE4B0;
font-family:Verdana;
font-weight: normal;
}
