/*  phisch.net Family Style */

BODY { 
	background-color:#2B64BB; 
 
}

P {
	margin: 8px 0px 15px 0px;
}


A:link {
	color: #EBFF7E;
	text-decoration: none;
	font-weight: bold; 
	
}

A:visited {
	color: #F7FED1;
	text-decoration: none;
	font-weight: bold; 
}

A:hover {
	color: #EBFF7E;
	text-decoration: underline;
	font-weight: bold; 
}

.nav {
	text-decoration: underline;
	font-weight: bold; 
	font-family: Verdana, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-color: #2B64BB;
	line-height: 10px;
	position:absolute; 
	padding: 10px 10px 0px 0px;
}

.nav-portfolio A:link {
	color: #1A6D7F;
	text-decoration: underline;
	font-weight: bold; 
}

.nav-portfolio A:hover {
	color: #1A6D7F;
	text-decoration: underline;
	font-weight: bold; 
}


.introboxout {
	background-color: #6DB5CC; 
	border-width: 2px;
	border-style: solid;
	border-color: #6DB5CC;
	position:absolute; 
	left:5px; 
	top:20px; 
	right: 170px;
	width:578px; 
	height:309px;
	margin: 20px 20px 20px 20px;
}

.introboxin {
	background-color: #6DB5CC; 
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff;
	background-image: url(../images/background2.jpg);
	position:absolute; 
	width:572px; 
	height:303px;
	margin: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
}

.introtitle {
	font-family: Georgia, sans-serif; 
	font-size: 18px; 
	font-style: italic; 
	line-height: 10px; 
	font-weight: normal; 
	text-align: left;
	color: #FFFFFF;
	margin: 100px 20px 10px 250px;
	}

.introhead {
	font-family: Verdana, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	line-height: 10px; 
	font-weight: bold; 
	text-align: left;
	padding: 10px 20px 0px 250px;
	color: #FFFFFF;
	}
	
.introtext {
	font-family: Georgia, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: 13px; 
	font-weight: normal; 
	text-align: left;
	color: #FFFFFF;
	margin: 6px 20px 0px 250px;
	}
	
.ad {
	left: 480px;
	top: 360px;
	position: absolute;
	}


/* CSS code for the 2 columns were based on a layout at www.bluerobot.com */