@charset "utf-8";
/* CSS Document */
body {
	background-image: url(assets/bg.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#container {
	margin: auto;
	height: 818px;
	width: 960px;
	position: relative;
	background-image: url(test.jpg);
}
#logo {
	background-image: url(assets/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	height: 123px;
	width: 283px;
	left: 0px;
	top: 0px;
}
#topNav {
	position: absolute;
	height: 42px;
	width: 322px;
	top: 0px;
	right: 28px;
}
#mainNavigation {
	position: absolute;
	height: 29px;
	width: 587px;
	top: 69px;
	right: 27px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: lighter;
}
#mainNavigation a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: lighter;
}
#topBorder {
	background-image: url(assets/topBorder.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 35px;
	width: 960px;
	position: absolute;
	left: 0px;
	top: 98px;
}
#leftBorder {
	background-image: url(assets/leftBorder_LP.png);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	height: 652px;
	width: 35px;
	left: 0px;
	top: 133px;
}
#bottomBorder {
	background-image: url(assets/bottomBorder.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	height: 35px;
	width: 890px;
	left: 35px;
	bottom: 33px;
}
#rightBorder {
	background-image: url(assets/rightBorder_LP.png);
	background-position: right top;
	height: 652px;
	width: 35px;
	top: 133px;
	right: 0px;
	position: absolute;
}
#rt_ColumnBODY {
	height: 477px;
	width: 89px;
	position: absolute;
	top: 262px;
	right: 35px;
	background-image: url(assets/LP_rightColumn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 30px;
	padding-top: 10px;
}
#holeNAVIGATION {
	background-image: url(assets/leftNAV_BG.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 487px;
	width: 95px;
	left: 35px;
	top: 263px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: center;
	line-height: 1.03em;
}
#holeNAVIGATION a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	color: #000000;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 5px;
	display: block;
}
#holeNAVIGATION a:hover {
	background-color: #817565;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight: bold;
}
