body,td,th {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color:#CCCCCC ;
}
body {
	background-color: #1C1F20;
	margin-top:0;
	margin-left:10px;
}

#pageHeader{
color:#999999;
	text-decoration: none;
	text-align: left;
	font: normal 14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;

}

body#Portraits a#portnav,
body#Landscapes a#landnav,
body#Projects a#projnav,
body#Info a#infonav,
body#About a#aboutnav,
body#PortraitsEdit a#portenav,
body#LandscapesEdit a#landenav,
body#ProjectsEdit a#projenav,
body#InfoEdit a#infoenav,
body#AboutEdit a#aboutenav {
	font: normal 14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #CCC;
	text-decoration:underline;
}
body#Home a#homenav,
body#HomeEdit a#homeenav
{
	color: #CCC;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
h1 { font-family: "Quicksand", sans-serif;
font-size:20px;
font-weight:400;
text-align:center;
display:inline;
color:#CCC;
}
h2 { display:inline;
font-size:15px;
color:#999;
font-weight:300;
}
h3 { font-size:12px;
	 font-weight:300;
	 color:#999;
	 display:inline;
}
p { font-size:13px;
				 color:#999;
}

#pageFooter{
color:#333333

}
.fronttext
{
	font-size: 14px;
	font-weight:400;
	margin-left:10px;
	color:#666666 ;
}
.fronttext:link
{
	color:#333333 ;
}
.frontimg
  {
	  display:inline;
	  }
.frontimg img
  {
  opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
margin-top:2px;
  }
.frontimg img:hover
{
opacity:0.90;
  filter:alpha(opacity=90); /* For IE8 and earlier */
  margin-top:2px;
}
.frontimg2
  {display:inline;}
.frontimg2 img
  {
  opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
  }
.frontimg2 img:hover
{
opacity:0.90;
  filter:alpha(opacity=90); /* For IE8 and earlier */
}