/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 background-color: #20B2AA;
 
   font: 0.9em Verdana, Arial, sans-serif; color: #000000; text-align: center;
} 

a {font-weight: bold; }
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000066;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
}
h1 { color: #006666; } 
h2 { color: #006666; }
h3 { color: #006666; }
b { color: #006666; }

#pagewidth{ 
 width:760px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto; 
  margin-top:5px;
 border: 1px solid black;
}

#header{
background-color: white;
 text-align:right; 
 position:relative; 
 height:100px; 
 width:760px;
  border-bottom: 1px solid black;
} 

 
 
#maincol{background-color: white;  
 float: right; 
 display:inline; 
 position: relative; 
 width:730px; 
 padding:10px;
 padding-right:20px;
 }
 
#portfoliocontent{
 float: right; 
 display:inline; 
width:45em;
text-align:justify;
 }
#leftbuttons {width:10em;
text-align: left;
float: left;
padding:.1em;
background: white;
border: .3em solid teal;
}
 
#footer{
 height:20px; 
  background-color:#006666; 
 clear:both;
  text-align:center;  
  text-color: white;
  padding:.3em;
  font-size: 0.9em;
  border-top: 1px solid black;
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

a.footer:link {
	color: white;
	text-decoration: none;
}
a.footer:visited {
	text-decoration: none;
	color: white;
}
a.footer:hover {
	text-decoration: underline;
	color: white;
}
a.footer:active {
	text-decoration: none;
}
a.leftnav {
font-size:0.9em;
background-color:white;
width:10em;
display:block;
border: 1px solid black;
text-align:center;
margin:.1em;
	padding:.3em
}
a.leftnav:link {
color: teal;
	text-decoration: none;
}
a.leftnav:visited {
	text-decoration: none;
	color: grey;
}
a.leftnav:hover {
	text-decoration: none;
	color: black;
	background-color:silver;
}
a.leftnav:active {
	text-decoration: none;
}