/* Start of CMSMS style sheet 'BB: MAIN STRUCTURE' */
#maincontainer{
width: 1000px;
margin: 0 auto;
background-color:#f8f8f8;
}

p {
line-height:1.4em;
padding-top: 1.0em;
}

/* TOP ROW */

#topwrapper{
float: left;
width: 100%;
}

#topright{
margin-left: 545px; /*Set left margin to LeftColumnWidth*/
height: 101px;
background-image:url(images/search_back.jpg);
background-repeat: no-repeat;
}

#topleft{
float: left;
background-image:url(images/baby_beloved_logo.jpg);
background-repeat: no-repeat;
width: 545px; /*Width of left column*/
margin-left: -1000px; /*Set left margin to -(MainContainerWidth)*/
height: 101px;
}

/* LINK BAR */

#links{
clear: left;
width: 100%;
background-image:url(images/links_back.jpg);
background-repeat:no-repeat;
height: 51px;
}

/* CENTER WIDE INSIDE PAGES */

#centerwide{
clear: left;
width: 100%;
background-color: #becc6a;
height: 30px;
}

#centerinside{
clear:left;
width:950px;
padding-left: 50px;
background-color:#f8f8f8;
}

/* SECOND ROW */

#centerwrapper{
float: left;
width: 100%;
}

#centerright{
margin-left: 545px; /*Set left margin to LeftColumnWidth*/
height: 290px;
background-image: url(images/home_photo.jpg);
background-repeat: no-repeat;
}

#centerrightinside p {
padding: 0.15em 50px 1.0em 0px;
line-height: 1.6em;
}

#centerinside p {
padding: 0 50px 1.0em 0px;
line-height: 1.6em;
}

#centerrightinside{
margin-left: 220px; /*Set left margin to LeftColumnWidth*/
background-color: #f8f8f8;
background-repeat: no-repeat;
}

#centerleftinside{
float: left;
width: 220px; /*Width of left column*/
margin-left: -1000px; /*Set left margin to -(MainContainerWidth)*/
line-height: 1.6em;
background-color: #f8f8f8;
}

#centerleft{
float: left;
width: 545px; /*Width of left column*/
margin-left: -1000px; /*Set left margin to -(MainContainerWidth)*/
background-image: url(images/text_back.gif);
background-repeat: no-repeat;
height: 290px;
padding-left: 50px;
line-height: 1.6em;
padding-right: 20px;
}

/* THIRD ROW */

#bottomwrapper{
float: left;
width: 100%;
}

#bottomright{
margin-left: 311px; /*Set left margin to LeftColumnWidth*/
height: 134px;
color: #fff;
padding-left: 20px;
padding-right: 50px;
background-image: url(images/blue_bar_right.jpg);
background-repeat: no-repeat;
}

#bottomleft{
float: left;
line-height: 1.2em;
font-size: 88%;
width: 311px; /*Width of left column*/
margin-left: -1000px; /*Set left margin to -(MainContainerWidth)*/
background-image: url(images/blue_bar_left.jpg);
background-repeat: no-repeat;
height: 134px;
color: #fff;
}

/* ROTATING FACTS */

#facts{
clear: left;
text-align: center;
width: 100%;
background-color:#f8f8f8;
background-image: url(images/white_bar.jpg);
background-repeat: no-repeat;
height: 94px;
color: #d5afd2;
font-size: 140%;
font-family: georgia,serif;
}


/* WHITE / OFF-WHITE BAR  */

#insidebar {
clear: left;
width: 100%;
height: 50px;
background-color: #fff;
background-image: url(images/insidebar.jpg);
background-repeat: repeat-x;
}


/* FOOTER */

#footer{
clear: left;
width: 100%;
color: #fff;
background-color:#d5afd2;
background-image: url(images/purple_bar.jpg);
background-repeat: no-repeat;
height: 30px;
text-align: center;
font-size: 80%;
}

table {
margin: 0.25em 0 0.75em 0;
}

td {
padding: 0 0.25em 0.5em 0;
width: 180px;
font-size: 85%;
}

.greenborder {
border: 8px solid #bdcd6a;
}
/* End of 'BB: MAIN STRUCTURE' */

