body
{
 position: absolute;
 top: 0px;
 left: 0px;
 margin: 0px;
 color: black;
 background: white url("/images/blotch.jpg") no-repeat fixed top left;
 width: 100%;
 height: 100%;
}
#bglines
{
 position: fixed;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 100%;
 background: url("/images/background.png") fixed;
}
img
{
 border-width: 0px;
}
#header
{
 position: absolute;
 top: 0px;
 left: 0px;
 width: 425px;
 height: 195px;
}
#header > img
{
 width: 425px;
 height: 195px;
}
#nav
{
 background-repeat: no-repeat;
 position: absolute;
 top: 230px;
 left: 0px;
 width: 130px;
 height: 170px;
}
.navLink
{
 background-position: top;
 position: absolute;
 left: 1px;
 height: 30px;
}
.navLink:hover
{
 background-position: bottom;
}
.navItem
{
 min-width: 100px !important;
 width: 100%;
 height: 30px;
}
#navHome
{
 background-image: url(/images/home.png);
 top: 9px;
 width: 100px;
}
#navAbout
{
 background-image: url(/images/about.png);
 top: 53px;
 width: 100px;
}
#navPortfolio
{
 background-image: url(/images/portfolio.png);
 top: 96px;
 width: 130px;
}
#navContact
{
 background-image: url(/images/contact.png);
 top: 140px;
 width: 130px;
}
#previews
{
 position: absolute;
 top: 424px;
 left: 9px;
 width: 152px;
 height: 336px;
}
#previews > img
{
 position: absolute;
 left: 0px;
 width: 150px;
 height: 100px;
 border: 1px solid black;
}
#previews > #pre1
{
 top: 0px;
}
#previews > #pre2
{
 top: 112px;
}
#previews > #pre3
{
 top: 224px;
}
#content
{
 position: absolute;
 top: 265px;
 left: 200px;
 min-width: 300px;
 width: 50%;
 min-height: 400px;
 border: 1px solid black;
 background: url("/images/fade.png");
 padding: 30px;
}
h1
{
 font-size: 24px;
}
p
{
 text-indent: 30px;
 font-size: 20px;
}
#pfpage > div
{
 margin: 2px;
 width: 150px;
 height: 112px;
 float: left;
}
#pfpage > div > a > img
{
 border: 1px dotted black;
 width: 150px;
 height: 112px;
}
#pfpage > div > a:hover > img
{
 border: 1px solid black;
}
#pagenav
{
 position: absolute;
 bottom: 5px;
 right: 5px;
 width: 100%;
 text-align: right;
}
#pagenav > a, #pagenav > a:visited
{
 border-top: 1px dotted #D3D3D3;
 border-left: 1px dotted #D3D3D3;
 border-bottom: 1px dotted #D3D3D3;
 border-right: 1px dotted #D3D3D3;
 padding: 2px;
 cursor: pointer;
}
#pagenav > a:hover
{
 border-top: 1px dotted #A9A9A9;
 border-left: 1px dotted #A9A9A9;
 border-bottom: 1px dotted #A9A9A9;
 border-right: 1px dotted #A9A9A9;
}
#pagenav > a:focus
{
 border-top: 1px solid #D3D3D3;
 border-left: 1px solid #D3D3D3;
 border-bottom: 1px solid #D3D3D3;
 border-right: 1px solid #D3D3D3;
}
#pagenav > a:hover:active, #pagenav > .currenta
{
 border-top: 1px solid black;
 border-left: 1px solid black;
 border-bottom: 1px solid black;
 border-right: 1px solid black;
}
#preview
{
 position: fixed;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 100%;
 display: none;
 background: url("/images/fade.png");
 z-index: 1;
}
#center
{
 position: relative;
 top: 10%;
 margin-left: auto;
 margin-right: auto;
 width: 650px;
 height: 510px;
 border: 1px solid white;
 background-color: #CCCCCC;
 text-align: center;
 z-index: 2;
}
#center > a > #preimg
{
 margin: 4px;
 max-width: 640px;
 max-height: 480px;
}
#prefull
{
 position: absolute;
 bottom: 5px;
 font-size: 12px;
 font-weight: bold;
 border: 1px dotted black;
 color: black;
 text-decoration: none;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 1px;
 white-space: nowrap;
}
#preclose
{
 position: absolute;
 top: 0px;
 right: 0px;
 font-size: 12px;
 font-weight: bold;
 text-decoration: none;
 color: black;
 cursor: pointer;
}
