/* CSS Document */

#header {
  margin-top: 40px;
  margin-left: 40px;
  font: 13px arial;
}

body {
    font: 11px verdana, arial;
    color: #5C5C5C;
    background-color: #FFEFE2;
    text-align: left;
    padding: 10px;
    margin-top: 20px;
    margin-left: 80px;
    margin-right: 80px;
    margin-bottom: 100px;
}

a {
	text-decoration: none;
	color: #A99595;
}

a:link {
	text-decoration: none;
	color: #5C5C5C;
}

a:hover {
	text-decoration: none;
	color: #F2A8A3;
}

a:active {
	text-decoration: none;
	color: #F2A8A3;
}

a img {
  border: none;
}   
a img: hover {
  border: none;
}   
     
.tab {
	margin-right: 15px;             	
}  

#leftBar {
  position: absolute;
  top: 167px;
  left: 125px;
  width: 150px;
  text-align: right;
}

#main {
  margin-top: 20px;
  margin-left: 270px;
  margin-bottom: 100px;
  width: 615px;
}

#resm {
  margin-top: 0px;
  margin-left: 250px;
  margin-bottom: 250px;
  width: 500px;
}

#port1 {
  position: absolute;
  top: 190px;
  left: 350px;
  width: 200px;
  color: #F2A8A3;
}

#port2 {
  position: absolute;
  top: 190px;
  left: 490px;
  width: 200px;
  color: #F2A8A3;
}

#port3 {
  position: absolute;
  top: 190px;
  left: 630px;
  width: 200px;
  color: #F2A8A3;
}

#port4 {
  position: absolute;
  top: 190px;
  left: 770px;
  width: 200px;
  color: #A99595;
}

#ctg_port {
  position: absolute;
  top: 190px;
  left: 350px;
  width: 700px;
  color: #A99595;
}

#img {
  margin-top: 200px;
  margin-left: 630px;
  width: 70px;
  height: 70px;
}

#project_dp {
  position: absolute;
  top: 450px;
  left: 200px;
  width: 500px;
  border: 1px solid #F2A8A3;
  padding: 2px;
}
