/* unvisited link */
a:link {
	color: #fff;
	text-decoration: none;
}

/* visited link */
a:visited {
	color: #fff;
	text-decoration: none;
}

/* mouse over link */
a:hover {
	color: #fff;
	text-decoration: none;
}

/* selected link */
a:active {
	color: #fff;
	text-decoration: none;
}

body {
	background-color: #161616;
}

h3.title {
	border-bottom: 1px dotted #fff;
	color: #fff;
	margin: 20px 0 10px 0;
	overflow: hidden;
	text-align: left;
	width: 100%;
}

h3.footer_title {
	color: #fff;
	margin: 30px 0 20px 0;
	overflow: hidden;
	text-align: center;
	width: 100%;
}

p.text_box {
	color: #fff;
	height: auto;
	overflow: hidden;
	text-align: justify;
	width: 300px;
}

p.image_box {
	color: #fff;
	height: 220px;
	overflow: hidden;
	text-align: left;
	width: 300px;
}

p.image_box img {
	filter: alpha(opacity = 40);
	opacity: 0.4;
}

ul.list_box {
	color: #fff;
}

ul.footer_list_box {
	color: #fff;
	margin: 0 0 0 25px;
}

ul.footer_list_box li {
	margin-bottom: 5px;
}

.hide{
	display: none;
}

img.social {
	cursor: pointer;
	filter: alpha(opacity = 40);
	float: left;
	margin: 25px 15px 0 22px;
	opacity: 0.4;
}

h5#text_placeholder {
	color: #fff;
	filter: alpha(opacity = 0);
	margin: 135px 0 10px 0;
	opacity: 0.0;
	padding: 3px;
	text-align: center;
	width: 100%;
}

div#footer {
	background-image: url('../img/footer.png');
	background-repeat: no-repeat;
	height: 290px;
	margin-top: 25px;
}

