body { background-color: white; }


h2
{
margin: 7;
padding-top: 7;
padding-bottom: 7;
font-family: arial;
}

h3
{
margin: 7;
color:#920727;
text-align: center;
font-size: 16;
font-family: arial;
}

p
{
margin: 7;
margin-bottom: 20;
padding-top: 2;
padding-bottom: 2;
font-size: 14;
font-family: arial;
}

p.news
{
margin: 7;
padding-top: 2;
padding-bottom: 2;
font-family: arial;
}

a:link { color: #920727 }
a:visited { color: #920727 }
a:hover { color: white }
a:active { color: red }


#Master
{
position: relative;
width: 800px; 
margin-top: 14px; 
margin-bottom: 10px;
height: 510px;
}

#Header
{
position: relative; 
margin-top: 5px; 
margin-bottom: 5px;
width: 800px; 

background-color: rgb(255, 255, 255);
color: rgb(255, 255, 255);

}

#Menu
{
position: relative; 
top: 3px; 
height: 53px; 
background-color: white;

}

#Side
{
position: absolute;
left: 0px; 
top: 0px;
bottom: auto; 
width: 132px; 
height: 500px;

border: 2px #920727 solid;
background-color: rgb(0, 0, 0); 
color: rgb(255, 255, 255);
font-family: arial;

}

#Main
{
position: absolute; 
left: 140px;
width: 652px; 
top: 0px; 
bottom: auto; 
height: 500px;

border: 2px #920727 solid;
color: rgb(255, 255, 255);
background-color: rgb(0, 0, 0);
overflow: auto;
font-size: 14;
font-family: arial;
}

#Marge
{
position: absolute;
left: 6px;
width: 640px; 
height: 470px;
overflow: auto;
margin-left   : 5px;
margin-right  : 5px;
margin-top    : 5px;
margin-bottom : 5px;

}

#NewsPost
{
border-bottom: 2px white dotted;

}

#Test
{
border-style: double;
boder-width: 2px;
border-color: rgb(255, 255, 255);

}