/* 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Little People Childcare Main CSS
Copyright 2009 Get Sticky Design 
www.getstickydesign.co.uk
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

body{
margin:0;
padding:0;
text-align:center;
font-size:100%;
/*background:url(../images/bg2.jpg) top left repeat-x;
*/}
#wrapper{
text-align:left;
color:#666;
width:970px;
margin:0px auto;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
}
#header{
margin-top:20px;
}
#left{
width:770px;
height:584px;
background:#95AB63 url(../images/pages/littlepeoplechildcare.gif) no-repeat 210px 21px;
float:left;
/*margin-right:10px;
*/}
#photo{
}
#left h1, #left h2, #left h3{
font-family:Georgia, "Times New Roman", Times, serif;
color:#4D4B01;
}
#left h1{
font-size:1.8em;
margin-bottom:0;
}
#right{
width:168px;
height:552px;
background-color:#E2F0D6;
float:left;
border:1px solid #333;
padding:15px;
font-size:0.8em;
}
#right h1, #right h2, #right h3{
}
#right h2{
}
/*
#headerimg{
width:630px;
margin:20px auto 30px;
}
*/
#content{
margin: -444px 20px 0 230px;/*Image is throwing the original out(140px 20px 0 230px). SORT THIS OUT!*/
}
#content h1{
font-family:Georgia, "Times New Roman", Times, serif;
}
#footer{
clear:both;
background-color:#F6FFE0;
padding:15px;
text-align:right;
border:1px solid #95AB63;
border-top:none;
}
.floatrt{
float:right;
}
.floatlft{
float:left;
}
.tmb, .tmblft, .tmbrt{
border:1px solid #10222B;
padding:5px;
}
.tmblft{
float:left;
margin:0 7px 7px 0;
}
.tmbrt{
float:right;
margin:0 0 7px 7px;
}
.clear{
clear:both;
}
.small{
font-size:0.8em;
}
.disclaimer{
font-size:0.8em;
font-weight:bold;
}
.diclaimer h2{
font-size:0.8em;
}
.strong{
font-weight:bold;
}
.em{
font-style:italic;
}
.signature{
margin:-5px 0 -5px 250px;
}
#map{
border:1px solid #000;
margin:5px auto;
width:410px;
height:300px;
}
#mapouter{
padding:5px;
border:1px solid #000;
width:420px;
height:310px;
margin:5px auto 20px auto;
background-color:#E2F0D6;
}
.alignrt{
text-align:right;
}