* {
    font-family: trebuchet ms;
}
body {
    margin: 0px;
    background-color: #343440;	// changed from #dac8b5
}

#wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#header {
    margin: auto;
    margin-top: 10px;
    text-align: center;
    background-color: #66b3ff;
    border-top: solid 5px #5ca1e6;
}

#header img {
    max-height: 125px;
    margin: 10px;
}

#navbar {
    background-color: #454545;
    margin-left: -5px;
    margin-right: -5px;
    text-align: center;
}

#mainbody {
    background-color: #c2a385;
    padding: 10px;
    font-family: georgia;
	border-top: solid 2px #343435;
}

#footer {
    height: 38px;
    text-align: left;
    padding: 5px;
    background-color: #454545;
    margin-bottom: 10px;
	margin-left: -5px;
    margin-right: -5px;
	color: #ebffeb;
}

#footer a {
	text-decoration: none;
	color: #ff9696;
}

#footer a:hover {
	color: #7744dd;
}

.footerleft {
	float: left;
}

.footerright {
	float: right;
}

/*.buttons ul {
	list-style: none;
	background-color: #464647;
	position: absolute;
	margin-top: 30px;
	marign-left: 50px;
	text-align: left;
	width: 75px;
}*/

.buttons {
    clear: both;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
}

.button {
    float: left;
    display: block;
    margin: 0px 10px 0px 10px;
    background-color: #333334;
    min-width: 100px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 5px 2px #111111;
}

.button a {
    padding: 5px 0px 5px 0px;
    display: block;
    border-radius: 5px;
}

.button a {
    text-decoration: none;
    color: #ff6666;
    line-height: 30px;
}

.button a:hover {
    color: #dd4444;
    background-color: #222223
}

.thumbnail {
	width: 150px;
	margin: 5px;
}

a {
	color: #884444;
}

a:hover {
	color: #552222;
}

h1 {
    background-color: #b19264;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    display: inline-block;
    padding-left: 50px;
    width: 67%;
    margin-left: -15px;
    box-shadow: 0px 3px 2px #886655;
}

p {
    margin-top: 5px;
    margin-left: 100px;
    margin-right: 100px;
    margin-bottom: 25px;
}

table {
	width: 80%;
	margin: auto;
	color: #343435;
	text-align: center;
}

td {
	margin-bottom: 10px;
	border: solid 2px #a08163;
	width: 33%;
}

td a {
	display: block;
}

form {
	width: 75%;
	margin: auto;
	display: block;
	overflow: hidden;
}

label {
	width: 33%;
	float: left;
}

input, textarea, select {	
	width: 60%;
	float: left;
	margin-bottom: 10px;
	background-color: #555555;
	border: solid 2px black;
	color: white;
	outline: none;
	resize: none;
}

input:focus, textarea:focus, select:focus {
	background-color: #444445;
}

input[type=submit] {
	margin-left: 33%;
	width: 100px;
}