body {
    background: #f2eeef url(i/background.png) repeat-x 0px 0px; 
	text-align: center; /* for IE */
}

#page {
	margin: 0 auto;   /* align for good browsers */
	margin-top: 40px;
	text-align: left; /* counter the body center */
	border: 20px solid white;
	width: 750px;
        height: 790px;
	background: white;
}

#jobs {
  border: #cccccc 1px solid;
  padding: 10px 10px 5px 10px;
  background: #FFF9D8;
  font: 0.9em Verdana, sans-serif;
  font-size: 13px; 
   line-height: 1.4;
    color: #767676;
        position: relative;
        left: 400px;
        top: -120px;
        width: 249px;
        height: 93px;


}

#logo {
        position: relative;
        left: 20px;
        top: 20px; 
        width: 189px;
        height: 95px;
        background: transparent url(i/logo.gif) 0px 0px no-repeat;
	text-decoration: none;
        text-indent: -1000em;
}

#strapline {
        position: relative;
        left: 400px;
        top: -22px; 
        width: 270px;
        height: 42px;
        background: transparent url(i/strapline.gif) 0px 0px no-repeat;
	text-decoration: none;
        text-indent: -1000em;
}

#address1 {
        position: relative;
        left: 400px;
        top: 22px; 
        width: 703px;
        height: 238px;
        background: transparent url(i/address1.gif) 0px 0px no-repeat;
	text-decoration: none;
        text-indent: -1000em;
}

#address2 {
        position: relative;
        left: 400px;
        top: -120px; 
        width: 249px;
        height: 93px;
        background: transparent url(i/address2.gif) 0px 0px no-repeat;
	text-decoration: none;
        text-indent: -1000em;
}

#about {
	border: 0px solid black;
        position: relative;
        left: 20px;
        top: -415px; 
        width: 320px;
	font: 0.9em Verdana, sans-serif; 
	line-height: 1.4; 
	color: #565656; 
}

#quote {
	border: 0px solid black;
	line-height: 1.4; 
	color: #333; 
	font: 0.75em Verdana, sans-serif; 
	font-style: italic;
	line-height: 1.8; 
	color: #cccccc; 
	margin-top: 30px;
}

#about a {
	border-bottom: dashed #bbbbbb 1px;
	text-decoration: none;
	color: #bbbbbb;
}

#about a:hover {
	border-bottom: dashed red 1px;
	text-decoration: none;
	color: red;
}


