﻿html, body { 
	width: 100%; 
	height: 100%; 
	margin: 0; 
	background:url('images/background.gif') repeat;
}

a:link, a:visited, a:hover {
	color:black;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-style: italic;
}

.wrap { 
	position: relative; 
	width: 840px; 
	margin: 0 auto; 
	text-align: center;
	background-color: #eaf4f4;
}
.header {
	width:840px;
	height:200px;
}
.left {
	width: 100%;
}
.right {
	width: 100%;
}
.gallery-thumb {
	padding-top:20px;
}
.gallery-thumbtop {
	padding-top:0px;
}
.gallery-image {
	border: 0px;
}
.content {
	background:url("images/home_content.jpg");
	width:840px;
	height:600px;
	text-align:center;
	color: black;

}
.middle-content {
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-style: italic;
	font-size:small;
	color:black;
	margin-top:50px;
	margin-right:10px;
}
.contact-left {
	width: 49% ;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-style: italic;
	color: black;
	float:left;

}
.contact-right {
	width: 49% ;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-style: italic;
	color: black;
	float:right;

}
.develop {
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-style: italic;
	color:black;
	font-size:small;
}


