/* About Me */

	#PicturesOfMe { 
		float:right; 
		padding:0 5px 5px 10px;
		width: 190px;
	}

		#PicturesOfMe img {
			float:left;
			border:3px #000 solid;
			width:188px;
			height:300px;
			padding:2px;
		}

		#PicturesOfMe div{
			float:left;
			width:80px;
			line-height:25px;
			border:2px #000 solid;
			border-top: 0;
			text-align:center;
			background:#444;
			cursor:default;
		}
			#PicturesOfMe div.gray{
				background:#000;
				cursor:pointer;
			}
		

/* Resume */

	div.infoList {
		width:230px; 
		float:left; 
		text-align:center; 
		padding:0 30px 0 0; 
		line-height:20px;
	}

	div.infoListRight{
		width:500px; 
		float:left; 
		line-height:22px;
		text-align:center;
	}
	
	div.backTotop {
		margin-top:3px;
		border-top:1px dotted #000;
		padding:3px 0 35px 0;
		text-align:center;
	}
	
	td.baseColumn { width:130px; }
	
	
/* Global Exp. */

	ol.forex { 
		width:340px; 
		margin:0 0 0 50px;
		float:left; 
	}
		ol.forex li { margin:0; }


/* Design */

	.design {}

		.design 	div.section {
			height:400px;	
		}

			.design 	div.section a.dThumb img {
				margin:15px 0 0 0;
				position:absolute;
				opacity:0.50;
				filter:alpha(opacity=50);
			}
				.design 	div.section a.dThumb:Hover img {
					opacity:1;
					filter:alpha(opacity=100);
					z-index:2;
				}

			.design 	div.section div {
				padding-left:420px;
				width:350px;
				line-height:25px;
			}
			
			.design 	div.section a img {
				position:absolute;
				filter:alpha(opacity=100);
				opacity:1;
			}
			
			.design 	div.section h3 {
				font-weight:lighter;
				font-size:16px;
				padding-bottom:15px;
			}

			.design div.section .thumb img{ 
				position:absolute;
				padding: 3px;
				border: 1px dashed gray;
				width:181px; 
				height:137px; 
				display:none;
				line-height:12px;
				background-color:#000;
				color:#fff;
				text-decoration:none;
				z-index:2;
				cursor:pointer;
			}
				div.section .thumb:hover img{
					display:block;
				}

/* Contact */

	table.contact {
		width:380px; 
		margin: 0 auto;
	}
		table.contact td {
			padding: 10px 0;
		}
	
	div.ccTD li { margin:0 0 0 40px;}
