body, html {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
body {
	background-color: #CCCCCC;
	color: #FFFFFF;
}
p {
	margin: 0px 0px 10px;
	padding: 0px;
}

a:link {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #FFEAEA;
}
a:active {
	font-weight: bold;
	text-decoration: none;
	color: #FFEAEA;
}
#topedge {
	width: 955px;
	height: 10px;
	background-image: url(../images/index/top.gif);
	background-repeat: no-repeat;
	position: relative;
	font-size: 1px;
	background-position: left top;
}
#wrapper {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 10px;
}

#copyright {
	position: absolute;
	left: 5px;
	top: -5px;
	width: 320px;
	font-size: 10px;
	font-weight: bold;
	
}
#links {
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 5px;
	width: 943px;
	text-align: right;
	float: right;
	position: absolute;
	top: -5px;
	left: 5px;
}
#bottomedge {
	width: 955px;
	height: 10px;
	position: relative;
	background-image: url(../images/index/bot.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	background-position: left top;
}

#footer {
	font-size: 10px;
	text-align: center;
	color: #6A0000;
	clear: both;
	width: 955px;
}
#footer a:link {
	font-weight: bold;
	text-decoration: none;
	color: #6A0000;
}
#footer a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #6A0000;
}
#footer a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #990000;
}
#footer a:active {
	font-weight: bold;
	text-decoration: none;
	color: #990000;
}
/* END OF BOTTOM SECTION */
