body {
   background:black;
   color:#ffffff;
   text-align:center;
}
body, td {
	/*font-family: New Roman, Verdana, Arial, sans-serif;*/
	font-family: arial;
	font-style: italic;
   	font-size:12pt;
}
#container {
    position:relative;
    margin:10 auto;
    width:714px;
}
/* HEADER */
#header {
    position:relative;
    background: black url(header.jpg) left top no-repeat;
    height:289px;
}
#header h1 {
    display:none;
}

/* STARS */
#stars {
    position:absolute;
    height:110px;
    top:179px;
    left:0px;
    width:714px;
    background:black;
    overflow:hidden;
}

#stars a {
    font-size:4pt;
    color:white;
    text-decoration:none;
    font-weight:normal;
    background:black;
    display:block;
    position:absolute;
    text-align:center;
    width:101px;
    height:110px;
    background-color:#333;
    background-repeat:no-repeat;
    background-position:top left;
    padding-top:52px;
}

.stars-defile {
    position:absolute;
}

/* MAIN */
#main {
    position:relative;
    width:714px;
    /*border-left:10px solid #000000;
    border-right:10px solid #bac8e9;*/
    color:#333;
    /*background:#D4766e;*/
    background:#000000;
    text-align:justify;

}

/* LEFT */
#left {
     width:20px;
    padding:15px;
    text-align:left;
    /*background:#D4766e;*/
/*background:#bac8e9;*/
background:#9c9175;
}
#left a,
#left a:visited {
    color:#520100;
    text-decoration:none;
}
#left a:hover {
    color:#FF0000;
}

/* CONTENT */
#content {
/*background:#D4766e;*/
background:#000000;
color:#bac8e9;
}
#content a,
#content a:link {
    color:#9c9175;
    text-decoration:none;
}

#content a:visited {
    color:#823130;
    text-decoration:none;
}
#content a:link:hover {
    color:#ff0000;
}
#content a:visited:hover {
    color:#ff0000;
}


h2 {  
    margin-top:0px;
    font-family:  "Arial Black", Arial, sans-serif;
    font-size:25px;
    font-style: normal;
    /*color:#B52700;*/	
	color:#823130;
    text-align:center;
}
h3 {
    font-family: sans-serif, "Arial Black", Arial, ;
    font-size:20px;
   font-style: normal;
    /*color:#565299;*/
    color:#fff299;
}
h4 {
    font-family:  "Arial Black", Arial, sans-serif;
    font-size:20px;
font-style: normal;
    /*color:#565299;*/
    color:#823130;
}

#content p {
    padding-left:20px;
}

/* FOOTER */
#footer {
    clear:both;
    font-size:0.8em;
    padding-top:24px;
}
#footer a,
#footer a:visited {
    color:#86b2c9;
    text-decoration:none;
}
#footer a:hover {
    color:#008fff;
}
