body{
	line-height: 140%;
	font-size: 81.25%;
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;     /* web safe fonts */
	color: #555;
	padding: 0px !important;
	margin: 0px !important;
}

#header{
	padding-top: 10px;
	height: 105px;
        margin-right: 30px;
}

#header img{
}

#footer{
	position: absolute;
	margin-bottom: 0;
}

#header, #footer{
	margin-right: 30px;
	padding-left: 30px;
}

#footer{    
        background-color: #eee;
        border-left: 55px solid #9c9c9c;
        border-right: 1px solid #aaa;
        border-top: 1px solid #999;
        border-bottom: 1px solid #999;
}

#header span{
        font-size: 350.01%;
        font-family: "Courier";
        font-weight: bold;
        letter-spacing: 4px;

}

#content{
	margin: 30px 30px 30px 45px;
}

#content p, #nav, table, .code{
        margin-left: 36px;
	max-width: 25cm;

}

h1, h2, h3{
	padding: 0.5em;
	font-weight: normal;
	clear: both;
}

h1, h2, h3, h2 a{
        color: #555;
}

p+h2{
	margin-top: 5em;
}

h1{
	font-size: 200%;
	padding-left: 15px;
	padding-top: 35px;
}

h2{
	cursor: pointer;
	padding-left: 36px;
	font-size: 150%;
	background: url("images/open.png") no-repeat 5px 5px #eee;
}

h2:hover{
	background-color: #c4c4c4;
	color: #2A5DB0;
}

h3{
	padding-left: 36px;
	font-size: 115%;
	margin-top: 3em;
}

table td, table th{
	padding: 3px 5px 5px 5px;
	text-align: center;
}

.code{
	font-family: monospace;
	padding: 10px;
	border: dashed 2px #333;
	margin: 10px;
	background-color: #e5e5e5;
	font-size: 15px;
	margin-left: 36px !important;
}

a{
	color: #2A5DB0;
}

#nav{
	background-color: #e5e5e5;
	padding: 10px;
	padding-bottom: 0px;
	margin-bottom: 50px;
}

#nav li{
	float: left;
	margin: 10px;
}

#nav li:first-child{
	list-style: none;
}

#nav a{
	text-decoration: none;
	padding: 10px;
}

#nav a:hover{
	background-color: #c4c4c4;
}

#nav p{
	margin: 0px !important;
	padding: 0px !important;
	font-weight: bold;
}

#nav ul{
	overflow: hidden;
}
