div#body_container { 
	width: 1800px; 
	height:1000px; 
	padding: 0; 
	margin:0;
}

div.clearfix {clear:both; margin: 0; padding:0;}

div.container_left
{
	display: block;
	position:relative;
	cursor:pointer;
	z-index: 80;
	float:left;
	margin-top: 254px;
	margin-left: 120px;
	width:310px;
	height: 300px;
	padding:0;
	border: 0px dashed red;
	clear:both;
	
}

div.container_right
{
	display: block;
	float:right;
	margin-top: 239px;
	margin-right: 121px;
	width:415px;
	height: auto;
	padding:0;
	line-height: 25px;
	font-family: arial;
	font-size: 11px;
	color: #666666;
	font-weight: none;
	border: 0px dashed red;
	text-align: left;
	letter-spacing: 2px;
}

div.container_right h1 { 
	font-weight: bold;
	font-family: arial;
	font-size: 11px;
	color: #666666; 
	}
	
a.email {
	font-weight: none;
	font-family: arial;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
} 

a.email:hover {
	font-weight: none;
	font-family: arial;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px dotted #FFF;
} 

div#thumb_container
{
	display: block;
	border: 0px dashed red;
	position:relative;
	float:left;
	margin:0;
	width: 300px auto;
	height: 33px auto;
	padding:0;
	clear: both;
	
}

div.thumb
{
	display: block;
	border: 0px dashed red;
	float:left;
	margin-right:7px;
	margin-bottom:7px;
	width: 33px;
	height: 33px;
	padding:0;
	
}

div.sig_position
{
	display: block;
	float: left;
	margin:0px auto;
	width:300px;
	border: 0px dashed #fff;
	padding-left: 3px;
	font-family: arial;
	font-size: 10px;
	letter-spacing: 2px;
	color: #FFF;
}


div.nav
{
	display: block;
	float: left;
	text-align: left;
	margin-top:52px;
	width:300px;
	height: auto;
	border: 0px dashed #fff;
	padding: 0;
	font-family: arial;
	font-size: 11px;
	letter-spacing: 2px;
	color: #ABABAB;
}

div.nav ul li.link { color: #ABABAB; }

a.touch {
	font-family: arial;
	font-size: 11px;
	letter-spacing: 2px;
	color: #ABABAB;
	text-decoration: none;
	font-weight: none;
	}
	
a.touch:hover {
	font-family: arial;
	font-size: 11px;
	letter-spacing: 2px;
	color: #FFF;
	text-decoration: none;
	font-weight: none;
	}
	
