/* CSS Document */


/*-------------------------------------------------------- deluxe = FIXED PAGES WITH HEADER IMAGE ----------- */
/* includes: rome_reviews_essays_insights.php, */
/*  REMEMBER TO SET deluxeHeader span in the individual page... this changes the image in the header */


#deluxeHeader {
width:100%; 
height:200px;
position: relative;
}

#deluxeHeader h1 {
color:#990000;
}

#deluxeHeader span {

/* THIS IS SET IN EACH INDIVIDUAL PAGE */

}

#deluxePage h2, #deluxePage h3  {
margin: 4px 4px;
}

#deluxePage h4 {
margin: 10px 4px;
}

#deluxePage p {
margin: 10px 4px;
}

#deluxePage h2 {
color:#990000;
font-style:italic;
}

#deluxePage h3 {
color:#666;
font-style:italic;
}

#deluxePage h4 {

}



#deluxePage {
width: 95%;
margin: 18px auto;

}

#deluxePage a {

}

#deluxePage ol li {
list-style-type:decimal;
}


/*-------------------------------------------------------- fixed = FIXED PAGES WITHOUT HEADER IMAGE ----------- */
/* Includes: rules_privacy.php, advertising.php, help.php */

#fixedPlain {
width: 95%;
margin: 15px auto;
/*border: solid 2px grey;*/
font-size:14px;

}

#fixedPlain h2 {
margin: 10px;
color: #000;
}


#fixedPlain h3 {
margin-top: 18px;
margin-bottom: 10px;
margin-left:10px;
color: #990000;
font-size: 16px;
}

#fixedPlain p {
margin: 8px;
}


#fixedPlain ul, #fixedPlain li {
margin:8px;
list-style-type:disc;
}

#sideBar {
padding: 10px;
float:right;
background:#990000;
margin: 20px;
color:#fff;
text-align:center;
}

#sideBar h2 {
color:#fff;
}

#sideBar a {
color:#fff;
text-decoration:underline;
}

#sideBar a:hover {
background-color:#000;
text-decoration:none;
}

#sideBar li {
margin: 6px;
}

#sideBar table {
color:#000;
margin-left:20px;
}


