

div#grand-header {
	border: 0;
    height: 150px;
    background: #9D080D;
}
div#grand-header-image {
    position: absolute;
}

div#grand-agent_agency {
    padding: 10px 50px 0 0;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
    z-index: 10;
    position: relative;
}

.grand-agent_name {
    margin: 0;
    padding: 0;
	font-size: 48px;
    line-height: 88px;
}

.grand-agency_name {
    margin: 0;
    padding: 0;
	font-size: 18px;
	line-height: 25px;
}

div#grand-photo {
    margin: 0;
    padding: 0;
	z-index: 100;
	width: 120px;
	height: 150px;
	background: black;
	position: absolute;
	top: -130px; left: 78px;
	border: 1px solid black;
}

div#grand-photoshadow {
	z-index: 99;
	width: 120px;
	height: 150px;
	position: absolute;
	top: -124px; left: 84px;
}

img#grand-agentphoto {
	width: 120px;
	height: 150px;
}

img#grand-logo {
	margin: 30px 0 20px;
}

div#grand-sidenav {
	padding: 15px 10px 10px 10px;
    margin-top: 10px;
	color: white;
	background: #F5821F;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-style: italic;
}

.grand-tagline {
	font-size: 14px;
}

.grand-navlinks {
	text-align: left;
	padding-left: 25px;
	font-size: 20px;
}

.grand-navlinks a:link { color:#FFF; text-decoration:none; }
.grand-navlinks a:visited { color:#FFF; text-decoration:none;  }
.grand-navlinks a:hover { color:#FFF; text-decoration:underline; }
.grand-navlinks a:active { color:#CCC; }

.grand-numbers {
	font-size: 16px;
	line-height: 10%;
}

div#grand-content {
}


div#grand-footer {
	border-top: 1px solid black;
	padding: 10px;
	text-align: center;
	font-size: 12px;
}

