/* CSS Document */

/* -------------------------- Styles for the TEMPLATE -------------------------- */
/*-- center content -- */
#centretable {
width:970px;
margin: 0 auto;
overflow: hidden;
}
/*-- table for center content - stretch up and down -- */
#main-table {
float: left;
text-align: left;
overflow: hidden;
background-image: url(../images/background-maintable.jpg);
background-repeat: repeat-y;
width:970px;
}


#column-left {
float: left;
width: 163px;
overflow: hidden;
}
#column-right {
float: left;
width: 87px;
overflow: hidden;
}
#column-mid {
float: left;
width: 720px;
overflow: hidden;
padding-top: 20px;
background-image: url(../images/bulldog-clips.jpg);
background-repeat: no-repeat;
background-color: white;
color: #454545;
}




/* -------------------------- Styles for the HEADER -------------------------- */
#header-container {
float: left;
height: 81px;
width:970px;
background-image: url(../images/header-photographybyclaire.jpg);
background-repeat: no-repeat;
}


	
	
	
/* -------------------------- Styles for the FOOTER -------------------------- */
#footer-outer { float: left; width:970px; overflow: hidden; padding-left: 164px; padding-top: 14px; padding-bottom: 10px; background: url(../images/footer-photographybyclaire.jpg) no-repeat; }
#footer-container { float: left; width: 720px; overflow: hidden; border-top: 1px solid #454545; margin-top: 14px; }
#footer-facebook { float: left; width: 210px; height: 50px; padding-top: 14px; }
#footer-facebook-like { float: left; overflow: hidden; padding-top: 14px; margin-left: 10px; }
#footer-twitter { float: left; overflow: hidden; padding-top: 14px; margin-left: 10px; }
#footer-text { float: right; text-align: right; width:300px; overflow: hidden; padding-top: 14px; }


/* -------------------------- Styles for the NAVIGATION -------------------------- */
#navigation-container-line-bottom {
float: right;
width: 70px;
margin-right: 14px;
padding-bottom: 6px;
padding-top: 6px;
overflow: hidden;
text-align: right;
border-bottom: 1px solid #454545;
}

#navigation-container-line {
float: right;
width: 100px;
margin-right: 12px;
padding-bottom: 6px;
padding-top: 6px;
overflow: hidden;
text-align: right;
border-bottom: 1px solid #454545;
border-top: 1px solid #454545;
}

#navigation-container-line-no {
float: right;
width: 70px;
margin-right: 14px;
padding-bottom: 6px;
padding-top: 6px;
overflow: hidden;
text-align: right;
}

#navigation-spacer {
float: right;
width: 100px;
height: 38px;
}














/* -------------------------- Styles for the PAGES -------------------------- */
#page-container {
float: left;
width:720px;
overflow: hidden;
padding: 12px;
}

#page-header-image {
float: left;
width:692px;
height: 240px;
border: 1px solid #c7c7c7;
margin-bottom: 10px;
}
#page-header-text {
float: left;
width:694px;
overflow: hidden;
padding-bottom: 10px;
}

#page-column-left {
float: left;
width:400px;
overflow: hidden;
padding-right: 10px;
margin-top: 10px;
border-right: 1px solid #c7c7c7;
}


#page-column-right {
float: left;
width:270px;
padding-left: 10px;
margin-top: 10px;
overflow: hidden;
}



















