/* CSS Document */
body { background-color: #FFFFFF; color: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; background-image:url(bg_gray.jpg); background-repeat:repeat; }

#navigation { background-image:url(bg_gray.jpg); background-repeat:repeat; text-align: right; right: 15px; }
#content { text-align: center; width: 100%; height: 350px; z-index: 20; position: absolute; vertical-align:middle; }
#inContent { width: 80%; text-align: left;}
#bgStewart { left: 10px; top: 250px; position: absolute; z-index: 1; width: 100%;}
#stewImg { z-index: 2; }
#footer { position: absolute; text-align: center; top: 460px; width: 100%; }

.style1 {
	font-size: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.style2 {
	font-size: 14px;
	font-weight: bold;
}
.style4 {font-size: 10px; }
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #3399CC;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}