body{
	margin:0;
	padding:0;
	background-image:url('');
	background-color: #000;
	font-family: "Courier New", Monospace, serif;
	font-size: 18px;
}

/* The navigation bars */
.topnavbar {
	overflow: hidden;
	text-align: center;
	background-color: #000;
	position: fixed; /* Set the navbar to fixed position */
	top: 0; /* Position the navbar at the top of the page */
	padding-top: 16px;
	padding-bottom: 16px;
	width: 100%; /* Full width */
	font-size: 20px;
}
.rightsidenavbar {
	overflow: hidden;
	text-align: left;
	background-color: #222;
	position: fixed; /* Set the navbar to fixed position */
	right: 0; /* Position the navbar at the top of the page */
	padding-top: 16px;
	padding-bottom: 16px;
	width: 250px; /* Full width */
}
.bottomnavbar {
	overflow: hidden;
	text-align: center;
	color: #FFF;
	background-color: #000;
	position: fixed; /* Set the navbar to fixed position */
	bottom: 0; /* Position the navbar at the bottom of the page */
	padding-top: 16px;
	padding-bottom: 16px;
	width: 100%; /* Full width */
	font-size: 26px;
}

/* Links inside the navbar */
a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}

/* Links inside the navbar */
.topnavbar a {
	text-align: center;
	padding: 5px 5px;
}
.bottomnavbar a {
	text-align: center;
	padding: 20px 20px;
}

/* Main content */	
#main {
 	color: #FFF;
	background-color: #000;
	text-align: center;
	margin-top: 120px; /* Add a top margin to avoid content overlay */
    margin-bottom: 40px; /* Add a bottom margin to avoid content overlay */
    margin-left: 100px; 
    margin-right: 100px; 
	background-image: url('');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center; 
}

/* put the buffer around paragraphs, sections, or photos */	
.centerandpad {
	width:100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}

/*formatting for the rest of the pages - not the front page */
.regtxtpg {
	display: inline-block; /* let's the div be centered */
	background-image: url('');
	background-repeat: no-repeat;
	color: #FFF;
	text-align: center;
}
.regtxtpg a {
	color: #FFF;
	text-decoration: none;
}

/*main page formatting*/
.leftside {
    float: left;
	text-align: left;
}
.rightside {
    float: right;
	text-align: right;
}

h1 {
    display: block;
    font-size: 60px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h2 {
    display: block;
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 20;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}


