@charset "utf-8";
/* CSS Document */


body{
background-color: #889dbe;
margin:0;
font: 9pt arial,sans-serif;
text-align:justify;
}

ul{ text-align:left;}
li {
	list-style-type: square;
	padding: 5px 0;
	border-bottom: 1px dotted #333
}

a{color: #899dbe;}

#container{
margin:auto;
width:870px;
height:650px;
background-image:url(../images/headerIndex1.jpg);
}

#aboutus{
position:absolute;
height:400px;
width:300px;
margin-top:200px;
margin-left:95px;
}

#services{
position:absolute;
height:400px;
width:250px;
margin-top:200px; margin-left:395px;
}

#imgcolumn{
position:absolute;
margin-top:240px;
margin-left:680px;
}

#hairline{
position:absolute;
width:1px;
background-color:#899dbe;
height:360px;
margin-left:665px;
margin-top:225px;
}

