@charset "UTF-8";/* CSS Document */

container {
		width: 100%;
		min-width: 875px;
		text-align: center;
		margin: auto;
		border: solid;
		display: list-item;
}

body {
		width: 95%;
		margin: auto;
		min-width: 750px;
		max-width: 1200px;}
		
}

nav ul li {
		text-align: center;
		float: none;
		text-decoration:none;
		list-style-type: none;
		padding-left: .85em;
				
}



H1 {
	font-size: 2.5em;
	text-align: center;
	color: #C00;
	text-shadow: 1px 1px 1px #000;
		margin-right: 1.em;
}

H2 {
		text-align: center;
		margin-top: 1.5em;
		padding-top: 15px;
		color: red;
		text-shadow: 1px 1px 1px #000;
		float: both;
}

p { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
		font-size: 1.15em;
		color: black;
		line-height: 1.5em;
		margin-left: 1em;
		text-align: left;
}

ul li {
		color: black;
		text-decoration: none;
		text-align: left;
		padding-bottom: .5em;
}

nav {
		text-align: center;
		color: #000000;
		font-weight: bold;
		font-variant: small-caps;
		font-size: 1.2em;
		padding-right: 5px;
		padding-left: 5px;
		text-decoration:none;
}
nav a {text-decoration:none;}
a     {
		text-decoration: none;
		color: #0000FF;
}

.floatright {
	float: right;
	border: solid 4px;
	border-color: #990000;
	border-radius: 10px;
	margin-left: 1em;
	margin-right: 0em;
	border-style: solid;
}

.floatleft {
		float: left;
		border: solid 4px;
    solid: black;
		border-color:#C7A746;
		border-radius: 10px;
		margin-left: 0em;
		margin-right: .8em;
		border-style: solid;
		text-align: center;
}
.floatboth {
	float: both;
	border: solid 5px;
	border-color: #990000;
	border-radius: 10px;
	margin-width: 0, auto;
	margin-right: 0.08em;
	alignment-adjust: central;
}
footer  {
		font-size: 1em;
		color: black;
		text-align: center;
		text-decoration:none;
		clear:both;
}
