body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
body {
	font-family: "Arial", sans-serif;
}

p {
	text-align: justify;
}

h1 { text-align: center; }

#container {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
}

#logo {
	display: block;
	border-style: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
}

#sidebar {
	width: 221px;
	min-height: 100%;
	padding: 0px;
	margin: 0px;
	background-image: url(/images/sidebg.gif);
	background-repeat: repeat-y;
	background-color: #fbf9ea;
}

#menu {
	padding-left: 28px;
	width: 100%;
}
.menu-item {
	width: 100%;
}
.menu-item a {
	display: block;
	width: 100%;
	padding-left: 4px;

	border-top-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-color: transparent;
	border-left-color: transparent;
	border-bottom-color: transparent;

	color: #000000;
	text-decoration: none;
	font-size: 14pt;
	font-family: "Trajan Pro", "Trajan", serif;
}
.menu-item a:hover {
	border-top-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #b2b2b2;
	border-left-color: #b2b2b2;
	border-bottom-color: #b2b2b2;
	background-color: #ffffff;
}

#content {
	background-image: url(/images/bg.jpg);
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #ffffff;
	padding-left: 5%;
	padding-right: 5%;
}

#foot {
	margin-top: 25px;
	text-align: center;
	font-size: small;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
}
