@charset "utf-8";
/* CSS Document */

body {
margin: 0px;
padding: 0px;
background-color: #000000;
 font-family: Times New Roman,Times, serif
}
#wrapper {
overflow: auto;
margin: 0 auto 0 auto;
width: 900px;
 
 }
#left_column {
float:left;
width: 274px;
height: 700px;
background-image: url(home_off_slices/left_column.jpg );
background-repeat: no-repeat;		
}	
#header {
float:right;
width: 626px;
height: 167px;
background-image: url( home_off_slices/header.jpg );
background-repeat: no-repeat;		
}	

#navigation {
float: right;
width: 626px;
height: 42px;
}

#home_content_block {
float: right;
width: 626px;
height: 491px;
background-image: url(  home_off_slices/home_content_block.jpg );
background-repeat: no-repeat;
}

#text_content_block {

float: left;
margin: 95px auto 0 70px;
/*margin:95px auto 0 auto;  DIDNT WORK FOR IE6*/
width: 475px;
height: 350px;
overflow: scroll;
background-color: white;
color: black;
border: black solid 3px;
overflow-x: hidden;
}
#text_content_block p {
text-indent: 10px;
padding-top: 10px;
padding-left: 10px;
}

/**************************DIFFERENT PAGE CONTENT BLOCK BACKGROUNDS*************/

#about_content_block {
float: right;
width: 626px;
height: 491px;
background-image: url(  content_blocks/about_content_block.jpg  );
background-repeat: no-repeat;
}
 

#menus_content_block {
float: right;
width: 626px;
height: 491px;
background-image: url(  content_blocks/menus_content_block.jpg  );
background-repeat: no-repeat;
}
 

#contact_content_block {
float: right;
width: 626px;
height: 491px;
background-image: url(  content_blocks/contact_content_block.jpg  );
background-repeat: no-repeat;
}
 

#locations_content_block {
float: right;
width: 626px;
height: 491px;
background-image: url(  content_blocks/locations_content_block.jpg  );
background-repeat: no-repeat;
}
 
 
