@charset "utf-8";
/* CSS Document */

img {border:0;}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	
	
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h1,h2,h3,h4,h5,h6 {
	font-size:0.75em;
	font-weight:bold;
	color:#E08D17;
}
#container {width:755px; height:525px;margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
/*	border: 1px solid #000000; */
	text-align: left; /* this overrides the text-align: center on the body element. */}
	#space {height:75px;}
#head {
	vertical-align: top;
}
#people { width:374px; height:282px; float:left;}
#content {
background-image:url(images/main-back.jpg);
	width:381px;
	height:282px; float:right; overflow:auto; 
	
}
#content p { font-size:.75em; line-height:1.5em;}
#foot {clear:both;}
.form {
	float:left;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	background-color:#3B4F72;
	border: 1px solid white;
}
.form b {
	display: block-inline;
	font-family: arial;
	font-weight: bold;
	font-size: 8pt;
	color:#E08D17;
}
.form .field {
	background-color: #FFFEF2;
	font-size: 10px;
	width: 150px;
}
.form .fieldsmall {
	background-color: #FFFEF2;
	font-size: 10px;
	width: 20px;
}

