body {
background-image:url('images/tile.jpg');
}

.parent
{ 
position: absolute;
top: 0px;
left: 0px;
width: 1000px;
min-height: 663px;
background-image:url('images/Pig-cropped3.png');
background-repeat:no-repeat;
background-attachment:scroll;
overflow: visible;
}

.name
{position: absolute;
top: 20px;
left: 220px;
}


.content_box
{
position: absolute; 
top: 200px;
left: 25px;
width: 600px;
min-height: 525px;
background-color: #efefef;
overflow: visible;
border: none;
font-family: Verdana, Geneva, sans-serif;
font-size: 9pt;
color: #333333;

}




.nav
{
position: absolute;
top: 155px;
left: 725px;
width: 250px;
line-height: 300%;
}

.nav a:hover
{
border-bottom: 1px dashed #090909;
}

a
{ 
color: #660000;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

a:visited {
color: #660000;
text-decoration: none;
}

a:active {
color: #cccccc;
text-decoration: none;
}


.title
{
font-size:15px;
color: #;
}

h1{font-size:150%}



.padding
{
padding-left: 25px;
}

.smallworks
{
padding: 10px;
padding-bottom: 0;
background: #313131;
float: right;
}


/*special link styles for close link*/
.close a
{
font: bold 14px Verdana;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
float: right;
text-decoration: none;
}

.close a:visited
{
font: bold 14px Verdana;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
float: right;
text-decoration: none;
}

.close a:hover
{
font: bold 14px Verdana;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
float: right;
text-decoration: none;
}
.close a:active
{
font: bold 14px Verdana;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
float: right;
text-decoration: none;
}

/*special link styles for small works tabs link*/

.smallworkstabs a
{
text-decoration: none;
}

.smallworkstabs a:visited
{
text-decoration: none;
}


.smallworkstabs a:hover
{
text-decoration: none;
}


.smallworkstabs a:active
{
text-decoration: none;
}

/* this is the thumbnail viewer */

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 14px Verdana;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}


/* end the thumbnail viewer */
