/*
	filter:alpha(opacity=15);
	-moz-opacity:.15;
	opacity:.15;
*/
* {
	margin: 0;
	padding: 0;
}

p {
	margin: 0px 0px;
}

body {
	font-size: 0.9em; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-weight:bold;
	font-size:10px;
	background-color:#5c6263;
	
	
}


#container{
	margin:auto;
	width:100%;	
}


.spacer {
  clear: both;
 }


#cont_center{
	margin-top:50px;
	width:100%;
	background:url(img/home_page_img_01.jpg)  repeat-x;
	
}


#cont_main{
	margin:auto;
	width:auto;
	/*height:485px;	*/
}

#cont_01{
height:240px;
width:650px;
float:left;
}


#cont_button_left{width:240px; height:180px; float:left; }


#div_02{
	width:843px;
	height:173px;
	background:url(img/home_page_img_02.jpg)  no-repeat;
	
}

#div_03{
	/*width:240px;
	height:90px;*/
	background:url(img/home_page_img_03.jpg) no-repeat;
	
}


#div_04{
/*	width:240px;
	height:90px;*/
	background:url(img/home_page_img_04.jpg) no-repeat;
		
}

#div_05{
	width:170px;
	height:180px;
	background:url(img/home_page_img_05.jpg)  no-repeat;
	float:left;	
}
#cont_button_right{ width:240px; height:180px; float:left;}

#div_06{
	width:240px;
	height:90px;
	background:url(img/home_page_img_06.jpg) no-repeat;
	
}

#div_07{
	width:240px;
	height:90px;
	background:url(img/home_page_img_07.jpg) no-repeat;
	
}

#div_08{
	width:650px;
	height:122px;
	background:url(img/home_page_img_08.jpg) no-repeat;
	float:left;

	
}
/*MAIL FORM*/
#div_09{
	width:193px;
	height:302px;
	background:url(img/home_page_img_09.jpg) #5c6263 no-repeat top;
	float:left;
	padding-top:30px;
	text-align:right;
	
	
}
INPUT{
background-image:url(img/input_bg.jpg);
border:1px solid #66FFCC;
}



