
a.doglink
	{
	color: gold;
	text-decoration: none;
	font-weight: bold;
	}
	
a.doglink:hover
	{
	color: white;
	text-decoration: none;
	font-weight: bold;
	}

a
	{
	color: white;
	text-decoration: none;
	font-weight: bold;
	}
	
a:hover
	{
	color: gold;
	text-decoration: none;
	font-weight: bold;
	}

*
	{
	margin: 0px;
	padding: 0px;
	border: 0px;
	}


p
	{
	color: gold;
	text-indent: 2em;
	margin-bottom: 15px;
	line-height: 1.2em;
	}

#navigator
	{
	position: relative;
	top: -4px;
	text-align: center;
	background-image: url(nav_bg.jpg);
	background-repeat: repeat-x;
	}

	
#leftcontent
	{
	position: absolute;
	left: 2%;
	width: 20%;
	height: 60%;
	padding-top: 2%;
	z-index: 2;
	font-family: Baskerville;
	color: gold;
	font-size: 1em;
	}

#galleryframe
	{
	position: absolute; 
	left: 20%; 
	width: 54%; 
	z-index: 2;
	text-align: center;
	}

#contact
	{
	position: absolute; 
	left: 20%; 
	width: 60%; 
	z-index: 2;
	font-family: Baskerville, Times, serif;
	color: gold;
	font-size: 1.1em;
	}

#textbox1,
#textbox2
	{
	font-size: 1.1em;
	color: black;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	background-color: white; 
	border: 3px solid gold;
	padding: 2px;
	width: 40%;
	margin-top: 4px;
	margin-left: 3px;
	}

#textbox3
	{
	font-size: 1.1em;
	color: black;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	background-color: white; 
	border: 3px solid gold;
	padding: 2px;
	width: 60%;
	margin-top: 4px;
	margin-left: 3px;
	}
	
#sendbutton,
#resetbutton
	{
	font-size: .9em;
	color: black;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	background-color: gold; 
	border-top: 3px solid #e6c305;
	border-bottom: 3px solid #d1b206;
	padding: 2px;
	width: 10%;
	margin-top: 11px;
	margin-left: 12px;
	}
	
#rightcontent
	{
	position: absolute; 
	left: 78%; 
	width: 17%; 
	height: 70%; 
	z-index: 2; 
	padding: 2%;
	font-family: Baskerville;
	color: gold;
	}
	
.heada
	{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: white;
	}
	
.numba
	{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: white;
	vertical-align: 5px;
	}	
	
.contactwhite
	{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: white;
	vertical-align: -1px;
	}