body {
	margin: 0;
	padding: 0;
	font: .70em/1.5em Verdana, Tahoma, Helvetica, sans-serif;
	color: #000000;
	background-image:url("images/background.jpg");
	background-repeat: repeat;	
}

a:link	{color:#C5C5C5; text-decoration:none; cursor:hand}
a:visited {color:#C5C5C5; text-decoration:none; cursor:hand}
a:hover {color:#C5C5C5; text-decoration:none; cursor:hand}
a:active {color:#C5C5C5; text-decoration:none; cursor:hand}

/*============================================================================*/
/*=========================== MY STYLE ======================================*/
/*============================================================================*/
.background{
	background-image:url("images/spacer.jpg");
	background-repeat: repeat-x;
	height:485px;
	width:auto;
	z-index:1;
}

.main_frame{
	width:1000px;
	margin:0 auto;
/*	border:#000000 solid 1px;*/
	z-index:2;
}

.main_top{
	background-image:url("images/top.jpg");
	background-repeat: no-repeat;
	width:1000px;
	height:231px;
}

.left_column{
	background-image:url("images/left_column.jpg");
	background-repeat: no-repeat;
	width:439px;
	height:254px;
}

.content_column{
	background-image:url("images/content.jpg");
	background-repeat: no-repeat;
	background-color:#C3C3C3;
	width:542px;
	vertical-align: top;
	
}

.right_column{
	background-image:url("images/right_column.jpg");
	background-repeat: no-repeat;
	width:19px;
	height:254px;
}

.noborder{
	border:none;
}

#menu {
	float: right;
	margin-top:136px;
	width:581px;
	height:95px;
}

#menu ul { 
	margin: 0;
	padding: 0;
	list-style: none;
} 

#menu li {
	display: inline;
}

#about_us a{display: block; float: left; height: 95px; width: 117px; padding: 0;}
#what_first a{display: block; float: left; height: 95px; width: 116px; padding: 0;}
#project_realization a{display: block; float: left; height: 95px; width: 117px; padding: 0;}
#gallery a{display: block; float: left; height: 95px; width: 115px; padding: 0;}
#contact a{display: block; float: left; height: 95px; width: 116px; padding: 0;}

#about_us a:hover{background-image: url(images/btn_01h.jpg); width:117px; height:95px;}
#what_first a:hover{background-image: url(images/btn_02h.jpg); width:116px; height:95px;}
#project_realization a:hover{background-image: url(images/btn_03h.jpg); width:117px; height:95px;}
#gallery a:hover{background-image: url(images/btn_04h.jpg); width:115px; height:95px;}
#contact a:hover{background-image: url(images/btn_05h.jpg); width:116px; height:95px;}

#about_us a:active{background-image: url(images/btn_01h.jpg); width:117px; height:95px;}
#what_first a:active{background-image: url(images/btn_02h.jpg); width:116px; height:95px;}
#project_realization a:active{background-image: url(images/btn_03h.jpg); width:117px; height:95px;}
#gallery a:active{background-image: url(images/btn_04h.jpg); width:115px; height:95px;}
#contact a:active{background-image: url(images/btn_05h.jpg); width:116px; height:95px;}
/*============================================================================*/
/*==========================/ MY STYLE /======================================*/
/*============================================================================*/
