/*------------------------------------- Start Projects CSS --------------------------------------------------*/
#projects img{
	cursor:pointer;
	border:2px solid White;
}

#projects a:hover img{

	border:2px solid #834e60;
}
/*------------------------------------- Start Projects CSS --------------------------------------------------*/

/*------------------------------------- Start Content CSS --------------------------------------------------*/
#content{
	float:left;
	margin-left: 50px;
	width:550px;
	color:#FFFFFF;
	height:250px;
}

#contentTitle{
	font-size:36px;
	font-weight: bold;
	color:#66605E;
	font-family: 'Franklin Gothic Medium', 'Copperplate Gothic Bold';
}

#contentText{
font-size:12px;
color:#FFFFFF;
}

#previewPane{
	width:322px;
	height:322px;
	float:left;
	border:1px solid white;
	
}

#navButton{
}

#navButton img{
}


/*------------------------------------- Finish Content CSS --------------------------------------------------*/

/*------------------------------------- Start Thumbnail CSS -------------------------------------------------*/
#theImages
{
	margin-bottom:10px;
	margin-top:10px;
}
#theImages img{
	float:left;
	cursor:pointer;	
	margin-right:8px;
	margin-top:5px;
	border:2px solid White;
}

#theImages a:hover img{
border:2px solid #834e60;
}

/*------------------------------------- Finish Thumbnail CSS -----------------------------------------------*/

/*-------------------------------------- Start Footer CSS --------------------------------------------------*/
.footer{
	color:#FFFFFF;
	margin-top:10px;
	margin-left:310px;
	font-family:'Franklin Gothic Medium', 'Copperplate Gothic Bold';
	font-weight: bold;
	font-size:10px;
}
/*------------------------------------- Finish Footer CSS -----------------------------------------------*/


	
