* { margin: 0; padding: 0;}

body {
	width: 759px;
	margin: 0px auto;
	color: #fff;
	font: 12px/1.3em Arial;
	
}

#master {
	border: 1px solid #797979;
}

#header {
	background: url('images/headerbg.jpg') top left no-repeat;
	height: 75px;
}



#header img {
	margin: 15px 0 0 20px;
	border: 0px;
}

#menu {
	background:  url('images/menubg.png') top left no-repeat;
	height: 32px;
	text-align: center;
}

#menu ul {
	list-style: none;
	padding-top: 10px;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	color: #fff;
	text-decoration: none;
	padding: 0px 8px;
	text-transform: uppercase;
}

#menu ul li a:hover {
	color: #4d91da;
}

#extra {
	background: url('images/main.jpg') top left no-repeat;
	height: 210px;
}

#content {
	background: #797979;
	padding-top: 15px;
}

#left {
	color: #000;
	background: #fff;
	width: 504px;
	float: left;
	padding:30px 30px 20px 30px;
}

#left h1 {
	color: #4d91da;
	font-size: 1.7em;
	font-weight: normal;
	padding-bottom: 10px;
}
#personnel #left ul li {
	list-style:none;
}

#left li a {
	color: #4d91da;
	font-size: 1.3em;
	font-weight: normal;
	text-decoration:none;
}

#left ul {
	margin-left: 20px;
	margin-top: 20px;
}

#left h3 {
	color: #4d91da;
	font-size: 1.3em;
	font-weight:normal;
}

#right {
	margin-left: 565px;
	padding: 30px 10px 20px 15px;
	
}

#right h3 {
	font-size: 1.3em;
	font-weight: normal;
	padding-bottom: 5px;
}

#right p {
	font-size: .9em;
}


#footer {
	background: url('images/footerbg.png') top left no-repeat;
	height: 21px;
	padding: 10px 10px 0 10px;
	
}

#footer a {
	color: #4d91da;
	text-decoration: none;
}

#footer a:hover {

}

#footer .left {
	float: left;
}

#footer .right {
	float: right;
}

#left h4 {
	font-size: 1.2em;
	padding-bottom: 5px;
	color: #4d91da;
}

#left h4 a {
	color: #4d91da;
	text-decoration: none;
	
}

#left h4 a:hover {
	border-bottom: 1px dashed #4d91da;
}

#left .stretcher p {
	padding-bottom: 5px;
	
}
#left .display {
	font-weight: bold;
}
#left .stretcher {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
}


.clear {clear: both;}
