
/* Manage the display on the porfolio page*/

#wrapper a img 
{
	background-color: Tranperant;
	vertical-align: bottom;
	padding: 5px;
	border: 1px solid  #999999;
	margin: 5px;
}

/* This section is also controled by the sub_menu.css file.  This to allow different sizes on different pages. */
#wrapper
{
	height: 600px;  /* box height*/
}

#sub_menu
{
    height: 600px;
}
/* End section from sub_menu.css */

#portfolio_display
{
	text-align:center;
}

#portfolio_display a
{
	color: #36A4C7;
}

#portfolio_display a:hover
{
	color: #000000;

}


#header_image
{
	background-image: url(../images/techgua_header_portafolio.gif);
}



