@charset "utf-8";
body {
	background-color: #dcd6c3;
	color: #504322;
}
#contentmenu {
	float: left;
	width: 250px;
	background-image: url(../images/onepixelbrown.gif);
	background-repeat: repeat-y;
	background-position: right;
	margin-right: 10px;
	padding-right: 10px;
	text-align: right;
	font-family: "Book Antiqua", "Bookman Old Style", serif;
}
#content li {
	list-style-position: inside;
	list-style-type: none;
	margin-left: 15px;
}
#footerexternal {
	background-color: #504322;
	color: #DCD6C3;
	height: 2em;
}
#footerinternal {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font: small "Book Antiqua", "Bookman Old Style", serif;
}
#contentmenu img {
	margin-top: 5px;
	margin-bottom: 5px;
}
#content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	background-image: url(../images/coffee_background.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 15px;
	font-family: "Book Antiqua", "Bookman Old Style", serif;
}

a:link {
	color: #dcd6c3;
	text-decoration: none;
	font-family: "Book Antiqua", "Bookman Old Style", serif;
}
#content p {
	padding-top: 10px;
	padding-bottom: 5px;
}
#content h3 {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16pt;
	text-decoration: underline;
}
#content br {
	padding-top: 2px;
}
#content em {
	font-style: italic;
}
#contentmenu  {
	font-weight: bold;
	color: #504322;
}
#content a:hover {
	font-weight: bold;
	color: #504322;
	text-decoration: underline;
}
#content a:visited {
	font-weight: bold;
	color: #504322;
}
a:visited {
	color: #dcd6c3;
	text-decoration: none;
	font-family: "Book Antiqua", "Bookman Old Style", serif;
}
a:hover {
	color: #dcd6c3;
	text-decoration: underline;
	font-family: "Book Antiqua", "Bookman Old Style", serif;
}
#headerexternal {
	background-color: #504322;
	height: 90px;
}
#headerinternal {
	height: 90px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	color: #dcd6c3;
}
#headermenu {
	float: right;
	width: 300px;
	height: 33px;
	padding-top: 57px;
}

* {
    margin: 0;
}

html, body {
	height: 100%;
}

#wrapper {
     min-height: 100%;
     height: auto !important;
     height: 100%;
     margin: 0 auto -2em;
}
