div.contentwrapper {
	margin-top: 17px;
	margin-left: 16px;
	margin-right: 16px;
	border: solid 1px #999999;
	background-color: #FFFFFF;
}

div.contentwrapper h1 {
	padding-top: 6px;
	padding-left: 6px;
	padding-bottom: 6px;
	margin: 0px;
	background-color: #999999;
	font-size: 90%;	
}

div.contentwrapper h2 {
	padding-left: 10px;
	font-weight: bold;
	color: #006F99;
	margin-bottom: 5px;
	font-size: 130%;
}

div.contentwrapper h2 a { color: #990000; }

div.contentwrapper h3 {
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 5px;
	font-size: 110%;
}

div.contentwrapper h4 {
	font-weight: bold;
	color: #666666;
	padding-left: 10px;
	margin-bottom: 5px;
}

div.contentwrapper p {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;	
	line-height: 150%;
}

div.contentwrapper quote {
    display: block;
    border: 1px solid #C4C8D4;
    width: 80%;
    background-color: #FFFFFF;
    border-bottom: 1px solid #C4C8D4;
    color: #000000;
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    padding-top: 5px;
    padding-left: 5px;
}

div.commentwrapper {
	margin-top: 17px;
	margin-left: 16px;
	margin-right: 16px;
	border: solid 1px #999999;
	background-color: #FFFFFF;
}

div.contenttools {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
	margin-right: 50px;
	border: solid 1px #999999;
	background-color: #FFFFFF;
	padding:2px;
	padding-bottom:3px;
}

div.adwrapper {
	margin-top: 17px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-position: top center;
	background-repeat: no-repeat;
	width: 468px;
	height: 60px;
}

div.codewrapper pre {
	margin-left:10px; 
	margin-right:10px; 
	padding:5px; 
	border:1px solid #333333; 
	background-color:#F5F5F5; 
	color:#006600; 
	font-family:monospace; 
	padding-top:20px; 
	background-image: url(../i/code-block.gif); 
	background-position: top left; 
	background-repeat: no-repeat;
}

div.contentwrapper ul { line-height: 150%; }

div.contentwrapper hr { width: 75%; }

#donatedTut {
	margin-left: 10px;
	width: 500px;
	border: solid 1px #CCCCCC;
	border-left: solid 3px #CCCCCC;
	background-color: #eeeeee;
	padding:10px;
}

#donatedTut a:link, 
#donatedTut a:visited {
	color: #666666;
	text-decoration: underline;
}
#donatedTut a:hover, 
#donatedTut a:active {
	color: #000000;
	text-decoration: none;
}