/* CSS Document */

body {
	font-family: Tahoma, Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #666666;
}
a:link, a:visited { 
	/*font-weight: bold; */ 
	text-decoration: none; 
	color: #666666;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #666666;
	}

#content{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 800px;
	height: 700px;
	background-color:#FFFFFF;
}
#banner{
	background-image:url(../images/bannerbackground.gif);
	background-position:center;
	background-repeat:no-repeat;
	position: relative;
	width:800px;
	height: 100px;
}
#nametitle{
	position:absolute;
	left: 411px;
	top: 26px;
	font-size: 20px;
	text-decoration: none;
}
#nametitle span{
	display: none;
}
#portfolionavigation{
	position: absolute;
	left: 531px;
	top: 69px;
	font-size:21px;
	color:#EBEBEB;
}
#portfolionavigation span{
	display: none;
}
#resumenavigation{
	position: absolute;
	left: 625px;
	top: 71px;
	font-size: 21px;
	color: #EBEBEB;
	width: 70px;
	height: 25px;
}
#resumenavigation span{
	display: none;
}

#aboutnavigation{
	position: absolute;
	left: 738px;
	top: 70px;
	font-size: 21px;
	color: #EBEBEB;
	width: 40px;
	height: 25px;
}
#aboutnavigation span{
	display: none;
}

#menuheading{
	text-indent: 8px;
	color:#666666;
	position: relative;
	/*padding-top: 20px;*/
	width: 170px;
	height: 40px;
	font-size: 14px;
	vertical-align: bottom;
	display: table-cell;
}

#menu{
	background-color:#FFFFFF;
	/*background-image:url(../images/menubkgd.jpg);*/
	float: left;
	width: 175px;
	/*margin-top: 48px;*/
}
#menu a:link, a:visited { 
	text-decoration: none; 
	color: #222222;
}
#menu a:hover, a:active { 
	text-decoration: none; 
	color: #222222;
}

#menubtn{
	float: left;
	width: 175px;
	height: 37px;
	background-image: url(../menuitems/menuitembkgdshadow.jpg);
	
}

#menutext{
	display: table-cell;
    vertical-align: middle;	
	text-align: left;
	position: relative;
	text-indent: 8px;
	color: #999999;
	height: 42px;
	width: 175px;
}

#menubtnselected{
	float: left;
	width: 175px;
	height: 37px;
	text-indent: 8px;
	background-image:url(../menuitems/menuitembkgd_selected.jpg);
	
}

#menutextselected{
	display: table-cell;
    vertical-align: middle;	
	text-align: left;
	position: relative;
	color:#666666;
	height: 42px;
	width: 175px;
}


#project{
	background-color:#FFFFFF;
	float: left;
	position: relative;
	width: 625px;
}

#imagearea{
	background-color:#FFFFFF;
	float: left;
	width: 365px;
	height: 550px;
	
}
#bigimage{
	background-color:#FFFFFF;
	float: left;
	
	margin-left: 10px;
	margin-right: 10px;
	width: 340px;
	height: auto;
	text-align: center;
}
#thumbnails{	/*container for the thumbnail images*/
	background-color: #FFFFFF;
	float: left;
	width: 345px;
	height: auto;
	margin-left: 10px;
}
#thumb{		/*thumbnail content style template*/
	float: left;
	margin: 2px 2px 2px 2px;	/*top right bottom left*/
	width: 62px;
	height: 62px;
	text-align: center;
	border: thin solid #999999;
}
#thumbnails a:link, a:visited { 
	text-decoration: none; 
	color: #222222;
}
#thumbnails a:hover, a:active { 
	text-decoration: underline; 
	color: #222222;
}

#descriptioncont{
	background-color:#FFFFFF;
	float: left;
	width: 249px;
	height: 420px;
	background-image: url(../images/descriptionbkgd.gif);
	background-repeat: no-repeat;
}

#desctitle{
	float: left;
	font-size: 18px;
	width: 220px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	
}

#desctext{
	float: left;
	width: 220px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
/*	background-image: url(descriptionbkgd.gif);
	background-repeat: repeat-y;*/
}

#desctext a:link, a:visited { 
	text-decoration: underline; 
	color: #222222;
}
#desctext a:hover, a:active { 
	text-decoration: underline; 
	color: #222222;
}
