@charset "utf-8";
/* CSS Document */

body {margin: 0;}

#container {
	width: 640px; 
	margin: 140px auto 0 auto;
}

.small {font-size: 17px;}
.gray {color: #666;}

h2 {
	font-size: 24px; 
	font-weight: normal; 
	font-family: Georgia, "Times New Roman", Times, serif; 

	border-bottom: 1px solid #efefef;
}

img {border: none;}
a#ag {
	height: 100px;
	width: 300px;
	background: url(ag-logo.gif) no-repeat;
	display: block;
	text-indent: -9999px;
}
a#lnc {
	height: 100px;
	width: 300px;
	background: url(lnc-logo.gif) no-repeat;
	display: block;
	text-indent: -9999px;	
}
a#lnc:hover {background: url(lnc-logo-hover.gif) no-repeat;}
a#ag:hover {background: url(ag-logo-hover.gif) no-repeat;}

.left {
	float: left;
	margin: 30px 10px 0;
}
.right {
	float: right;
	margin: 30px 0 0 10px;
}

.w300 {width: 300px;}
.centered {text-align: center;}