/* Change background color */

#header, #sidebarLogo {
	background-color: #614827;
	}

/* Change border color */

#wrapper {
	border: 1px solid #614827;
	border-bottom: 5px solid #614827;
	}

/* Change Font */

body {
/*	font-family: Verdana, Arial, Helvetica, sans-serif; */
	}




/* Adjust margins and remove comment tags to resize sidebar */

#container {
/*	margin: 0 0 0 -180px; */
	}
#header {
/*	margin: 0 0 0 180px; */
	}
#content {
/*	margin: 0 0 0 180px; */
	}

/* Adjust width and remove comment tags to resize sidebar */

#sidebar {
/*	width: 180px; */
	}

