/* --- Main ---  */
Body{
background-color:#003366;
text-align:center;
font-family: Arial,Verdana, Sans;
}

A{
color:rgb(204,0,1);
}

A:hover{
color:rgb(255,204,51);
}

#page {
align:center;
width:800px;
margin-top:20px;
margin-bottom: 10px;
border-left: 2px solid black;
border-right: 2px solid black;
border-top: 5px solid black;
border-bottom: 3px solid black;
}


/* --- header --- */
#header {
width:800px;
}

#headermenu {
width:800px;
background:#eeeeee;
font-weight:bold;
}

#headermenu a{
height:30px;
padding-top:6px;
width:130px;
color:#000000;
text-decoration:none;
text-align:center;
border-right: 1px solid black;
}

#headermenu a:hover{
color:#ee0000;
text-decoration:underline;
background:#dddddd;
}


/* --- Content --- */
#content{
font-size:14px;
text-align:left;
width:800px;
color:#eeeeee;
background:#000000;
padding-top:5px;
padding-left:15px;
padding-right:15px;
padding-bottom:7px;
}

#content h1{
margin-left:20px;
color:rgb(255,204,51);
font-family:Georgia, Times New Roman, Serif;
}

#content h2{
margin-left:40px;
color:rgb(204,0,1);
padding-left:10px;
}

#parentpglist {
padding:45px;
font-size:16px;
font-weight:bold;
width:400px;
/*background:#333333;*/
/*border: 1px solid gray;*/
}

#parentpglist a{
color:rgb(204,0,1);
font-family:Georgia, Times New Roman, Serif;
}

#parentpglist li a{
color:rgb(204,0,1);
font-size:18px;
font-family:Georgia, Times New Roman, Serif;
}

#parentpglist li li a{
color:rgb(255,204,51);
font-size:14px;
font-family:Georgia, Times New Roman, Serif;
}

#pagetext {
color:#ffffff;
}

#pagetext table{
color:#ffffff;
}

#posttext {
color:#aaaaaa;
padding-left:10px;
}

h2 li{
list-style: url(img/bull.gif);
}

#postgroup{
color:#aaaaaa;
background:#111111;
margin-left:20px;
padding:15px;
}

#postgroup table{
color:#aaaaaa;
background:#111111;
margin-left:20px;
padding:15px;
}

#editpost a{
color:#FF00FF;
}


/* --- Footer --- */
#footer{
width:800px;
color:#aaaaaa;
background:#333333;
font-size:10px;
font-weight:bold;
}

#footerimg img{
width:197px;
height:40px;
}

#footer hr{
color:#dddddd;
margin:-10px;
}

#footertextleft {
padding:4px;
margin-top:-12px;
margin-bottom:-6px;
float:left;
width:398px;
height:40px;
}

#footertextright {
padding:4px;
margin-top:-12px;
margin-bottom:-6px;
float:right;
width:398px;
height:40px;
border-left: 2px solid #dddddd;
}

#footerlogin, #footerlogin a {
font-size:12px;
color:#aaaaaa;
text-decoration:none;
}

#footerlogin a:hover {
font-size:12px;
color:#ff0000;
text-decoration:none;
}