@charset "UTF-8";
/* CSS Document */

body {
background-color:white;
text-align:center;
padding-top:20px;
}

#plank {
width:726px;
margin:0 auto;
text-align:left;
border-left:3px solid #a6b2ca; 
border-right:3px solid #a6b2ca; 
border-bottom:3px solid #a6b2ca;
}

#content {
margin-left: 10px;
width:540px;
padding: 15px 0;
float:left;
}

.clears {
clear:both;
height:0;
}

/* top banner */
#banner {
margin: 0 auto;
width:732px;
height:160px;
background-image:url('../images/bg_banner_01.jpg');
background-repeat:no-repeat;
position:relative;
}

div#homelink {
margin-left:3px;
margin-top:3px;
}

a.homelink {
height:140px;
width:720px;
display:block;
}

a.homelink span {
display:none;
}


div#contact {
position:absolute;
bottom:-7px;
right:15px;
}

#contact p {
color:white;
font-size:12px;
}

#contact a {
color:white;
text-decoration: none;
}

#contact a:hover {
color:#a6b2ca;
}

/* nav */

a.nav {
background-repeat:no-repeat;
background-position:top left;
display:block;
float:left;
height:30px;
width:158px;
margin-bottom:3px;
}

a.nav span {
display:none;
}

a.nav:hover {
background-position: left -30px;
}

#nav_plank {
float:right;
margin-right:3px;
margin-top:3px;
width:158px;
}

#side_links {
margin-top:60px;
margin-bottom:3px;
width:152px;
background-color:#edf0f4;
padding:3px;
}

/* gallery */
img.sm	{
margin-right: 5px;
margin-bottom: 5px;
border:1px solid black;
}

/*books*/
div#for_purchase {
float:left;
width:80px;
background-color:#edf0f4;
padding:10px 15px;
}

#for_purchase p {
width:80px;
}

div#bibliography {
float:left;
margin-left:20px;
}

/* footer */
#footer{
width:726px;
margin:0 auto;
text-align:right;
}

#footer p {
font: 10px verdana,arial,sans-serif;
color:black;
}

/* font stuff */

p,ul {
font: 11px verdana,arial,sans-serif;
color:black;
margin-bottom:10px;
}

ul {
margin-left:15px;
list-style-type:disc;
}

h1 {
font: 36px verdana,arial,sans-serif;
color:#a6b2ca;
margin-bottom:10px;
}

h4 {
font: 12px verdana,arial,sans-serif;
color:black;
margin-bottom:5px;
}

a {
color:#7992c4;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}
