/* 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-container {
float: left;
text-align: center;
width:970px;
overflow: hidden;
padding-top: 14px;
padding-bottom: 10px;
background-image: url(../images/footer-photographybyclaire.jpg);
background-repeat: no-repeat;
}
#footer-content {
float: left;
text-align: center;
width:720px;
overflow: hidden;
padding-top: 14px;
padding-left: 80px;
border-top: 1px solid #454545;
}

#footer-left {
float: left;
width:80px;
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:460px;
overflow: hidden;
padding-right: 10px;
margin-top: 10px;
border-right: 1px solid #c7c7c7;
}


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


















