body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../_images/abouthtmlBG.png);
	background-repeat: repeat-x;
}


#wrapper {
	width: 1000px;
	height: 1200px;
	margin: auto;

}


#header {
	height: 97px;
}

.logo {
	float:left;
	width: 222px;
	height:78px;
	position: relative;
	left: 64px;
	top: 5px;
}






.menu {
	position: relative;
	top: 15px;
	left: 265px;

}

.menulist {
	position: relative;
	top: -42px;
	left: 440px;
	width: 550px;
        
}

#menulist li{
	float: left;
	margin-left: 21px;
	list-style-type: none;
}


#menulist li a{
	color:#dfdfdf;
	text-decoration: none;
}

#menulist li a:hover{
color:#25b2f8;
}

.services {
	position: relative;
	left: -410px;
	top: -7px;
	width:142px;
	height:55px;
}

.contactus {
	position: relative;
	left: 135px;
	top: -10px;
	width:128px;
	height:40px;
}

#mainContent {
	height: 700px;

}

#content {
	width: 900px;
	margin: 50px auto;
	padding: 20px;
}

h1 {
	margin: 0;
}

hr {
	border: none;
	height: 1px; line-height: 1px;
	background: #CCC;	
	margin-bottom: 20px;
	padding: 0;
}

p {
	margin: 0;	
	padding: 7px 0;
}

.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}

a { 
	outline-color: #888;	
}

.link

{
position:relative;
top:10px;
left:210px;
}

#bottom_footer {
	position: relative;
	width: 325px;
	top: 74px;
	left:-646px;
}
#bottom_footer1 {
	width: 254px;
	position: relative;
	top: 44px;
	left: -16px;
}

