/* BEGINNING OF TOP SECTION */
#top {
	background-color: #900;
	height: 240px;
	margin: 0px;
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 5px;
	border-right: 1px solid #6A0000;
	border-bottom: 1px solid #6A0000;
	border-left: 1px solid #6A0000;
	position: relative;
	background-image: url(../images/index/top-bg.gif);
}
#logo {
	text-align: center;
	margin-top: 25px;
}

/* BUTTON 1 */
#button1 {
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 50px;
	width: 305px;
	z-index: 1;
	
}
#button1 a:link {
	display: block;
	background-image: url(../images/index/button1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	width: 305px;
	font-size: 14px;
}
#button1 a:visited {
	display: block;
	background-image: url(../images/index/button1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	width: 305px;
	font-size: 14px;
}
#button1 a:hover {
	display: block;
	background-image: url(../images/index/button1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 50px;
	width: 305px;
	font-size: 14px;
	top: 0px;
}
#button1 a:active {
	display: block;
	background-image: url(../images/index/button1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 50px;
	width: 305px;
	font-size: 14px;
}
#button1 span {
	position: absolute;
	left: 20px;
	top: 17px;
}


/* BUTTON 2 */
#button2 {
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 50px;
	width: 305px;
	text-align: right;
	z-index: 1;
	
}
#button2 a:link {
	display: block;
	background-image: url(../images/index/button2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	width: 305px;
	font-size: 14px;
	margin-right: 0px;
	margin-left: auto;
}
#button2 a:visited {
	display: block;
	background-image: url(../images/index/button2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	width: 305px;
	font-size: 14px;
	margin-right: 0px;
	margin-left: auto;
}
#button2 a:hover {
	display: block;
	background-image: url(../images/index/button2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 50px;
	width: 305px;
	font-size: 14px;
	top: 0px;
}
#button2 a:active {
	display: block;
	background-image: url(../images/index/button2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 50px;
	width: 305px;
	font-size: 14px;
}
#button2 span {
	position: absolute;
	right: 20px;
	top: 17px;
}
/* END OF TOP SECTION */

/* ========================================================================= */

/* BEGINNING OF BOTTOM SECTION */
#bottom {
	background-image: url(../images/index/landscape.jpg);
	background-repeat: no-repeat;
	height: 350px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #6A0000;
	border-left-color: #6A0000;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6A0000;
	background-color: #FFFFFF;
}
#news {
	width: 280px;
	height: 330px;
	background-color: #6A0000;
	padding: 10px;
	z-index: 2;
	border-left: 1px solid #6A0000;
	float: right;
	filter: alpha(opacity=80);
	-moz-opacity: 0.75;
}
.newsBox {
	border-bottom: 1px solid #2F0000;
	margin-bottom: 10px;
}
.newscontent {
	width: 280px;
	height: 330px;
	padding: 10px;
	z-index: 3;
	float: right;
	border-left: 1px solid #6A0000;
	position: absolute;
	top: 0px;
	right: 0px;
	overflow: auto;
	font-size: 10px;
	line-height: 1.5em;
}
.newsHead {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
}
.newsDate {
	font-size: 9px;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}
