* {
	border:0;
	margin:0;
	padding:0;
}

/* general */
a {
	color:#ffffff;
	text-decoration:none
}

a:hover {
	color:#666666;
	text-decoration:underline
}



/* body */
Body {
     font-family: Agency FB;
     font-style: normal;
     font-weight: normal;
     color: #000000;
     background-color: #333333; 
     text-align: center;
     /* text-decoration: blink; */
     /* text-indent: 1in; */
     /* word-spacing: 10%; */
     /* letter-spacing: 2%; */
     /* text-transform: uppercase */
     /* margin: 3in 4cm 12px; */
     line-height: 20px;
     /* background-image: http://www.page.com/dog.jpg;
     background-repeat: repeat-y;
     background-attachment: fixed */
     background-image: url(../images/body_bg_top.jpg);
     background-repeat: no-repeat;
     background-position: top;
     }

#container {
           position: relative;
           width:800px;
           margin: auto;
           min-width: 800px;
           text-align: left;
           background-color:#000000;
}

#top_div {
  background: #444444;
  width: 800px;
  min-width: 600px;
  height:10px;
}

/* header */
#header {
  color: #4493A0;
  padding: 10px;
  width: 720px;
  min-width: 600px;
  height:140px;
  background-color:#000000;
  background-image: url(../images/manedesign3_sml.jpg);
  background-repeat: no-repeat;
  background-position: center right;
}

H1, H2, H3, H4, H5, H6 { font-family: Agency FB
}

H1 {
  padding: 18px 0 10px 0;
    font-size: 24pt}

H2 {font-size: 18pt}

H3 {font-size:14pt}

H4 {font-size:16pt; text-align:center; font-weight: normal; padding: 5px 0px 5px 0px; }

     /* Navigation */


#navigation {
            margin-top: 0px;
            padding-top:5px;
	    min-width: 800px;
	    height:30px;
	    list-style-type:none;
            background-color:#0A3A3D;
}

#navigation li {float: left;
        margin-left: 100px;
	word-spacing: 0px;
	list-style-type:none; 
        color:#ffffff;
        font-weight: normal }
	

      /* Columns */

#column_left  {
	     float:left;
             padding-left: 45px;
	     width:88px;
	     min-width: 88px;
	     height:450px;
	     color: #F2FEFE;
             background-color:#255057;
             z-index:1;
}

#col_inner_left  {
             float: left;
             width:514px;
	     min-width: 474px;
             font-weight: normal;
             font-size: 12px;
             text-align: left;
             line-height: 20px;
             padding-top: 20px;
             padding-left: 10px;
             padding-right:10px;
	     height:430px;
             background-color: #ffffff;
             overflow:auto;


}

#col_inner_right  {
             float: left;
             width:237px;
	     min-width: 237px;
             font-family: Arial;
             font-weight: normal;
             font-size: 12px;
             text-align: left;
             line-height: 20px;
             padding-top: 20px;
             padding-right: 20px;
             padding: 20px;
	     height:410px;
             background-color: #ffffff;
             overflow:auto;
}

#column_right  {
	     float:left;
             padding-left: 45px;
	     margin-top: 0px;
	     width:88px;
	     min-width: 88px;
	     height:450px;
	     color: #F2FEFE;
             background-color:#255057;
             z-index:1;
}

/* footer */

#footer {
  float:left;
        color: #4493A0;
        background-color: #000000;
        height: 40px;
        width:800px;
        min-width: 600px;
        font-size: 16px;
        font-family: Agency FB;
        font-style: normal;
        font-weight: normal;
        text-align:center;
        /*background-image: url(../images/footer_bg.jpg);*/
        padding: 5px 0px 5px 0px;
}

#footer a {
        color: #fafafa;
}