/*====================*/
/*=== Reset Styles ===*/
/*====================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
body {
	line-height:1;
	color:black;
	background:white;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}
ul, ol{
	margin: 2px auto;
}
p{
	margin-bottom: 5px;
}
/*===================*/
/*=== Main Styles ===*/
/*===================*/
body {
	font:14px/1.6 Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	color:#2d3536;
	background-color: #D0ECFA;
    text-shadow:0 1px 0 #fff;
}

a, a:visited {
	/*color:#2d3536;*/
	color: #DC143C;
	text-decoration:none;
	/*border-bottom:1px dotted #826a4d;*/
}
a:hover, a:active {
	color:#A0522D;
	text-decoration:none;
}

h1{
	margin: 5px 0 5px 0;
	text-align: center;
	font-size: 2.5em;
}
h2{
	margin: 5px 0 5px 0;
	text-align: center;
	font-size: 1.5em;
	font-style: italic;
}
h3{
	margin: 5px 0 5px 0;
	text-align: center;
	font-size: 1.3em;
}
h4{
	margin: 25px 0 5px 0;
	font-size: 1.5em;
	font-weight: bold;
	border-bottom: 1px dashed #2d3536;
}
h5{
	margin: 10px 0 2px 0;
	font-size: 1.1em;
	font-weight: bold;
}
#wrap{
	width: 900px;
	margin: 0 auto;
}
.code{
	font-size: 12px;
}
.syntaxhighlighter{
	padding: 5px;
}

.menu{
	padding: 5px;
	text-align: center;
	border-top: 1px solid #2d3536;
	border-bottom: 1px solid #2d3536;
}
.menu a, .menu a:visited{
	/*color:#2d3536;*/
	color:#069;
	text-decoration:none;
}
.menu a:hover, .menu a:active{
	/*color:#2d3536;*/
	color:#09F;
	text-decoration:none;
}