body {
    background: #FFFFFF url(images/img01.png) repeat-x;
}
.code {
    font-family: "Courier New";
	font-size: 14px;
	text-align: left;
	padding: 10px;
	background-color: /*#C2D9EE8*#F5CC82*/#9EB7C0;
	border: 2px #303030 solid;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: /*#151515*/black;
}

h1, h2, h3 {
    margin: 0;
    padding: 0;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #005A85;
}

.quitebig {
	margin: -20px -20px 20px;
	padding: 20px;
	background-color: #e6e6e6;
	color: black;
	font-weight: normal;
	float: left;
	width: 478px;
	}

.quitebig .title {
	font-weight: bold;
	padding: 0pt;
	margin-top: 0pt;
	font-size:23px;
	line-height:35px;
	text-align: left;
}

.quitebig .impo {
	font-weight: bold;
	padding: 0pt;
	margin-top: 0pt;
	font-size:15px;
	line-height:20px;
	text-align: left;
}

.sad {
	font-weight: bold;
	color: #ff0000;
	}
	
.happy {
	font-weight: bold;
	color: #0000ff;
	}

.weird {
	font-weight: bold;
	color: #00ff00;
	}

#content {
    background: #FFFFFF url(images/img04tutorial.jpg) repeat-x left bottom;
}

#links {
	margin-right: -20px;
	padding-right: 20px;
	margin-top: -20px;
	border-left: 1px dashed rgb(0,77,113);
	padding-top: 20px;
	border-bottom: 1px dashed rgb(0,77,113);
	text-align: left;
    background: /*#9EB7C0*/white /*url(images/img05tutorial.png) repeat-y*/;
   	border-right: 1px dashed rgb(0,77,113);
    -moz-border-radius-bottomleft: 15px;
    -webkit-border-bottom-left-radius: 15px;
}

#links li li {
    background: url(images/img06tutorial.png) repeat-x left bottom;
   	text-align: left;
}

a {
    color: #005A85;
}

.code a {
	color: #151515;
}

.keyb {
/*    font-size: 10px;*/
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 1px;
	background-color: /*#C2D9EE8*/#F1F1F1;
	border: 1px #7E7E7E solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #464646;
}

div.center {
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

div img {
	max-width: 700px;
}

.impo {
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: normal;
}

#posts {
    float: left;
    width: 100%;
}

#links {
	margin-left: 20px;
}

.error {
	font-weight: bold;
}

.edit {
	text-decoration: line-through;
}

.missing {
	font-weight: bold;
	color: #F49500;
	text-transform: capitalize;
}

#header {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-align: center;
    height: 180px; 
    margin-top: 0px;
    margin-bottom: -22px;
    margin-left: auto;
	margin-right:auto; 
    color: #FFFFFF;
    padding-top: 22px;
    padding-bottom: -22px;
    font-size: 20px;
	font-weight: bold; 	
    background: url(../../images/img02mod.png) repeat-x left top;
    width: 760px;
    line-height: 25px;

}

.bigger {
    font-size: 40px;
        line-height: 50px;
}

form {
	display: block;
}

label {
	width: 90px;
	float: left;
}

input {
	float: left;
	width: 200px;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
    color: #000000;
}

input.btn {
	width: auto;
	margin-right: 5px;
	float: none;
}

textarea {
	padding: 2px;
	width: 65%;
	height: 100px;
	overflow: auto;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
    color: #000000;