﻿

body {  font-family: Arial;
	text-align: center;
	background-image: url('asdflandheader2.png');
	background-repeat: no-repeat;
	background-position: top center;
	background-alignment: center;
	margin-top: 70px;
	
}

img {
	border: none;
}


p {     font-family: arial, sans-serif;
		font-size: medium;
}

hr {
	border: none;
	color: black;
	background-color: black;
	height: 1px;
}

h1 {
	font-size: large;
	font-weight: bold;
}

h1 a {
	color: black;
	text-decoration: none;
}

#arrow_container {
	width: 300px;
	margin-left: auto; margin-right: auto;
	text-align: center;
}

#arrow_abs_container {
	height: 58px;
	position: absolute; top: 420px;
	width: 300px;
	text-align: center;

}

.arrow_left {
	float: left;
}

.arrow_right {
	float: right;
}

.dropdown {
	text-align: center;
	margin-left: -100px;
	position: absolute; top: 18px; left: 50%;
	width: 200px;
}

.comments {
	width: 50%;
	margin-left: 25%; margin-right: 25%;
	text-align: left;
}

.date {
	text-indent: -3px;
	color: gray;
	font-size: small;
	font-weight: bold
}

.name {
	font-weight: bold;
}

.name a:link {
	color: black;
	text-decoration: underline;
}

.name a:hover {
	color: black;
	text-decoration: underline;
}

.name a:visited {
	color: black;
	text-decoration: underline;
}

/***** Admin */

.centercont {
	width: 810px; height: auto;
	margin-left: auto; margin-right: auto;
	
}

.admincont {
	margin-top: 70px; margin-left: 20px;
	width: 250px; height: auto;
	float: left;
	text-align: left;
}

.admincont2 {
	margin-top: 70px; margin-left: auto; margin-right: auto;
	width: 75%; height: auto;
	text-align: left;
}


.admincont, .admincont2 a:link {
	color: black;
	text-decoration: none;
}

.admincont, .admincont2 a:hover {
	color: black;
	text-decoration: underline;
}

.admincont, .admincont2 a:visited {
	color: black;
	text-decoration: none;
}

.logout {
	position: absolute; top: 7px; right: 7px;
}

.logout a:link {
	color: black;
	text-decoration: underline;
	font-weight: bold;
}

.logout a:hover {
	color: black;
	text-decoration: underline;
	font-weight: bold;
}

.logout a:visited {
	color: black;
	text-decoration: underline;
	font-weight: bold;
}

