@charset "UTF-8";

h1 {
	text-align: center;
	color: #2F4F4F;
}

h2 {
	text-align: left;
	color: #2E8B57;
}

body {
	text-align: left;
	border-style: solid;
	position: relative;
	background-image: url("liberalism.jpg");
}

p {
	text-align: left;
	color: #F5F5F5;
}

a {
	text-align: right;
	color: blue;
}

table {
	text-align: center;
	color: #000000;
}

img {
	border-style: solid;
	float: right;
}

#header {
    	float: inherit;
}

#nav {
    	float: inherit;
}

#container {
    	float: inherit;
}

#footer {
	    width:860px;
    	float: inherit;
}
