* {
	font-family: "gill sans", "trebuchet ms", arial, helvetica, sans-serif ! important;
	}
	
body {
	margin: 0px;
	background-image: url(/images/layout/background.gif);
	background-color: #EFB317;
	background-repeat: repeat-x;
	}
	
#container {
	width: 500px;
	margin: 0px;
	text-align: left;
	}
	
.clear {
	clear: both;
	}
	
/* These are styles for the banner section */

#banner {
	height: 124px;
	}

#banner img {
	border: none;
	float: left;
	}
	
#agent-info {
	background-image: url(/images/layout/pop-up-bg.gif);
	background-repeat: no-repeat;
	padding: 20px;
	margin: 0px 20px;
	width: 460px;
	}	
	
#photo {
	float: left;
	width: 122px;
	}
	
#photo img {
	width: 100px;
	height: 147px;
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff;
	}
	
#text-info {
	float: left;
	width: 320px;
	color: #ffffff;
	}
	
#text-info h1 {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 21px;
	text-transform: uppercase;
	font-weight: normal;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #ffffff;
	}
	
#text-info h2 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	}
	
#text-info ul {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 12px;
	}
	
#text-info p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	}
