/* PAGE */

@import url("page-navigation.css");
@import url("page-showcase.css");
@import url("page-footer.css");

body{
background:url(body-bkg.png) #F3F1E2;
color:#1D1E18;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
line-height:22px;
margin:0;
padding:0;
text-align:center;
}

#page{
background:url(page-top-bkg.gif) 0 0 no-repeat;
margin:0 auto;
position:relative;
text-align:left;
width:860px;
}

#page div.bottom{
background:url(page-bottom-bkg.gif) 0 100% no-repeat;
padding:0 30px 19px 30px;
}

h1{
display:none;
}

#content{
float:left;
margin-left:20px;
width:565px;
display: inline
}

#content:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

p a, p a:visited{
color:#079EB9;
text-decoration:none;
}

p a:hover{
border-bottom:1px dotted #079EB9;
}

p a.more, p a.more:visited, p a.more:hover{
border:0;
color:#DB6619;
font-weight:bold;
text-decoration:underline;
}

br.clearall{
display:block;
clear:both;
}