	body{		margin:0;		padding:0;		font-family:Arial, sans-serif;		font-size:10px;	}		h1, h2, h3, h4, p, ul, li, dl, dt, dd, form{		margin:0;		padding:0;	}		a{		color:#399;		text-decoration:none;	}		a:hover{		color:#399;		text-decoration:underline;	}		#wrap{		width:683px;		margin:25px auto;	}	#header{		border:1px solid #000;		background: url(../images//logo_worklabs.gif) right center no-repeat;		padding: 5px 10px;		margin:0 0 25px 0;	}		h1{		font-size:2em;		text-transform: uppercase;		display:inline;		font-weight:normal;		margin-right:10px;	}		h2{		font-family:Times, serif;		font-weight:normal;		font-style:italic;		font-size:1.1em;		display:inline;	}		#contact_form{		width:230px;		padding:10px;		border:1px solid #000;		float:right;	}		#content{		width:400px;		margin-right:40px;	}		#content p, #contact_form p{		font-size:1.1em;		line-height:1.3em;		margin:1em 0;	}		#content p.small{		font-size:1em;		clear:left;	}		#sigs{		background:url(../images/book_cover.jpg) center right no-repeat;		padding-right:110px;		width:270px;		height:100px;	}		#sigs dl{		float:left;		padding-top:55px;		margin:1em 50px 2em 0;	}		#sigs dl.karl{		background:url(../images//sig_karl.gif) top left no-repeat;	}		#sigs dl.cabell{		background:url(../images//sig_cabell.gif) top left no-repeat;	}		#sigs dl dd{		margin-top:5px;	}		/* FORM */	fieldset {		border: none;		text-align: right;		padding: 0 0 5px 0;		margin: 0;	}		label {		float:left;		padding:0.2px 0 2px 0;		text-align:left;	}		input, textarea {		border: 1px solid #000000;	}		.required {		color: #990000;	}		.left {		text-align: left;	}	.right {		text-align: right;	}	