﻿<!-- Designed and Developed in 2017 by Laura Filice, Prolific Development Ltd. -->
/*	CSS RESET	*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* BASIC ELEMENTS */

body{
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom:0;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	/*margin: 0; */
	padding: 0;
}

/*	WRAPPER	*/
#wrapper {
	background: #000;
	width:100%;
	height:100%;
	margin: 0 auto; 
	
}

/* GENERIC */
.left {
	float: left;
}

.right {
	float: right;
}

.clear{
	clear: both;
}


/**************	HEADER	***************/

#header {
	width: 100%;
	height:25px;
	margin: 0 auto;
	margin-bottom:20px; 
	font-family: Arial, Helvetica, sans-serif;
}

#header ul {
	float:right;
	padding-bottom:10px;
	margin-right:10px;
}

#header ul li {
	display: inline;
}

#header ul li a:link,a:visited {
	font-weight:bold;
	color: #fff;  
	text-align:center;
	padding:2px 5px;
	text-decoration:none;
	text-transform:uppercase;
	font-size:18px;
}

#header ul li a:hover,a:active {
	color: #39b54a;
	font-size:18px;
}


/****************** CONTENT ***********/	
#content {
	margin: 0 auto;
	padding:0; 
	font-size: 24px;
	width: auto; 
	text-align:center;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

#content #contentholder {
	width: 940px; 
	height:auto;
	margin: 0 auto;	
	padding:0;
}

#content #contentholder h5{
	width: 940px; 
	height:auto;
	margin: 0 auto;	
	padding:10px;
	text-align:center;
	color: #39b54a;
} 

#content #contentholder ul li {
	width: 880px;
	font-size: 18px;
}

#content #contentholder ul li a {
	color: #fff;
	display: block;
	margin-bottom: 10px;
	text-decoration:none;
}
#content #contentholder ul li a:hover {
	color: #39b54a;
}
/**************	FOOTER ***************/

#footer {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	padding: 50px 0;
	color: #fff;
	font-size: 14px;
}

#footer #holder {
	width: 940px; 
	margin: 0 auto;
}

/*	Section 1 */
.footer-section1 {
	width: 400px; 
	margin: 0 5px;
	text-align: left;
}

.footer-section1 h3 {
	color: #39b54a;
	font-size: 20px; 
}

.footer-section1 p {
	color: #fff; 
	font-size: 18px;
}

/*	Section 2 */
.footer-section2 {
	width: 400px; 
	margin: 0 5px;
	text-align: right;
}

.footer-section2 h3 {
	color: #39b54a; 
	font-size: 20px;
}

.footer-section2 img {border: none;}

.footer-section2 ul {
	list-style-type: none;
	margin: 10px 0 0 0; 
	padding: 0;
}

.footer-section2 ul li {
	font-size: 18px;
}

.footer-section2 ul li a {
	color: #fff;
	display: block;
	margin-bottom: 10px;
	text-decoration:none;
}
.footer-section2 ul li a:hover {
	color: #39b54a;
}


/**************	FOOTER BAR	***************/

#bar {
	background: #000;
	padding: 3px 0; 
	color: #fff; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style:italic;
	font-weight: bold;
	text-align: right;
	
}
#bar-wrap {
	margin: 0 auto; 
	width: 940px;
}

#bar a {
	color: #fff;
	text-decoration:none;
}

#bar a:hover {
	color: #39b54a; 
	text-decoration:none;
}


























