/*
gray: #556270 - dark:#3A434C
blue: #539DBC - dark:#3F768C
green: #59BF4C - dark:#418C38
pink: #FF6B6B - dark:#CC5757
red: #C44D58 - dark:#8C3840
white: #FAFAFA - dark:#CCCCCC

Sweet!!
Perhaps a really really really light shade of the same green for the background of quote and no border? I think it needs some un-darknifying-ness

I dont know if you've convinced me about centering your code and quote, i disabled it with firebug and it looks sah-weeeeeeet!

Also!
Try #e4e4e4 for the background color of your <code> with a ~3px solid #CCCCCC border
*/
* {
	margin:0px;
	padding:0px;
}
html {
	background-color:#556270;
	margin-right:5%;
	margin-left:5%;
	background-image:url(images/bg.gif)
}
body {
	font: normal 80% "Lucida Sans Unicode",sans-serif;
	border:3px solid #2D5666;
	border-top:3px hidden #3A434C;
	margin-bottom:20px;
	line-height:1.4em;
	color:#444;
}
#header {
	background-image:url("images/header.png");
	height:100px;
	background-repeat:repeat-x;
}
#header h1 {
	font: normal 2.5em "Lucida Sans Unicode",sans-serif;
	position:relative;
	top:28px;
	left:20px;
	float:left;
}
#header h1 a {
	color:#fff;
	text-decoration:none;
}
#nav {
	position:relative;
	top:62px;
	clear:right;
	float:right;
	margin-right:5px;
}
#nav li {
	background-image:url("images/menu.png");
	background-repeat:repeat-x;
	height:37px;
	float:left;
	list-style:none;
	margin-left:5px;
	border:2px solid #3F768C;
	border-top:1px solid #3F768C;
	border-bottom:none;
}
#nav li:hover {
	background-image:url("images/menu.png");
	background-repeat:repeat-x;
	background-position:0px -37px;
	color:#fff;
}
#nav li a {
	color:#000;
	text-decoration:none;
	display:block;
	padding-left:10px;
	padding-right:10px;
	padding-top:8px;
	padding-bottom:8px;
}
#nav li:hover a {
	color:#fff;
}
#wrapper {
	background-color:#FAFAFA;
}
#sideBar {
	background-image:url("images/sideBar.png");
	background-repeat:repeat-x;
	width:20%;
	background-color:#C44D58;
	float:left;
	margin-top:0px;
	margin-left:0px;
	border-right:2px solid #8C3840;
	border-bottom:2px solid #8C3840;
	color:#fff;
}
#sideBar h3{
	margin-left:10px;
	line-height:1.2em;
	font: normal 1.4em "Lucida Sans Unicode",sans-serif;
	color:#fff;
padding-top:10px;
}
#sideBar h3 a:hover {
	color:#59BF4C;
}
#sideBar a {
	text-decoration:none;
	padding:3px;
	color:#fff;
	display:block;
}
#sideBar a:hover {
	color:#000;
}
#sideBar ul li {
	list-style:none;
	padding-left:15px;
	margin-top:3px;
	color:#fff;
padding-top:1px;
padding-bottom:1px;
}
#sideBar ul li:hover a {
	color:#000;
}
#sideBar ul li:hover {
	background-color:#59BF4C;
	background-image:url("images/highLight.png");
	background-repeat:repeat-x;
	color:#000;
	border-bottom:1px solid #306628;
	border-top:1px solid #306628;
padding-top:0px;
padding-bottom:0px;
}
#contentWrapper {
	float:right;
	background-color:#FAFAFA;
	width:79%;
}
#content {
	width:98%;
	padding:10px;
	padding-top:0px;
}
#content h1 {
	line-height:1.1em!important;
	font: normal 2.3em "Lucida Sans Unicode",sans-serif;
	border-bottom:1px solid #556270;
	padding:10px;
	padding-bottom:3px;
	padding-left:0px;
}
#content p {
	padding-top:10px;
	padding-right:10px;
}
#content a {
	text-decoration:none;
	color:#C44D58;
}
#content a:hover {
	color:#539DBC;
}
#content h2 {
	clear:both;
	padding:5px;
	padding-left:0px;
	font: normal 1.7em "Lucida Sans Unicode",sans-serif;
}
#content h3 {
	clear:both;
	padding:5px;
	padding-left:0px;
	font: normal 1.4em "Lucida Sans Unicode",sans-serif;
}
#content h4 {
	clear:both;
	padding:5px;
	padding-left:0px;
	font: normal 1.2em "Lucida Sans Unicode",sans-serif;
}
#content img {
	border:3px solid #59BF4C;
	float:left;
	margin-right:7px;
	margin-top:10px;
}
#content a img:hover {
	border:3px solid #418C38;
}
#content q {
	clear:both;
	margin-top:5px;
	display:block;
	width:95%;
	background-color:#65D856;
	quotes:none;
	padding:5px;
}
#content ul {
	clear:both;
	margin-top:5px;
}
#content ol {
	clear:both;
	margin-top:5px;
}
#content ul li {
	list-style:square;
	list-style-position:inside;
	margin-left:7px;
	line-height:1.5em;
}
#content ol li {
	list-style:decimal;
	list-style-position:inside;
	margin-left:7px;
	line-height:1.5em;
}
#content code {
clear:both;
	border:3px solid #CCC;
	display:block;
	background-color:#e4e4e4;
	width:95%;
	height:200px;
	padding:5px;
	font-size:1.3em;
	overflow:auto;
	white-space:pre;
	margin-top:5px;
}
#content p {
	margin-top:5px;
	text-indent:10px;
}
#footer {
	background-image:url("images/footer.png");
	background-repeat:repeat-x;
	width:100%;
	display:table;
	background-color:#C44D58;
	padding-top:10px;
	padding-bottom:10px;
	clear:both;
	color:#FFF;
	border-right:1px solid #C44D58;
}
#footer ul {
	width:31.5%;
	float:left;
	list-style:none;
	list-style-position:inside;
	padding-right:.9%;
	padding-left:.9%;
	padding-top:10px;
}
#footer ul li {
	padding:3px;
	border-bottom:1px solid #8C3840;
}
#footer ul li:hover {
	background-color:#59BF4C;
	background-image:url("images/highLight.png");
	background-repeat:repeat-x;
	color:#000;
}
#footer ul li:hover a {
	color:#000;
}
#footer a {
	text-decoration:none;
	color:#000;
}
#bottom {
	clear:both;
	background-color:#C44D58;
	padding:10px;
	margin-top:-10px;
}
#bottom p {
	color:#fff;
}
#bottom a {
	color:#59BF4C;
}