* {
 margin: 0;
 padding: 0;
}

body {
 text-align: center;
 background-color: #E3E1E2;
}

/* This section sets the positions of the elements on the page */

#page {
 margin: 0 auto;
 width: 800px;
 text-align: left;
 
}

/* Top section of the page setup */

#header {
 float: left;
 height: 302px;
 width: 800px;
 background-image: url(images/header.jpg); background-repeat: repeat-x;
 }

#logo_cont {
 float: left;
 height: 238px;
 width: 537px;
 margin-top: 10px;
 margin-left: 20px;
 }

#headerright {
 float: right;
 height: 105px;
 width: 111px;
 margin-top: 150px;
 margin-right: 10px;
 }

/* main */

#main {
 float: left;
 height: 100%;
 width: 800px;
 background-image: url(images/centbg.jpg); background-repeat: repeat-y;
}


#left_col {
 float: left;
 margin-left: 10px;
 width: 130px;
 height: 100%;
 padding-bottom: 10px;
 }


#cent_col {
 float: left;
 margin-left: 10px;
 width: 430px;
 height: 100%;
 padding-bottom: 10px;
 padding-top: 13px;
 
 }

#right_col {
 float: right;
 margin-right: 10px;
 width: 180px;
 height: 100%;
 padding-top: 18px;
 padding-bottom: 10px;
 }
/*Footer */

#footer_top {
 float: left;
 height: 28px;
 width: 100%;
 background-image: url(images/footer_top.jpg); background-repeat: repeat-x;
}

#footer_left {
 float: left;
 margin-left: 10px;
 margin-bottom: 5px;
}


#footer_text_cont {
  float: left;
  margin-left: 100px;
  padding: 10px;
  width: 450px;
    text-align: center;
 
}

#footer_right {
 float: right;
 margin-right: 10px;
  margin-bottom: 5px;
 
}

#footer {
 float: left;
 height: 100%;
 width: 100%;
 background-image: url(images/footer.jpg); background-repeat: repeat;
}


/*Text Formatting Containers */

#nav{
 float: left;
 height: 100%;
 width: 100%;
 padding: 10px;
}

/*Gallery Page Formatting Containers */

#gal_cent_col {
 float: left;
 margin-left: 10px;
 width: 610px;
 height: 100%;
 padding-bottom: 10px;
  }

#gal_main {
 float: left;
 height: 100%;
 width: 800px;
 background-image: url(images/galcentbg.jpg); background-repeat: repeat-y;
}

.image_container {
 float: left;
 height: 100%;
 padding-top: 10px;
 width: 600px;
 }

.rightalign {
 float: left;
 text-align: left;
 width: 280px;
}

.container {
 float: left;
 margin-top: 20px;
 height: 100%;
 width: 580px;
 margin-bottom: 20px;
 }
