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

body {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #222222;
	margin: 0px;
}
#footer {
	width: 100%;
	position: fixed;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color:#882f77;
	text-decoration: none;
	background-color: #181818;
	padding-top: 15px;
	padding-bottom: 15px;
	vertical-align: bottom;
	bottom: 0px;
}
.thumbnails {
	padding: 25px;
}
.top-background {
	background-color: #181818;
	padding-top:20px;
	padding-bottom:30px;
}
.banner-left {
	background-color: #181818;
}
.banner-right {
	background-color: #181818;
}
.menu {
	font-family: Arial, Tahoma, Verdana;
	font-size: 14px;
	font-weight: bold;
	color:#882f77;
}
a.menu:link {
    font-family: Arial, Tahoma, Verdana;
	font-size: 14px;
	font-weight: bold;
	color:#882f77;
	text-decoration:none;
}
a.menu:visited {
    font-family: Arial, Tahoma, Verdana;
	font-size: 14px;
	font-weight: bold;
	color:#882f77;
	text-decoration:none;
}
a.menu:hover {
    font-family: Arial, Tahoma, Verdana;
	font-size: 14px;
	font-weight: bold;
	color:#B76CA9;
	text-decoration:none;
}
.menu text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #882f77;
}
a.foot:link {
    font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	color:#882f77;
	text-decoration:none;
}
a.foot:visited {
    font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	color:#882f77;
	text-decoration:none;
}
a.foot:hover {
    font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	color:#B76CA9;
	text-decoration:none;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B76CA9;
}
.text-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #B76CA9;
	padding-top:10px;
	padding-bottom:3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #882f77;
	font-weight: bold;
}
.content {
	padding-top: 15px;
	padding-bottom: 15px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B76CA9;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B76CA9;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7E1050;
}

