
body {
	margin: 0px;
	background-image: url("../img/body.png");
	/* background-attachment: fixed; */
	background-repeat: repeat-x;
	background-color: rgb(32, 48, 64);
	padding: 0px;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
}

#page {
	margin: 2px auto;
	width: 800px;
	background-color: white;
}

#header {
	height: 100px;
	background-image: url("../img/header.png");
	color: white;
}

#header a {
	color: white;
	text-decoration: none;
}

#logo-title {
	margin: auto 0px;
	padding: 0px 0px 0px 50px;
	text-align: center;
	font-size: 32px;
}

#logo-title p {
	margin: 0px;
	padding: 30px 0px 0px;
}

#container {
	background-image: url("../img/container.png");
	background-repeat: repeat-y;
}

#sidebar-left {
	float: left;
	padding: 10px 10px;
	width: 180px;
	color: #808080;
}

#sidebar-left h2 {
	text-align: center;
	font-size: 10pt;
}

#sidebar-left .menu {
	font-size: 10pt;
}

#sidebar-left .menu .menu {
	font-size: 9pt;
}

#sidebar-left a {
	text-decoration: none;
	color: black;
}

#sidebar-left a:hover {
	text-decoration: underline;
}

#main {
	float: right;
	padding: 10px;
	width: 580px;
}

#footer-wrapper {
	background-image: url("../img/footer-wrapper.png");
	background-repeat: repeat-y;
}

#footer {
	background-image: url("../img/footer.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 1em 1em 20px;
	color: white;
	text-align: center;
}

#footer a {
	color: white;
}

.clear-block {
	clear: both;
}

h1 {
	font-weight: normal;
}
