@charset "utf-8";
/* CSS Document */
html {}
body {
	margin:0;
	padding:0;
	background-image: url(../images/bckgrnd.jpg);
	background-repeat:repeat;
}
/**layout**/
.container {
	width: 975px;
	height:auto;
	margin:0 auto;
	
}
header {
	width: 975px;
	height:230px;
	float:left;
	border-bottom:thin solid #666;
	margin-bottom:3px;
}
	
section {
	width: 730px;
	height:700px;
	padding: 10px 15px;
	float:left;
	background-color:white;
	margin-left:10px;
	color:#333;
}
aside {
	width:200px;
	height:700px;;
	float:left;
	border-right: thin solid #666
}
footer {
	width: 975px;
	height:100px;
	text-align:center;
	color:#fff;
	float:left;
}

/**formatting**/
.floatleft {float:left}
.floatright {float:right}
.section-p {
	font-size:1.2em;
	color:#333;
	line-height:1.3em;
}

/**Navigation**/
#navbar {
	margin-left:0px;
	width:190px;
	height:600px;
	padding:3px;
	text-align:left;
	float:left;
	color:white;
	clear:both;
	
}
.nav {
	margin: 10px 7px 10px;
	background-color: #004200;
	border: 2px white solid;
	padding:3px;
	color: #FFF;
	font-size:22px;
}

a:link {
	color: #fff;
}
a:visited {
	color: #fff;
}
a:hover {
	color: #fff;
}
a:active {
	color: #fff;
}


