body {  background-attachment: scroll; background-image:  url(images/back_main.gif); background-repeat: no-repeat}
.content {  font-family:"Verdana", san-serif; font-size:10px; font-style:normal; line-height:20px; font-weight:normal; color:#666 }
.homecontent {  font-family:"Verdana", san-serif; font-size:10px; font-style:normal; line-height:20px; font-weight:normal; color:#FFF }
.greentext {  font-family:"Verdana", san-serif; font-size:10px; font-style:normal; line-height:20px; font-weight:normal; color:#366 }
.projects {  font-family:"Verdana", san-serif; font-size:10px; font-style:normal; line-height:16px; font-weight:normal; color:#666 }
.quotes { color:#336666; font-family:verdana; font-size:10px; font-style:normal; font-weight:bold; }
.contact { font-family:"Verdana", san-serif; font-size:10px; font-style:normal; line-height:12px; font-weight:bold; color:#366; }
.contact ul { padding-left: 12px;}
.tiny {font-family:"Verdana", san-serif; font-size:4px; font-style:normal; text-align:center; line-height:1px; font-weight:normal; color:#fff; }

#projects {  font-family:"Verdana", san-serif; font-size:10px; font-style:normal; text-align:center; line-height:16px; font-weight:bold; color:#666 }

a.pic img {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	border: 4px solid #336666;
}
a.pic:hover img {
	filter:alpha(opacity=99);
	-moz-opacity:0.999;
	-khtml-opacity: 0.999;
	opacity:0.999;
	border: 4px solid #336666;
	
}

#nav {
	margin: 0;
	padding: 0;
	background: #fff;
	letter-spacing:-1px;	
}

#nav li {
	list-style: none;
}

#nav li a {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	font-style:normal;
	text-decoration: none;
	margin: 0;
	padding: 5px 0 5px 14px;
	_padding: 0 0 10px 14px;
	background: url(images/square_on.gif) no-repeat left 7px;
	display: block;
	color: #336666;
}

#nav li a:hover {
	background: url(images/square_off.gif) no-repeat left 7px;
	color: #999;
}

#nav li a.current {
	background: url(images/square_off.gif) no-repeat left 7px;
	color: #999;
}