@charset "UTF-8";
/* CSS Document */

body {font-family:Georgia, "Times New Roman", Times, serif;}
*{margin:0;padding:0;font-weight:normal;}
a {color:#0066FF;text-decoration:none;}
a:hover {text-decoration:none;}

h1 {padding-top:15px;font-size:53px;color:#c80010;}
h2 {font-size:27px;margin-bottom:10px;font-style:italic;}
p {width:600px;font-size:21px;line-height:30px;color:#666;margin-bottom:10px;}

#pseudoBody {position:relative;width:800px;height:600px;margin:0 auto;}

#intro h2 {margin-bottom:30px;padding-bottom:8px;font-style:normal;line-height:40px;}
#intro h2 span {border-bottom:1px solid #ccc;}
#intro img {margin-bottom:40px;}
#intro #slide {padding-top:30px;}

#slide {margin:56px 55px 20px 83px;}
#gallery #slide {margin:56px 20px 20px;}
#gallery #slide img {margin-bottom:10px;}
#footer {position:absolute;bottom:0;left:0;width:100%;height:63px;}
#footer img {float:left;margin-left:20px;}
#footer p {width:auto;margin-left:82px;font-size:16px;border-top:1px solid #ccc;}
#footer span {display:block;float:right;}
#intro #footer {display:none;}
.last #footer {display:block !important;}
.last #footer p {margin-left:0;}

#nav {position:absolute;bottom:100px;width:90%;margin-left:82px;}
#nav h2 {width:350px;}
.previous {display:block;width:65px;height:52px;float:right;margin-right:10px;background:url(images/arrow-right-off.gif) no-repeat top left;}
.next {display:block;width:65px;height:52px;float:right;background:url(images/arrow-left-off.gif) no-repeat top left;}
.previous:hover {background:url(images/arrow-right-on.gif) no-repeat top left;}
.next:hover {background:url(images/arrow-left-on.gif) no-repeat top left;}

.first .previous {background:url(images/arrow-right-dim.gif) no-repeat top left;}
.first .previous:hover {background:url(images/arrow-right-dim.gif) no-repeat top left;}
.last .next {background:url(images/arrow-left-dim.gif) no-repeat top left;}
.last .next:hover {background:url(images/arrow-left-dim.gif) no-repeat top left;}

img {border:0;}
.spacer {clear:both;}
