/* CSS Document */

/* BODY */

body, html {
background-color: #4E88B2;
text-align: center;
font: normal 900 9px Verdana, Arial, Helvetica, sans-serif;
color: #CCC;
margin-top: 20px;
margin-bottom: 20px;
padding: 0;
}

/* MAIN CONTAINER DIV */

#container {
position: relative;
margin: 0 auto;
width: 750px;
color: #000;
background-color: #FFF;
background-image: url(images/bgrnd.jpg);
background-repeat: repeat-y;
background-position: center;
min-height: 100%;
overflow: hidden;
}

/* CONTENT DIV */

#content {
position: relative;
padding: 5px;
font: normal 900 12px Verdana, Arial, Helvetica, sans-serif;
text-align: left;
color: #000;
}

/* HEADER DIV */

#header {
width: 750px;
height: 200px;
background-image: url(images/header.jpg);
background-position: center;
background-repeat: no-repeat;
}

/* LEFT FLOAT COLUMN */

#leftflt {
float: left;
width: 465px;
padding: 10px;
font: normal 400 12px Verdana, Arial, Helvetica, sans-serif;
color: #000;
}

/* RIGHT FLOAT COLUMN */

#rightflt {
float: right;
width: 225px;
padding: 5px;
font: normal 900 12px Verdana, Arial, Helvetica, sans-serif;
color: #9D1F27;
text-align: center;
}

/* REVIEW BUBBLES */

.rvwbble {
text-align: left;
font: normal 400 12px Verdana, Arial, Helvetica, sans-serif;
width: 215px;
padding: 5px;
}

/* BOLD TEXT */

.bldtxt {
font: bolder 900 9px Verdana, Arial, Helvetica, sans-serif;
}

/* BLUE TEXT */

.blutxt {
font: bolder 900 9px Verdana, Arial, Helvetica, sans-serif;
color: #4E88B2;
}

/* RED TEXT */

.redtxt {
font: normal 900 14px Verdana, Arial, Helvetica, sans-serif;
color: #9D1F27;
}

/* HEADINGS */

h1 {
font: normal 15px Verdana, Arial, Helvetica, sans-serif;
font-weight: bolder;
color: #9D1F27;
background-image: url(images/dash.jpg);
background-position: bottom;
background-repeat: repeat-x;
padding: 0 0 10px 0;
}

/* LIST STYLES */

ul {
list-style-type: circle;
list-style-image: url(images/redrose.png);
}

/* IMAGE FLOAT  */

.imgflt {
position: relative;
padding: 5px;
}

/* IMAGE BORDER  */

.imgbrdr {
border: solid 1px #000;
}

/* FOOTER DIV */

#footer {
position: relative;
margin: 0 auto;
bottom: 0;
font: normal 900 9px Verdana, Arial, Helvetica, sans-serif;
text-align: left;
color: #CCC;
background-color: #FFF;
background-image: url(images/footer.jpg);
background-repeat: no-repeat;
background-position: center;
width: 750px;
height: 20px;
padding-top: 3px;
padding-bottom: 3px;
}

/* TEXT LINKS */

A:link {text-decoration: underline; color: #4E88B2;}
A:visited {text-decoration: none; color: #4E88B2;}
A:active {text-decoration: none; color: #4E88B2;}
A:hover {text-decoration: underline; color: #F89A28;}

/* ALT LINKS */

.A1:link {text-decoration: underline; color: #CCCCCC;}
.A1:visited {text-decoration: none; color: #CCCCCC;}
.A1:active {text-decoration: none; color: #CCCCCC;}
.A1:hover {text-decoration: underline; color: #F89A28;}