BODY {
	background-color: #000000;
	scrollbar-base-color: #F0F0F0;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

<script language=JavaScript>


//Disable right mouse click Script
//By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
//For full source code, visit http://www.dynamicdrive.com

var message="The images on this website are ©Copyright 2006 DreamPipEr Photography, Kimberlee Piper.  They may not be copied or altered in any way with out written permission from Kimberlee Piper";

///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}

document.oncontextmenu=new Function("alert(message);return false")

//  
</script>




a:link		{ color: #336666; text-decoration: none }

a:visited	{ color: #CCCCCC; text-decoration: none }

a:active	{ color: #999999; text-decoration: none }

a:hover		{ color: #FFFF33; text-decoration: none }


.menulinks { FONT: 13px arial, verdana, sans-serif; font-weight: normal }



 /* THE NEXT LINE CONTROLS THE FONT SIZE FOR ALL PAGES */
TABLE 		{ COLOR: #FFFFFF; FONT: 11px verdana, arial, sans-serif; font-weight: normal }

.title 		{ color: #999999; font: 15px verdana, arial, sans-serif; font-weight: bold }

.smalltitle 	{ COLOR: #FFFFFF; FONT: 11px verdana, arial, sans-serif; font-weight: bold }

.picturetitle 	{ COLOR: #FFFFFF; FONT: 10px verdana, arial, sans-serif; font-weight: bold }

.phonetitle 	{ color: #FFFFFF; font: 11px verdana, arial, sans-serif; font-weight: bold }

.slideshowtitle { COLOR: #666666; FONT: 11px verdana, arial, sans-serif; font-weight: normal }

.price 		{ COLOR: #FFFFFF; FONT: 11px verdana, arial, sans-serif; font-weight: bold }

.copytext 	{ COLOR: #999999; FONT: 10px arial, verdana, sans-serif; font-weight: bold }

.picturebar 	{ background-color:#FFFFFF }

.imageborder { border-collapse: collapse; BORDER: #000000 1px solid; }

#ZOOM 		{ LEFT: 10px; POSITION: absolute; TOP: 10px }

.button { 	background-image: url("picts/button.gif");
		background-color:#FFFFFF;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #FFFFFF;
		font-size: 8pt;
		height: 21px;
		width: 100px;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		BORDER: #FFFFFF 0px solid }

.buttonon { background-image: url("picts/buttonon.gif");
		background-color:#FFFFFF;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #336699;
		font-size: 8pt;
		height: 21px;
		width: 100px;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		BORDER: #000000 0px solid }

.button-popups { background-image: url("picts/button-popups.gif");
		background-color:#FFFFFF;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #FFFFFF;
		font-size: 8pt;
		height: 21px;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		padding-left: 5px;
		padding-right: 5px;
		BORDER: #FFFFFF 0px solid }


.buttonon-popups { background-image: url("picts/buttonon-popups.gif");
		background-color:#FFFFFF;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #000000;
		font-size: 8pt;
		height: 21px;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		padding-left: 5px;
		padding-right: 5px;
		BORDER: #999999 0px solid }


.shadeform	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("picts/shadeform.gif");
		text-align: left;
		WIDTH: 200PX;
		BORDER: #000000 1px solid}

.textarea	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("picts/contact.jpg");
		text-align: left;
		WIDTH: 300PX;
		HEIGHT: 125PX;
		BORDER: #FFFFFF 1px solid}

.dropdown {	COLOR: #333333;
		WIDTH: 200PX;
		FONT: 11px geneva, verdana, arial, sans-serif}


.divstyle {	position:absolute;
		border: #FFFFFF 1px solid;
		width:90;
		top:0;
		left:0 }

.pstyletitle{	postion:absolute;
		background:white;
		color:black;
		font-size:10px;
		font-family:verdana, arial }


.pstylebody {	postion:absolute;
		background:white;
		color:black;
		font-size:10px;
		font-family:verdana, arial }

