@charset "utf-8";
/* CSS Document */

body{
	padding: 0px;
	margin: 0px;
	font-family: Helvetica;
	}
#container{
	float: left;
	width: 640px;
	min-height: 817px;
	background: url(images/page_all_top.png) no-repeat top, url(images/page_all_bottom.png) no-repeat bottom;
	}
#container_top_place{
	float: left;
	width: 500px;
	height: 17px;
		background: url(images/marker.png) no-repeat left;
	margin: 22px 0px 0px 35px;
	line-height: 17px;
	padding: 0px 0px 0px 20px;
	color: #454545;
	text-shadow: 0px 0px 3px #feffff;
	font-weight: bold;
	}
#post_content{
	float: left;
	width: 640px;
	min-height: 684px;
	background: url(images/page_line_rep.png) repeat-y;
	margin: 6px 0px 90px 0px;
	}
#post_title{
	float: left;
	width: 574px;
	margin: 0px 0px 0px 33px;
	font-size: 30px;
	color: #000000;
	text-shadow: 0px 0px 3px #feffff;
	line-height: 38px;
	font-weight: bold;
	}
#post_text{
	float: left;
	width: 574px;
	min-height: 605px;
	margin: 0px 0px 0px 33px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #393939;
	line-height: 37px;
	}
#post_text img{
	float: left;
	margin: 2px 15px 0px 0px;
	border: 4px solid #ffffff;
		-moz-box-shadow: 0px 0px 5px #999999;
		-webkit-box-shadow: 0px 0px 5px #999999;
		box-shadow: 0px 0px 5px #999999;
	}
/*************** cv **************/
#cv_container{
	float: left;
	width: 630px;
	height: 438px;
	background: url(images/page_all_top.png) no-repeat top left, url(images/page_line_rep.png) repeat-y;
	}
#cv_inside_content{
	float: left;
	width: 560px;
	margin: 15px 0px 15px 40px;
	}
#cv_image{	
	float: left;
	width: 95px;
	height: 95px;
	overflow: hidden;
	margin: 2px 10px 0px 0px;
	border: 2px solid #ffffff;
		-moz-box-shadow: 0px 0px 5px #999999;
		-webkit-box-shadow: 0px 0px 5px #999999;
		box-shadow: 0px 0px 5px #999999;
	}
#cv_name{
	float: right;
	width: 435px;
	margin: -5px 0px 0px 0px;
	font-size: 30px;
	color: #393939;
	font-weight: bold;
	}
#cv_typos{
	float: right;
	width: 435px;
	margin: 0px 0px 0px 0px;
	font-size: 24px;
	color: #89a1c5;
	}
#cv_bio_title{
	float: left;
	width: 560px;
	margin: 2px 0px 0px 0px;
	font-size: 24px;
	color: #89a1c5;
	line-height: 38px;
	}
#cv_bio_text{
	float: left;
	width: 560px;
	margin: 5px 0px 5px 0px;
	font-size: 24px;
	color: #393939;
	line-height: 38px;
	}
h2{
       text-shadow: 0px 0px 3px #FEFFFF;
       line-height: 38px;
       padding: 0px;
       clear: none;
       font-size: 26px;
       font-weight: normal;
       margin: 36px 0px 0px 0px;
       color: #000000;
       }	