pre{
    background:#F34404;
    color: #28353B;
}

pre.code{
    background: #DDDD18;
}

li{
    margin-left:2em;
}
a:link, a:visited{
color: #16CBDE;
}

a:hover{
color:  #F34404;
}

/*
      Created by CSS Portal Layout Generator
	  
	  http://www.cssportal.com
	  	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 background:  #C5E9EC;
}

p {
 padding: 10px;
}

#wrapper { 
 margin: 0 auto;
 width: 1000px;
}

#content { 
 float: left;
 color: #333;
 background: #FFFFFF;
 padding-left: 10px;
 width: 790px;
 display: inline;
}

#header {
 color: #333;
 width: 1000px;
 float: left;
 height: 150px;
 background: #16CBDE;
}

#header h1{
    color: #ffffff;
}

#footer { 
 width: 1000px;
 height: 50px;
 clear: both;
 color: #333;
 background: #16CBDE;
}

#navigation {
 float: left;
 width: 1000px;
 height: 30px;
 color: #28353B;
 background:  #F34404;
 border-top: 4px solid #DDDD18;
 text-align: center;
}

#leftcolumn { 
 color: #333;
 background: #EBE3CD;
 height: 100%;
 width: 180px;
 float: left;
 padding: 10px;
}

#leftcolumn li, ul.links{
margin-left: 0cm;
        margin-top: 0cm;
        margin: 0; /*removes indent IE and Opera*/
        padding: 0; /*removes indent Mozilla and NN7*/
        list-style-type: none; /*turns off display of bullet*/
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        margin-left: 0px;
        text-indent: 0em; margin-left: 0em;     
	padding-bottom: 1em;
}

h5{
    padding-bottom: 1em;
}

#navigation li
{
display: inline;
list-style-type: none;
padding-right: 20px;
color:  #28353B;
font-size: 1.2em;
}

#navigation a{
    color:  #28353B;
}
#navigation a:hover{
    color: #DDDD18;
}