body
{


	
	background: url(img/Background.png);
	
	width: 1200px;
}
a {
	text-decoration: none;
}
a:link, a:visited
{
	color: yellow;
}
a:hover{
	text-decoration: none;
	color: green;
}
.header
{
	background-color: #9F9F9F;
	color: #0000AF;
	position: absolute;
	left: 10%;
	right: 10%;
	top: 0%;
	height: 250px;
	border: 5px solid;
	border-radius: 3px;
	border-color: #CFCFFF;
}
#logo {
        position: relative;
        top: 0%;
        left: 0%;
}
#title {
        position: absolute;
        top: 0%;
        left: 250px;
}
#quote {
        position: absolute;
        top: 100px;
        left: 250px;
}
#quote p {
        font-family: "Arial";
        font-size: 26px;
        color: rgba(200, 0, 0, 0.5);
}
.navbar
{
	background-color: #AFAFAF;
	position: absolute;
        left: 10%;
        top: 260px;
	width: 350px;

	padding: 5px 5px 5px 5px;
}
.rightbar
{
	background-color: #BFAFAF;
	position: absolute;
	top: 260px;
        right: 10%;
        width: 50%;
        min-width: 400px;
	padding: 15px 15px 15px 15px;	
}

ul
{
	list-style-type: none;
	font-family: Arial;
	font-size: 2em;
	font-style: italic;
	
}
#footer {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
}
#links {
        display: inline;
}