html, body, div, img, span, ul, li, table, tr, td{
	margin:0;
}

body{
	font-size:10pt;
	color:#123456;
	font-family:Arial;
	background-image:url(../_image/background.jpg);
	/*background:#123456;*/
}

div#block{
	position:relative;
	margin:75px auto 0;
	width:840px;
	height:610px;
	padding:5px;
}

div#block1{
	position:relative;
	float:left;
	width:250px;
	height:100%;
	border:1px solid #cdcdcd;
	border-right:2px solid #cdcdcd;
	padding:0px;
	padding-right:10px;
	background-image:url(../_image/orange.jpg);
}
div#block1_1{
	position:relative;
	padding:5px;
	width:100px;
	height:100%;
}

div#block2{
	position:relative;
	float:left;
	width:560px;
	height:100%;
	padding-left:10px;
	padding-right:5px;
	border:1px solid #cdcdcd;
	border-left:0px;
	background:#fff;
}

span.title{
	position:relative;
	margin-left:30px;
	float:left;
	font-size:30pt;
	color:#F18502;
}

span.bold{
	position:relative;
	font-size:11pt;
	font-weight:bold;
	width:100%;
	/*margin-top3px;*/
}

span.normal{
	width:100%;
}

span.name{
	font-size:12pt;
	font-weight:bold;
}

img#contact{
	position:relative;
	left:130px;
	top:30px;
	border:0px;
	height:200px;
	width:300px;
	background:yellow;
}

a{
	color:#937772;
	font-weight:bold;
}

a:hover{
	color:#994433;
}

/*****************************************SLIDER **************************/
#slider{}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:500px;	/*696px;*/
	height:200px;	/*241px;*/
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:31px;	/*71px;*/
	}	
#nextBtn{ 
	left:500px; /*696px;*/
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:77px;
	background:url(./_image/slider/btn_prev.gif) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(./_image/slider/btn_next.gif) no-repeat 0 0;	
	}	
