* {
	padding:0;
	margin:0;
	border:none;
	color:#e2f2ea;
}
a {
	text-decoration: none;
	color:#a4c6c7;
}
h2,h3,h4 {
	font-weight:normal;
}
body {
	background-color: #ddddcc;
  	font-size: 11px;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	text-align: center;
  	background-image: url("../image/wall2.png");
  	color: #ffffff;
}
div p {
	line-height:16px;
	
}
#header, #content_top, #content, #content_bottom, #footer {
  	width:670px;
	height:200px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background: url("../image/header_1.png") no-repeat;
	height:260px;
	width:750px;
	color: #ffffff;
	text-align: center;
	margin-top: 30px;
}


/**		header menus	**/
#menu {
	margin:0 0 0 230px;
  	clear:both;
  	display:inline;
}

/**	body start	**/
#content {
	background: url("../image/content_middle.png");
	text-align: left;
	clear:both;
	height:320px;
}
#content_top {
	background: url("../image/content_top.png") no-repeat;
	height:110px;
	padding-top:9px;
	width:670px;
	clear:both;
	margin-top:10px;
}
#content_middle {
	background: url("../image/content_middle.png") no-repeat;
	height:65px;
}

#content_bottom {
	background: url("../image/content_bottom.png") no-repeat;
	height:65px;
	width:670px;
}

#body_left, #body_right {
	float:left;
}
#body_left {
	clear:left;
	width:340px;
	padding:40px 10px 0 45px;
}
#body_right {
	clear:right;
	width:225px;
	padding:0;
}
#body_right ul {
	list-style:point;
	margin-top:40px;
	padding-left:20px;
	
}
#body_right ul li {
	margin: 10px 0;
}
img.left_float{
	margin:6px;
	float:left;
}
.content_list li {
	color:#3e3e40;
	font-style:italic;
}
#cv {
	padding:18px 0 0 50px ;
	vertical-align:middle;
	background:url("../image/icon-pdf.gif") no-repeat;
	height:35px;
}

/**		site footer	**/
#footer {
  	background: url("../image/footer.png") no-repeat; 
	height:135px;
	width:750px;
	text-align: center;
	margin-top:10px;
	padding-top: 70px; 
}

/**	end of site footer	**/

/**	image big container**/
#image_big{
	right:30px;
	position:absolute;
	z-index:1000;
	border:1px solid white;
	height:321px;
	width:241px;
}

/**	end of image big container**/

.ref {
	color:#808080;
}
#contact {
	background:url("../image/mail_icon.gif") no-repeat;
	padding:10px 0 0 20px;
	height:21px;
	width:100px;
	margin: 0 auto;
}