/*============= A Garden of Love: global settings =============*/
/*=====================================================*/

/* Global Settings */
BODY {
    background-color: #fcdbe4;
    FONT-FAMILY: Verdana, Tahoma, Arial, sans-serif; 
    font-size: 10pt; 
    color: #000;
    margin: 20px;
    text-align: center;
    }
		
#EntirePage {
    /* center page content to left and right            */
    /* and then apply text-align: center on the BODY... */
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    }

em {
    color: red;
    font-style: italic;
    }

big {
    font-size: 14pt;
    font-style: italic;
    font-weight: bold;
    }	 

.bluecolor {
    color: blue;
    font-weight: bold;
    }

.redcolor {
    color: #FF0000;
    font-weight: bold;
    } 

.italicsmed {
    font-style: italic;
    }

.monotypecorsiva {
    font-family: "Monotype Corsiva", Verdana, Tahoma, sans-serif;
    font-size: 24pt;
    font-weight: bold;
    }

.monotypecorsivasmall {
    font-family: "Monotype Corsiva", Verdana, Tahoma;
    font-size: 14pt;
    }

.whitebackground {
    background: #FFFFFF;
    }


div#banner 
TABLE {
    background-image: url(rose_background.jpg);
    background-repeat: no-repeat; 
    background-position: center top;
    }
		
div#book
TABLE {
    font-size: 90%;
    border: 8px double;
    border-spacing: 5px;
    width: 700px;
    margin-left: 30px;
    padding: 3px;
    background-color: #ffffff;
    }		
		
div#bookdetails
    {
    font-size: 9pt;
    }

div#singlepage
TABLE {
    width: 600px;
    align: center;
    padding: 0px;
    background-color: #ffffff;
    }		

div#pricing
TABLE {
    background-color: #f5a0bd;
    }

div#tabs
TABLE {
    border: 0px;
    border-spacing: 0px;
    width: 612px;
    align: center;
    font-size: 80%;
    padding: 0px;
    background: #f5a0bd; 
    }

