@charset "utf-8";
/* CSS Document */

#image, #aboutMe
	{
		overflow:hidden;
		float:left;
		margin-top:0px;		
		margin-left:1px;
		margin-bottom:0px;
		background-color:#73716e;
		height:390px;
		width:161px;
	}

#aboutMe
	{
		width:355px;
		padding:0px;
		margin:0px;
	}

/*///////////////////////////////////////////////////////////////// Text / Links  ///////////////////////*/

#aboutMe p
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		line-height:24px;
		color:#333231;
		margin:27px 50px 3px 30px;
		height:295px;
	}
	
#linkBox
	{
		height:65px;
		width:100%;
		background-image:none;
		
	}
	
	
#linkBox a:link, #linkBox a:visited, #linkBox a:hover, #linkBox a:active, #linkBox a:link.extrasLink
	{
		display:block;
		height:65px;
		width:100%;
		padding:35px 0px 0px 20px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#c6c4c3;
		text-decoration:none;
	}
	
#linkBox a:hover, #linkBox a:active, #linkBox a:hover.extrasLink
	{
		color:#ffffff;
	}
	
#linkBox a.extrasLink
	{
		padding-left:25px;
	}


/*///////////////////////////////////////////////////////////////// Image Links ////////////////*/

.webLink, .printLink, .identityLink

	{
		display:block;
		width:322px;
		height:324px;
		padding:0px;
		margin:0px;
	}

a.webLink:hover, a.printLink:hover, a.identityLink:hover
	{
		background-position:-161px 0;
	}
	
.webLink	
	{
		background: transparent url(../images/home/webLink.jpg) no-repeat;	
	}

.printLink
	{
		background: transparent url(../images/home/printLink.jpg) no-repeat;		
	}

.identityLink
	{
		background: transparent url(../images/home/identityLink.jpg) no-repeat;		
	}
	
