/*lets create a header class*/
.pageHeader{
	display:block;
	margin-bottom:0px;	
}

body{
    background-color: #262626;
    width:1024;
    float: left;
	position: relative;
	/*min-width: 768px;*/
	max-width: 1024px;
}

.container{
	display: inline-block;
	margin:50px;
}

/*lets create a nav bar*/
#navBar {
	margin:0;
	padding:0;
	border-bottom-style: groove;
	border-bottom-color:#4e4f60;
	/*border-bottom-color:#6B8E23;*/
	border-bottom-width:6px;
	/*min-width: inherit;*/
	max-width: inherit;
}

ul.nav {
	padding:0;/**/
	margin:0;/**/
	/*display: block;/**/
}

li.nav{
	display:inline;/**/
	padding: 8px 15px;/**/
	font-weight: bold;/**/
}

#navBar li a:link {
	text-align: left;
	text-decoration: none;
	color: #4AF626;
}

#navBar li a:visited {
	text-align: left;
	text-decoration: none;
	color: #fefefe;
}
/* the main is defined here */
main {
	padding-bottom: 256px;
	text-align: center;
	background-color: #bfbfbf;
	/*background-color: #4e4f60;*/
	border-radius:10px;
    position: relative;
    padding-bottom: 5px;
    /*margin: .5em;*/
	/*min-width: inherit;*/
	max-width: inherit;
}

.left{
	text-align:left;
	padding-left: 1em;
}
.tinyText{
	font-size:8pt;
}
/* the footer is defined here */
footer {
	border-top:solid thin black;
	padding-top: 3px;
	text-align: center;
	/*min-width: inherit;*/
	max-width: inherit;
}
.footerText{
	font-size:8pt;
	font-variant:small-caps;
	font-family:sans-serif;
	margin:0;
	padding:0;
}
.footerImg{
	margin:0;
}
/* some extra bits*/
.date{
	font-variant:small-caps;
	font-family:sans-serif;
	font-style:italic;
	font-size:14px;	
	list-style-type: none;
}

.subHeading{
	font-variant:small-caps;
	font-family:sans-serif;
	font-style:bold;
	border-bottom:1px solid black;
	margin-bottom:0px;
	padding-bottom:0px;
}
