/* Lady Bedfords Tea Parlour 4/24/09 By MDS Web Studios */

body {
padding:0px;
margin:0px;
background:url(../images/column_bckg.jpg); 
background-repeat:repeat-y;
background-position:center;
font-family:Geneva, Arial, Helvetica, sans-serif;
}

#header{
width:960px;
margin-left:auto;
margin-right:auto;
vertical-align:bottom;
}

a{
color:#333;
text-decoration: underline;
}

a:hover{
color: #333;
text-decoration: none;
}

h1{
background:url(../images/lbtr.jpg);
width:330px;
height:150px;
background-repeat:no-repeat;
float:left;
margin-bottom:0px;
}

h1 span{
position:relative;
left:-9999px;
}

#topright{
background: url(../images/topright.gif) no-repeat;
width:397px;
height:150px;
float:right;
}

#topright span{
position:relative;
left:-9999px;
}

#header table {
float:left;
font-size:12pt;
color:#bbb;
margin-left:90px;
margin-bottom:15px;
margin-top:140px;}

#header table th {
text-align:left;
font-weight:normal;
}

#header table td{
padding-right:30px;
}

#nav{
background-image:url(../images/nav_bckg.jpg);
background-repeat:repeat-y;
background-position:center;
background-color:#f7dadd;
border-top:1px solid #cdcdcd;
border-bottom:1px solid #cdcdcd; 
height:45px;
}

#nav ul{
width:960px;
margin-left:auto;
margin-right:auto;
list-style:none;
color:#666;
margin-top:0px;
padding-top:0px;
}

#nav ul li{
display:block;
float:left;
margin-left:8px;
margin-right:8px;
padding:10px 7px;}

#nav ul li:hover{
background-color:#ffe9eb;
height:25px;
}

#nav ul li a{
color:#777;
text-decoration:none;
}

#banner{
width:963px;
margin-left:auto;
margin-right:auto;
}

#content{
width:870px;
margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-left:20px;
padding-right:20px;
color:#666666;
font-size:0.8em;
}

#cakes{
background:#f7dadd;
padding:15px;
margin:20px;
width:900px;
margin-left:auto;
margin-right:auto;
border:#ccc 2px solid;
}

#cakes h2{
color:#666666;
text-decoration: underline;
}

#cakes .cakepic{
margin:5px;
border:#000 1px;
border-style: solid;
}

.pic{
padding:15px;
padding-bottom: 40px;
margin:10px;
float:right;
background-color:#f7dadd;
border:#ccc 2px solid;
}

.leftcol{
float:left;
width:450px;
}

.head{
background:url(../images/footer_bckg.jpg) no-repeat;
width:347px;
height:76px;
float:right;
padding-right:70px;
}

.rightcol{
float:left;
background-color:#ececec;
width:380px;
margin-left: 20px;
padding-left:20px;
padding-bottom: 20px;
}

#footer{
background:url(../images/footer_bckg.jpg);
background-position:center top;
background-repeat:no-repeat;
width:965px;
text-align:center;
font-size:0.7em;
color:#666666;
padding-top:100px;
margin-bottom: 20px;
margin-top:100px;
margin-left:auto;
margin-right:auto;
}

#footer a{
color:#666666;
}

#footer a:hover{
color:#666666;
text-decoration:none;
}

#mds{
background: url(../images/mdslogo.png) no-repeat right top;
width:150px;
height:21px;
margin-left: auto;
margin-right: auto;
}

.clears{
clear:both;
