body {
	background-color: #7DABCB; 
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
	
#shell_home {  
	background-attachment: scroll; 
	background-color: #6D98BF; 
	background-image: url(../images/bg.gif); 
	background-repeat: repeat-x; 
	background-position: left top;
	width: 760px;
	padding: 0px;
	margin: 0px; 
	}

.bgchild {  
	background-attachment: scroll; 
	background-color: #339933; 
	}

td { 
	color: #fff; 
	font-size: 12px; 
	font-family: Verdana, Helvetica, Arial; 
	}
.content {
	padding-left: 11px;
	padding-right: 11px;
	}
	
a { 
	color: #FFF;
	text-decoration: underline;
	}

a:hover { 
	color: #001A45;
	}

.featured_works_cell {
	background-color: #205287;
	opacity: .5;
    filter: alpha(opacity=50);	
	color: #FFF;		
	}
	
.featured_works_cell * {
    position: relative;
    color: #FFF;	 	     
	}
	
.featured_works_cell a {
	color: #FFF;
	text-decoration: none;
    filter: alpha(opacity=100);	
	opacity: 0;		
	}

.featured_works_cell a:hover {
	color: #FFF;
	text-decoration: underline;
	}
	
.footer {
	font-size: 10px;	
	}
	
.footer a {
	color: #fff;
	text-decoration:none
	}

.footer a:hover {
	color: #fff;
	text-decoration:underline
}