@charset "utf-8";
/* CSS Document */
*{margin:0; border:0; padding:0; outline:0;}
h3{color:#9e0b0f; font-size:18px; margin:3px 0px 5px; font-weight:bold;}
h4{color:#9e0b0f; font-size:15px; margin:3px 0px 2px; font-weight:bold;}
.float{float:left; margin:5px 15px 0px 0px; border:#3b230b 1px solid;}


body{overflow:hidden; position:fixed; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; background:center center; }
#slideshow{height:1200px; position:absolute; top:0; left:0; z-index:100;}
#header{width: 600px; height:120px; position:fixed; z-index:200;}
#navigation{ width:300px; height:20px; margin:60px 0px 0px;}

#content{width:645px; height:540px; padding:45px 35px 25px 20px; position:fixed; top:135px; z-index:200; background:url(images/content_bg_footer.png) no-repeat;}
#content p{color:#3b230b; font-size:14px; line-height:18px; }
#content a {color:#3b230b; font-weight:bold; text-decoration:none;}
#content a:hover{color:#9e0b0f;}

#content2{width:645px; height:900px; padding:45px 35px 25px 20px; position:fixed; top:135px; z-index:200; background:url(images/content_bg_long.png) no-repeat;}
#content2 p{color:#3b230b; font-size:14px; line-height:15px; margin-bottom:10px; }
#content2 a{color:#3b230b; font-weight:bold; text-decoration:none;}
#content2 a:hover{color:#9e0b0f;}

#footer{width:470px; font-size:10px;}

