
body {
    height: 100%;
}

#header {
	padding: 10px;
	color:#FFF;
	font-family: 'Josefin Sans', sans-serif;
}
#nav {
	width:80%;
	text-align:right;
	color: #FFF;
	font-family: 'Josefin Sans', sans-serif;
	
}
#nav a:link {
color:#FFF;
text-decoration: none;
}
#nav a:hover {
    color:#6CF;
	text-decoration: underline;
}
#nav a:visited {
    color:#FFF;
	text-decoration: none;
}


#container {
	width:80%;
	margin-right:auto;
	margin-left:auto;	
}
#content {
	float:left;
	width: 60%;
    padding: 20px;
    border: 1px #666;
	background-color:#FFF;
	color:#333;
	font-family: 'Poppins', sans-serif;	
}
#content a:link {
color: #336699;
text-decoration: none;
}
#content a:hover {
    color:#ff0066;
	text-decoration: underline;
}
#content a:visited {
    color: #336699;
	text-decoration: none;
}

#rightBox {
	float:right;
	width: 30%;
    padding: 5px;
    border: 1px #666;
	color:#fff;
	font-family: 'Poppins', sans-serif;
}
#rightBox a:link {
color:#FFF;
text-decoration: none;
}
#rightBox a:hover {
    color:#6CF;
	text-decoration: underline;
}
#rightBox a:visited {
    color:#FFF;
	text-decoration: none;
}


h1 {

}

h2 {
	margin-left:4%;
	
	}
	
p {
	text-align: justify;
	
}
