body {
	background-repeat: repeat-x;
	background-image: url("images/bg.png");
	font-family: "Liberation Serif", Georgia, "Times New Roman", Times, serif;
	color: #000;
	background-color: #3E7BB3;
	font-size: 1.15em;
	padding: 0px;
	margin: 0px;
}


#logo {
	padding-left: 90px; /* Changed it to line the logo up with the body */
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	z-index: 1;
}

#site {
	background-color: white;
	padding-left: 30px;
	padding-bottom: 20px;
	padding-right: 50px;
	padding-top: 10px;
	border-color: #b9bebc;
	border-width: 1px;
	border-style: solid;
	margin-right: 50px;
	margin-left: 90px;
	margin-bottom: 30px;
	margin-top: 25px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

#sidebar{

	left: 0px;
	top: 0px;
	position: absolute;
	background-repeat: no-repeat;
	background-position:bottom center;
	background-image: url("images/sidebar.png");
	height: 900px;
	width: 84px;
	z-index: 2;
}


#footer {
	text-align: right;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 50px;
	padding-top: 0px;
	margin-right: 50px;
	margin-left: 90px;
	margin-bottom: 65px;
	margin-top: 0px;
}


h1 {
	font-size: 1.3em;
}

h2 {
	font-size: 1.2em;
	margin-bottom: 7px;
	margin-top: 35px;
	font-family: Helvetica, "DejaVu Sans", Arial, sans-serif;
}

li {
	margin-bottom:.5em;
}

a {
	color: #3E7BB3;
}

a:visited {
	color:#713EB3;
}

a:hover, a:active {
	color:black;
	text-decoration:none;
}

.boxed {
	padding-left: 15px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
	width: 23em;
	font-size: 1.3em;
	border-color: #cdcac8;
	border-width: 1px;
	border-style: solid;
	color: black;
	background-color: #fefce9;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.bigger {
	font-size: 1.4em;
}

