html {
  background: black;
  text-align: center;}

body {}

td {
  line-height: 1em;
  vertical-align: top;
  text-align: left;}

div {
	text-align: left;}

#pageContainer {
  width: 750px;
  margin: 0 auto;
  border: 1px solid #606060;
  text-align: center;}

#layoutTable {
  width: 748px;
  border: 0;
  background: white;
  margin: 1px auto;}

  #headerBar {
  	width: 748px;
  	height: 38px;
  	background: url(../images/headerArch.gif) transparent no-repeat center top;}
  
  #headerLogo {
  	width: 748px;
  	height: 53px;
  	background: url(../images/headerLogo.gif) transparent no-repeat center top;}
  	
  	#headerLogo div {
  		width: 748px;
  		height: 53px;
  		display: block;}

/* BUTTONS */
  .buttonMembers, .buttonInformation, .buttonDocuments, .buttonNews {
  	width: 187px;
  	height: 52px;}
  
    div.buttonMembers {
    	background: url(../images/buttonMembers.gif) transparent no-repeat center top;
  		display: block;}
    
    div.buttonInformation {
    	background: url(../images/buttonInformation.gif) transparent no-repeat center top;
  		display: block;}
    
    div.buttonDocuments {
    	background: url(../images/buttonDocuments.gif) transparent no-repeat center top;
  		display: block;}
    
    div.buttonNews {
    	background: url(../images/buttonNews.gif) transparent no-repeat center top;
  		display: block;}

	.photoMembers, .photoInformation, .photoDocuments, .photoNews {
  	width: 187px;
  	height: 245px;}

    div.photoMembers {
    	background: url(../images/photoMembers.jpg) transparent no-repeat center top;
  		display: block;}
    
    div.photoInformation {
    	background: url(../images/photoInformation.jpg) transparent no-repeat center top;
  		display: block;}
    
    div.photoDocuments {
    	background: url(../images/photoDocuments.jpg) transparent no-repeat center top;
  		display: block;}
    
    div.photoNews {
    	background: url(../images/photoNews.jpg) transparent no-repeat center top;
  		display: block;}

#newsContainer {
	width: 187px;
	height: 200px;
	text-align: center;
	background: url(../images/newsContainerRepeatBg.gif) #56693c repeat-y center;}
	
	div#newsHeading {
		width: 187px;
		height: 32px;
		background: url(../images/newsHeading.gif) transparent no-repeat center top;
		margin: 0 auto;
		display: block;}
	
	div#newsContentContainer {
		width: 185px;
		background: #778760;
		margin: 0 auto;}
		
		img.newsSpacer {
			width: 156px;
			height: 1px;
			margin: auto 14px;}

#bodyContainer {
	width: 561px;
	height: 200px;
	text-align: center;
	background: url(../images/bodyContainerRepeatBg.gif) #778760 repeat-y center;}
	
	div#bodyContentContainer {
		width: 559px;
		background: #e6e9d6;
		margin: 0 auto;}

#bodyContainerSubPage {
	width: 748px;
	text-align: center;
	background: url(../images/bodyContainerSubPageRepeatBg.gif) #e6e9d6 repeat-y center;}
	
	div#bodyContentContainerSubPage {
		width: 748px;
		background: #e6e9d6;
		margin: 0 auto;}

#newsCorner {
	width: 187px;
	height: 12px;
	background: url(../images/newsContainerCorner.gif) #778760 no-repeat left bottom;}

#bodyCorner {
	width: 561px;
	height: 12px;
	background: url(../images/bodyContainerCorner.gif) #e6e9d6 no-repeat right bottom;}

#footerContainer {
	width: 748px;
	height: 65px;}