@charset "utf-8";
/* CSS Document */

#footer {
	height: 250px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #252525;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #727272;
	margin-top: 75px;
}

#footer #body {
	height: 200px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#footer #body #right {
	width: 450px;
	float: left;
	height: 200px;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #666666;
}
#footer #body #left {
	height: 200px;
	width: 510px;
	float: left;
}


#footer a {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #A5A3A3;
	font-style: italic;
}

#footer a:hover {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #FFD647;
	font-style: italic;
	text-decoration: none; border-bottom:1px dashed; 
	
}


/*FOOTER STYLES*/
.italicized {
	color: #C6C4C4;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.copyright {
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.links {
	border-bottom: 1px solid #393939;
	background-image: url(../img/bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	width: 450px;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 18px;
}
#backtotop a {
	position: relative;
	top: 20px;
	color: #5C6666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
}
#backtotop a:hover {
	position: relative;
	top: 20px;
	color: #C6C4C4;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	text-decoration:none;
}
