/* CSS Document */

html, body { 
margin: 0px; 
padding: 0px; 
height: 100%; 
width: 100%; 
font: 1em verdana, sans-serif; 
background-image: url('background.gif');
background-repeat:no-repeat
}

/*     ********* Heading, text nav, footer & paragraph declarations on each page  ************
 h1 {
text-align:center;
padding-left:280px;
}

p.first { 
padding-left:80px
}

p.second { 
padding-left:40px
}

div.textnav {
position:absolute;
top:790px;
left:409px;
}
       ********* Heading, text nav, footer & paragraph declarations on each page  ***********
	   */
	   
div.head { 
position: absolute; 
top: 0px; 
left: 0px;
} 

div.left {
	position: absolute;
	top: 200px;
	left: 0px;
}


div.content {
	position:absolute;
	top:200px;
	left: 115px;
	width: 860px;
	padding:7px;
	margin: 0px 0px 0px 0px;
	background-color:#FFFFFF;
}

div.navigation {
	position:absolute;
	top:147px;
	left:389px;
	border-width:0px;
	z-index:2
}

    a.textlink:link {
	color: #666666;
	text-decoration:none
    }
    a.textlink:visited {
	color: #666666;
	text-decoration:none
    }
    a.textlink:hover {
	color: #000000;
	text-decoration:none;
    }
	a.textlink:active {
	color: #666666;
	text-decoration:none
    }

p.heading {
font-weight:bold
}
p.quote { font-size:12px;
font-style:italic;
text-align:center
}
div.portfolio-right {
float:right;
margin:0 0 15px 20px; /*  top, right, bottom, left   */
padding:15px;
border:px solid black;
text-align:center;
}

div.portfolio-left {
float:left;
margin:0 20px 15px 0; /*  top, right, bottom, left   */
padding:15px;
border:0px ;
text-align:center;
}
.style2 {
	font-size: 9px;
	color: #666666;
}