@charset "UTF-8";
html {
	min-height:100%;
}
body {
	background-color: #100000;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	min-height:100%;
	background-image: url(../images/bkgd.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
a:link {
	color:#FFFFFF;
	text-decoration:none;
}
a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover {
	color: #7F413B;
	text-decoration:none;
}
a:active {
	color: #62201E;
	text-decoration:none;
}
.container {
	min-height:100%;
	width: 800px;
	margin-left: -400px;
	position: absolute;
	left: 50%;
	top: 0px;
	background-color: #000000;
}
.flash_header {
	height: 330px;
	width: 800px;
}
.menubar {
	height: 20px;
	background-image: url(../images/menubar_bkgd.png);
	background-repeat: repeat-x;
	text-align: right;
}
.maincontent {
	background-image: url(../images/main_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 40px;
	padding-right: 25px;
	padding-bottom: 50px;
	padding-left: 50px;
	margin-bottom:30px;
}
.footer {
	height: 20px;
	padding-top: 10px;
	font-family: "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #333333;
	text-align: center;
	position:absolute;
	bottom:0px;
	width:100%;
	text-transform: uppercase;
}
.footer a:link {
	color: #333333;
	text-decoration:none;
}
.footer a:hover {
	color: #999999;
	text-decoration:none;
}
.footer a:visited {
	color: #333333;
	text-decoration:none;
}
.footer a:active {
	color: #222222;
	text-decoration:none;
}
.leftborder {
	float: left;
	height: 315px;
	width: 1px;
	background-image: url(../images/border.png);
}
.rightborder {
	float: right;
	height: 315px;
	width: 1px;
	background-image: url(../images/border.png);
}
.contenttitle {
	font-family: "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
	letter-spacing: 0px;
	margin-bottom: 10px;
	text-shadow: 1px 3px 2px #000;
}
.contenttitle2 {
	font-family: "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 0px;
	margin-bottom: 10px;
	text-shadow: 1px 2px 1px #000;
}
.content {
	font-family: Myriad, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 26px;
	color: #999999;
	margin-bottom: 20px;
}
.content2 {
	font-family: Myriad, Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #999999;
	margin-bottom: 20px;
}
.logo {
	background-image: url(../images/agnr_logo.png);
	position: absolute;
	height: 72px;
	width: 607px;
	left: 50%;
	top: 262px;
	margin-left: -170px;
	z-index: 2;
}
.leftcolumn {
	float: left;
	width: 300px;
	margin-right: 15px;
	padding-right: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #222222;
}
.rightcolumn {
	float: right;
	width: 390px;
	height: 150px;
}
.bottomlinks {
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #222222;
	border-bottom-color: #222222;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
}
