@charset "UTF-8";
/* Divs */

body img.background {
	background-color:#231820;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow:hidden;
	width: 100%;
	min-width: 1000px;
	height: 100%;
	min-height: 900px;
	z-index:-1;
	visibility: visible;
	}
	
#header{
	position:relative;
	top:-10px;
	width:933px;
	height:auto;
	z-index: 3;
	}
	
#content{
	position:relative;
	top:-30px;
	width:933px;
	height:701px;
	background-image:url(images/body_bckg.gif);
	z-index: 2;
	}
	
#navigation{
	position:absolute;
	left:100px;
	top:150px;
	width:129px;
	height:154px;
	}
	
#photo_home{
	position:absolute;
	top:20px;
	right:50px;
	width:auto;
	height:auto;
	}
	
#photo_service{
	position:absolute;
	top:246px;
	right:377px;
	width:302px;
	height:302px;
	}
	
#text{
	position:absolute;
	top:434px;
	left:263px;
	width:659px;
	height:409;
	}
	
#text_services{
	position:absolute;
	top:22px;
	left:260px;
	width:659px;
	height:auto;
	}
	
#text_services2{
	position:absolute;
	top:169px;
	left:615px;
	width:300px;
	height:4px;
	}
	
#text_gallery{
	position:absolute;
	top:22px;
	left:254px;
	width:675px;
	height:672px;
	}
	
#text_contactus{
	position:absolute;
	top:303px;
	left:266px;
	width:659px;
	height:348px;
	}
	
#footer{
	position:relative;
	top:-10px;
	width:933px;
	height:auto;
	}
	
#photo_contactus{
	position:absolute;
	top:25px;
	right:89px;
	width:auto;
	height:auto;
	}
	
	
/*styles*/

.style1{
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	font-weight:bold;
	color:ffe3a6;
	}
	
.p{font-family:"Times New Roman", Times, serif;
	font-size:15px;
	color:#000000;
	text-align:left;
	}
	
.style2{font-family:"Times New Roman", Times, serif;
	font-size:15px;
	color:#FFFFFF;
	text-align:left;
	}

