#centerwrap { width: 950px;
              height:800px;
              margin-left: auto;
              margin-right: auto;
			  position: relative;
}
body { font-family:Arial, Helvetica, sans-serif;
       font-size:medium;
       background-color:white;
       color:#000;
}

#left_side { width: 450px;
             height: 800px;
			 float: left;
}
#right_side { width: 500px;
              height:800px;
			  float: right;
}
#logo { padding:10px;
        width:400px;
        height:316px;
        float: left;
}
#navbar {
	text-decoration:none;
	list-style-type: none;
	border-style:none;
	font-family: Arial, Helvetica;
	font-size: 1em;
	float: left;
	padding-left: 160px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width:290px;
}
#fadeshow1 { width:500px;
               height:800px;
               margin: 0px;
}
#fadeshow2toggler { margin-bottom: auto;
                    position: relative;
					margin-left: 120px;
					font-size: 1em;
}

#index_image { width:500px;
               height:725px;
               margin: 0px;
}
#footer { font-size:xx-small;
          text-align:center;
          padding:10px;
          clear:right;
}
.rightfloat {float: right;
             margin: 5px;
             clear: right;
             border: 0;
}
.nav {list-style-type: none;
      text-decoration: none;
      color:#000;
      font-size:11px;
      padding: 2px 3px 3px 3px;
      font-weight: lighter;
}
a.nav:link { text-decoration: none;
             color:#000;
             font-size:11px;
             padding: 2px 3px 3px 3px;
}

a.nav:hover {color: #222;
             background: #E5E4E2;
}
.padright { padding-left: 30px;
            text-align: left;
			font-weight: lighter;
			font-size: 1em;
}
.fontweight {font-size: 11px;
            
}

             
