/* CSS Document // THIS IS FOR FINE */

<style type="text/css">

*{margin:0px;padding:0px;}
body { font-family: 'Trebuchet MS', Helvetica, sans-serif; font-size: 12px; letter-spacing:1px; line-height: 20px; color: #242424; text-align:left;  }
a {color: #CC0000; text-decoration:underline; }

#header1 { background:url(images/bg1.jpg); background-repeat:repeat-x; height:100px; overflow:hidden; }
#header2 { background:url(images/bg2.jpg); background-repeat:repeat-x; height:50px; overflow:hidden; }

#wrap { width:965px; margin:0px auto; overflow:hidden; }

#footer1 { background:url(images/bg3.jpg); background-repeat:repeat-x; height:20px; overflow:hidden; }
#footer2 { width:965px; margin:0px auto; font-size:11px; color:#C0C0C0; text-align:left; float:left; letter-spacing:normal; }
#footer2 a { color: #C0C0C0; text-decoration: none; }
#footer2 a:hover { color: #C0C0C0; text-decoration: underline; }



#col1 { width:465px; float:left; padding-top:10px; }
#col1a { width:470px; float:left; padding-top:10px; }
#col1b { width:500px; float:left; padding-top:10px; }
#col1c { width:400px; float:left; padding-top:10px; }

#col2 { width:460px; float:right; padding-top:10px; }
#col2a { width:460px; float:right; padding-top:25px;}

#col3 { width:400px; float:right; padding-top:10px;  }
#col3a { width:360px; float:right; padding-top:10px;  }

#col4 { width:310px; float:right; padding-top:10px;  }
#col5 { width:490px; float:right; padding-top:10px;  }

#subcol1 { width:245px; float:left; padding-top:20px; }
#subcol2 { width:200px; float:right; padding-top:20px; }

.heading { font-family:Georgia, "Times New Roman", Times, serif; font-size:22px; color: #CC0000; line-height:32px; }

.quote { font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; color: #555; }
.quote a { font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; color: #CC0000; text-decoration:none }
.quote a:hover { font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; color: #CC0000; text-decoration:none }

.bio { font-size:14px; line-height:22px; letter-spacing:normal; }
.subhead { font-family:Georgia, "Times New Roman", Times, serif; font-size:14px; color: #CC0000; text-transform:uppercase; border-bottom:solid; border-bottom-width: 1px; border-bottom-color:#CCC; }
.line_b { border-bottom:solid; border-bottom-width: 1px; border-bottom-color:#CCC; padding:0px; }
.line_t { border-top:solid; border-top-width: 1px; border-top-color:#CCC; padding:0px; }


</style>