a:link
{
	color: blue;	
}
a:visited
{
	color: purple;	
} 
a:active 
{
	color: blue;	
}

body
{
	background-color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

#mainTable
{
	border: 2px solid #5a3008;
	padding: 0px;
	margin-top: 20px
}


#pageTable
{
	border: 2px solid #5a3008;
	background-color: #000000;
	width: 869px;
	margin-top: 20px;
}

#pageTable tr td
{
	color: #000000;	
}

#pageTable p
{
	color: #000000;	
}

#pageTD
{
	background-color: white;
}

#pageTD p
{
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	color: black;
}

#header
{
	padding-bottom: 10px;
}

#contact
{
	padding: 10px;
}

#photos
{
	height: 389px;
	width: 370px;
    background: url('images/mastiffBG2.jpg') no-repeat;
	padding-right: 5px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: bottom;
}


#text
{
	padding: 5px;
}

#girlsContent
{
	padding-right: 5px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#girlsContent table
{
	margin-top: 10px;
	margin-bottom: 10px;
}

#girlsContent table tr td
{
	width: 33%;
}

#girlsContent img
{
	border: 5px solid black;
}

h1
{
	font-family: Trajan Pro;
	font-size: 18pt;
	color: black;
	text-decoration: underline;
}


#thumbBox{ 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{ font: bold 16px Tahoma; letter-spacing: 5px; line-height: 1.1em; color: white; padding: 5px 0; text-align: right; }
#thumbImage { padding-bottom: 5px }
#thumbBox #thumbImage{ background-color: white; }
#thumbLoading{ position: absolute; visibility: hidden; border: 1px solid black; background-color: #EFEFEF; padding: 5px; z-index: 5; }