*{
  	margin: 0px;
  	padding: 0px;
}

#wrap {
	width:757px;
	height:auto;
	margin:0 auto;
	}

#header	{
	width:757px;
	height:119px;
	background:url(../img/header.jpg);
	margin:o auto;
	}

#body {
	width:757px;
	height:481px;
	margin:0 auto;
	background:url(../img/content.jpg);
	}
	
#menu {
	width:757px;
	height:25px;
	padding-top:87px;
	font-family:Arial;
	font-size:14px;	
	letter-spacing:1px;
	font-weight:600;
	}
	
#menu a{
	padding: .1em 1em;
	}
	
#menu a:link{
	color: #CCCCCC;
	text-decoration: none;}
	
#menu a:visited{
	color:#CCCCCC;
	text-decoration: none;}
	
#menu a:hover {
	color: #FFFFFF;
	}
	
#menu li {
	display:inline;
	}

#footer {
	width:757px;
	height:auto;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;	
	letter-spacing:1px;
	color:#4f0d8c;
	}
#footer a:link{
	color:#4f0d8c;
	text-decoration:none;
	}
#footer a:visited{
	color:#4f0d8c;
	text-decoration:none;
	}
#footer li {
	display:inline;
	}
	
#banner{
	width:695px;
	height:185px;
	background:url(../img/banner.jpg);
	margin-left:30px;
	}
	
	
#abouth{
	width:150px;
	height:auto;
	float:left;
	padding-left:30px;
	margin-top:10px;
	font-family:Arial;
	font-size:22px;
	color:#4f0d8c;
	font-weight:bold;
	font-stretch:extra-expanded;
	font-variant:small-caps;
	}
#aboutcontent{
	width:250px;
	height:300px;
	float:left;
	margin-top:5px;
	padding-left:40px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	line-height:20px;
	letter-spacing:.5px;
	}

#tables{
	width:240px;
	height:270px;
	float:left;
	text-align:left;
	padding-left:35px;
	margin-top:5px;
	}

#box1{
	width:219px;
	height:136px;
	background-image:url(../img/about.jpg);
	}
#content{
	width:195px;
	height:100px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
	padding-top:25px;
	padding-left:10px;
	letter-spacing:1px;
	line-height:15px;
	}

#box2{
	width:219px;
	height:136px;
	background-image:url(../img/services.jpg);
	margin-top:7px;
	}
	
#tables1{
	width:235px;
	height:270px;
	float:left;
	text-align:left;
	margin-top:5px;
	}
#box3{
	width:219px;
	height:136px;
	background-image:url(../img/clients.jpg);
	}	

#box4{
	width:219px;
	height:136px;
	background-image:url(../img/products.jpg);
	margin-top:7px;
	}
		

#newsbar{
	width:210px;
	height:280px;
	background-image:url(../img/newsbar.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-top:5px;
	}
		
#newscontent{
	width:200px;
	height:230px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	padding-left:8px;
	margin-top:30px;
	}
	
#newscontent a:link{
	color:#333333;
	text-decoration:underline;
	}
#newscontent a:visited{
	color:#333333;
	text-decoration:underline;
	}
#newscontent a:hover{
	color:#6600CC;
	text-decoration:underline;
	background-color:#CCCCCC;
	cursor: crosshair;
	}


#underconst{
	width:250px;
	height:auto;
	float:left;
	padding-left:250px;
	margin-top:10px;
	font-family:Arial;
	font-size:22px;
	color:#4f0d8c;
	font-weight:bold;
	font-stretch:extra-expanded;
	font-variant:small-caps;
	}

#contactbox {
	background-color: #F9F2FF;
	width:400px;
	height:300px;
	margin:0 auto;
	padding-top:50px;
	padding-left:50px;
	border-width: thin;
	border-color: #CCCCCC;
	border-style:dashed;
	}
	
#contactbox:hover{
	background-color: #F2F2F2;
	}
	

textarea:focus {
	background-color: #E6E6E6;
	}
input:focus {
	background-color: #E6E6E6;
	}
