/* */
/* Remove margins from the 'html' and 'body' tags, and ensure the page takes up full screen height */
/* html {height:100% } */
 
body {height:100%; margin:0px; padding:0px; background-color: #E0E0DD;}

/* set up the main container */
#container {position: relative; width: 772px; height: 100%; margin-left: auto; margin-right: auto; margin-top: 0px; padding-top: 0px; background-color: #E0E0DD;}

/* main page area */
#main {width: 100%; margin-top: 85px; margin-bottom: 60px;}

/* top block with logo and linked in */
#top_block { width: 100%; margin-bottom: 50px;}

#top_left { float: left; }

#top_right {padding-top:143px; float: right; margin-right: 9px; font-family: sans-serif;}

/* slideshow */
#slideshow {width: 100%; }
#slide-counter {width: 100%; font-family:"letter-gothic-std",sans-serif; font-size:14px; color: #727074;  margin-bottom: 20px; margin-top: 7px;}

/* text block */
#text_block { width: 100%; color: #727074; font-family:"letter-gothic-std",sans-serif; font-size:12px; line-height:17px; margin-top: 0px;}
#text_block h1 { font-size: 16px; margin-bottom: 5px;}
#text_block p {margin-top: 8px; }

#text_left {float: left; width: 33%; }
#text_middle {float: left; width: 33%; }
#text_right {float:left; width: 34%; }


/* footer */
#footer {width: 732px; font-size: 11px; color: #FFF; margin-top: 15px; font-family:"letter-gothic-std",sans-serif; background-color: #747476; padding: 20px 20px 20px 20px; line-height:14px; }
#footer a {text-decoration:none; color:#FFF; }
#footer a:hover {text-decoration:none; color: #C99972; }
#footer h2 { font-size: 11px; color: #FFF; margin-bottom: 5px; font-weight:normal;}
#footer_left { float: left; width: 170px; margin-right: 20px; }
#footer_logo { float: left; margin-left: 20px; margin-top:20px; width: 95px;}
#footer_right { float: left; margin-left: 15px; margin-top:25px; font-style:italic; width: 200px;}
#footer_right h4 {margin-bottom:5px; margin-top: 0px; font-style:normal;}


/* miscellaneous stuff */
.clear { clear: both; margin: 0; padding: 0;}


