/* CSS Document */

/* BODY */

body, html {
background: #BEE9F4;
text-align: center;
margin: 0 auto;
padding: 0;
}

/* MAIN CONTAINER DIV */

#container {
position: relative;
margin: 0 auto;
padding: 0;
width: 760px;
color: #000;
font: 12px Verdana, Arial, Helvetica, sans-serif;
background-color: #FFF;
background-image: url(images/Content.jpg);
background-position: center;
background-repeat: repeat-y;
min-height: 100%;
overflow: hidden;
}

/* CONTENT DIV */

#content {
position: relative;
width: 740px;
font: 12px Verdana, Arial, Helvetica, sans-serif;
text-align: center;
color: #000;
}

/* HEADER DIV */

#header {
width: 760px;
height: 165px;
background-image: url(images/Header.jpg);
background-position: center;
background-repeat: no-repeat;
}

/* MAILING LIST */
#mailinglist {
width: 675px;
background: #B9C6E9;
border: 1px solid #666;
padding: 15px;
}

/* BOXES */

.box1 {
width: 315px;
background: #BFE7F3;
border: 1px solid #666;
padding: 10px;
margin: 0 auto;
}

/* LEFT FLOAT COLUMN */

#leftflt {
float: left;
width: 325px;
color: #000;
text-align: left;
margin: 10px 0 0 25px;
}

/* RIGHT FLOAT COLUMN */

#rightflt {
float: right;
width: 325px;
color: #000;
text-align: center;
margin: 10px 25px 0 0;
}

/* COLORED TEXT */

.bluetxt {
color: #0175C0;
}

.redtxt {
color: #D55051;
}

.purpletxt {
color: #512970;
}

.tinytxt {
font: normal 900 9px Verdana, Arial, Helvetica, sans-serif;
color: #666;
}


/* HEADINGS */

h1 {
font: normal 30px Verdana, Arial, Helvetica, sans-serif;
font-weight: bolder;
color: #512970;
}

h2 {
font: normal 20px Verdana, Arial, Helvetica, sans-serif;
font-weight: bolder;
color: #512970;
}

/* LIST STYLES */

ul {
list-style-type: circle;
list-style-image: url(file:///F|/Freelance/ADD Management/Book Site/images/redrose.png);
}

/* IMAGE FLOAT  */

.imgfltrgt {
float: right;
padding: 15px;
}

/* IMAGE BORDER  */

.imgbrdr {
border: solid 1px #000;
}

/* FOOTER DIV */

#footer {
position: relative;
margin: -10px auto;
bottom: 0;
font: normal 900 9px Verdana, Arial, Helvetica, sans-serif;
text-align: center;
color: #0175C0;
background-color: #FFF;
background-image: url(images/Footer.jpg);
background-position: center;
background-repeat: no-repeat;
width: 760px;
height: 58px;
}

#footer a {
 color: #0175C0;
 text-decoration: none; 
 font-weight: bold; 
}

#footer a:hover {
 color: #C25D51; 
}

/* TEXT LINKS */

A:link {text-decoration: none; color: #000;}
A:visited {text-decoration: none; color: #000;}
A:active {text-decoration: none; color: #000;}
A:hover {text-decoration: underline; color: #C25D51;}

/* ALT LINKS */

.A1:link {text-decoration: none; color: #CCCCCC;}
.A1:visited {text-decoration: none; color: #CCCCCC;}
.A1:active {text-decoration: none; color: #CCCCCC;}
.A1:hover {text-decoration: underline; color: #F89A28;}

