html  {
font-size: 62.5%;
}

body {
font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, sans-serif;
background: white url(/nimages/mainbg.png) 1% 1% no-repeat;
color: #444;
padding: 0.5em 2em;
max-width: 730px;
margin: 0 auto;
font-size: 1.6rem;
}

* html #content {
width: 730px;
margin:0 auto;
}


#mainwrap {
	padding-left:32px;
	background: transparent url(/nimages/contentleftbg.png) 0% 0% no-repeat;
	}

* html #mainwrap {
	background: transparent url(/nimages/contentleftbgie.png) 0% 0% no-repeat;
	}

#main {
background: #F0F0F0 url(/nimages/contentbg.png) 100% 0% no-repeat;
padding: 20px 1em 1.4em 0.2em;
border:0px solid blue;
min-height: 350px;
}

* html #main {
height: 350px;
}



h1, h2, h3, h4, h5, h6 {
font-family: "Trebuchet MS", "Lucida Grande", sans-serif;
font-style: normal;
font-weight: normal;
color: #333;
color: #9E1010;
position:relative;
}


h1, h2 {
text-align: right;
right: 5%;
margin: 0.3em 2% 0em auto;
color: #AE3030;
line-height:1em;
letter-spacing: 0.2em;
text-shadow: .2rem .2rem .2rem #ddd
}

h1 {font-size: 200%; margin-top:28px;}
h2 {font-size: 130%; max-width: 25em; margin-top:0;margin-bottom:0.9em;}
h3 {font-size: 160%; padding-left: 1em;}

.examplealign {
width: 70%;
margin: 0 auto;
text-align: center;
padding-left: 1em;
}

.tutoriallist {
width:35%;
float: left;
margin: 2em auto;
margin-bottom: 0.1em;
border: 2px dotted #2D3750;
border-width: 0;
padding: 0.1em 10% 0.3em 0.5em;
abackground: #1A1F27 url(/nimages/brcorner.gif) 100% 100% no-repeat;
}

@media all and (max-width: 40rem) {
.tutoriallist {
width:90%;
}
}


.tutoriallist h4 {
	margin:0;
	padding:0;
	font-size: 125%;
	}

.tutoriallist ul a {
	padding: 1px 20px 1px 20px;
	line-height:1.4em;
	display: block;
	position: relative;
	height: 1%;
	background: transparent url(/nimages/starbullet.png) -445px 50% no-repeat;
	font-size: 85%;
	}

.tutoriallist ul a:hover {
	background-color: #9E1010;
	background-position: 5px 50%;
	}

.tutoriallist ul li {
	padding: 5px 0;
	}

.clearfloat {
clear: both;
}

#main {
	font-size:85%;
	}


ul {
list-style-type: none;
margin:0;
padding:0;
	}
	
ul li {
	margin:0;
	aborder:1px solid blue;
	position: relative;
	padding: 1px 0;
	}

ul#navigation {
aborder: 1px dotted blue;
margin-left: 4%;
}

div#navwrap {
padding: 1px;
margin-top: 36px;
aposition: relative;
margin-right: 50px;
}


ul#navigation li {
float:right;
display:block;
margin: 0 6px;
padding: 0 0 0 24px;
background: transparent url(/nimages/navleftbg.png) 0% 0% no-repeat;
}

* html ul#navigation li {
background: transparent url(/nimages/navleftbgie.png) 0% 0% no-repeat;
}


ul#navigation li a {
display: block;
padding: 7px 0em;
text-align: left;
width: auto;
padding: 0.5em 15px 0.5em 6px;
background: #D9DDD5 url(/nimages/navrightbg.png) 100% -504px no-repeat;
color: #6A6A6A;
letter-spacing: -0.08em;
font-size: 90%;
}

ul#navigation li a.active {
	acolor: #9E1010;
	background-position: 100% 0;
	}

ul#navigation li a:hover {
color: #AE3030;;
}

.noscript ul#navigation li a:hover {
background-position: 100% 0px !important; 
}

.noscript ul#navigation li:hover {
background-position: -224px 0% !important;
}

a {
text-decoration: none;
color: #AA1111;
}

a:hover, a.active:hover {
text-decoration: none;
color:#EEE;
background-color: #9E1010;
}

/*
a.active {
text-decoration: underline;
}

.tutoriallist a:hover {
background:green;
}
*/

/*
.clearfloat + a, h4 + a {
aclear: both;
aborder: 5px solid red !important;
}


div.imagedisplay:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
*/
hr.clearfloat {
margin:0em;
padding:0;
}

#footer {
font-size: 60%;
text-align: right;
}

#footer p {
margin: 0;
padding: 0;
}


/*
div.imagedisplay:hover h4 {
opacity: 1.0 !important;
}

.imagedisplay a {
margin: 0.4em;
display: block;
float: left;
}

.imagedisplay img {
border: #3F4B5E 3px solid;
}
*/