/*
CSS CVS Brides
*/

.title {
   color: white;
   font-weight: bold;
   font-size: 50px;
   background: url(logo_01.jpg);
   background-repeat: no-repeat;
   width: 650px;
   height: 172px;
   padding-top: 105px;
   padding-left: 12px;
}

body {
   font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
   line-height: 125%;
   padding: 15px;
   background: url(back.jpg);
   background-repeat: repeat-x;
   background-color: white;
}

h1 {
   font-family: Verdana, Arial, Helvectica, sans-serif;
}

li {
   font-size: 16px;
   list-style-type: none;
}

h2 {
   color: #4B0082;
   font-size: 17px;
   font-weight: bold;
}

h3 {
   font-size: 10px;
   font-weight: normal;
   text-align: center;
}

p {
   font-size: 12px;
   color: #000000;
}

em {
   text-transform: uppercase;
}

#navigation {
   position: absolute;
   top: 204px;
   background-color: #eaccff;
   border-width: 1px;
   border-style: solid;
   border-color: #4B0082;
   width: 648px;
   list-style: none;
   margin: 0;
   text-align: center;
}

#navigation a:link, #navigation a:visited {
   padding: 0.4em 1em 0.4em 1em;
}

#navigation li {
   display: inline;
}

a:link {
   color: black;
}

a:visited {
   color: #555555;
}

a:link, a:visited {
   text-decoration: none;
}

a:hover {
   text-decoration: none;
   color: white;
   background-color: #CC99FF;
}

a:active {
   color: red;
}

#image_float {
   float: right;
   width: 200px;
}

hr {
   border: none;
   background-color: #ADD8E6;
   color: #ADD8E6;
   height: 1px;
   width: 80%;
}

/*
The section deals with the position of items on the screen.  It uses absolute positioning - fixed X & Y coordinates measured from the top-left corner of the browsers content display
*/

#bodycontent {
   position: absolute;
   top: 255px;
}

.constrained {
   width: 650px;
}

