/* CSS Document */

body { margin:0px 0; padding:0; background:#017457; font-family:georgia; font-size:12px; text-align:center; color:#736F6E; } 

#pagewidth { width:740px; text-align:left; margin-left:auto; margin-right:auto; } 
 
/* HEADER */
#header { height:125px; padding:0px; } 

/* TOP NAV */
#top-nav { background-color: #002364; } 
#top-nav a:hover { text-decoration: underline; }
#top-nav { background:#f1e9d1; padding:0px; height:25px; border:0px; }

/* MAIN */
#wrapper { background:#ffffff; padding:0px; text-align:left; }
#wrapper-pic-right { float:right; margin-top:0px; padding:0px 0px 0px 0px; }
#leftnav { background:#ffffff; padding-left:10px; padding-right:5px; padding-top:5px; padding-bottom:5px; width:165px; height: 1700px; float:left; text-align:left; }
* html #leftnav { width: 180px; w\idth: 165px; }
#maincol { background:#ffffff; padding:5px; width:370px; height: 1700px; float:left; }
* html #maincol { width: 380px; w\idth: 370px; }
#rightcol { background:#ffffff; padding:5px; width:170px; height: 1700px; float:right; text-align:center; }
* html #rightcol { width: 180px; w\idth: 170px; }

/* FOOTER */
#footer { background:#ffffff; padding:0x; width:740px; height:15px; float:left; font-size:10px; text-align:center; }

