* {
    margin: 0;
    padding: 0;
    font-size: inherit;
/*
    border: 1px solid orange;
*/
}

body {
    font-size: 0.9em;
    font-family: "Trebuchet MS";
}

#all {
    width: 800px;
    margin: 0 auto;
}

#header {
    background: #fec83e; /*
#fec021;
*/
    height: auto;
	margin: 20px 0;
	border: 2px solid #fed979;
}

#title {
    font-size: 45px;
    color: #fff;
    text-align: center;
	padding: 10px 0 0 0;
	margin: 0 20px;
}
#title a, #title a:hover, #title a:link{
	text-decoration:none;
	color:#FFFFFF;
}
#subtitle {
    font-size: 25px;
    color: #fff;
    text-align: center;
    margin: 10px 20px 0 20px;
}

#languages {
    color: #fff;
    text-align: center;
    font-size: 13px;
	padding: 0 0 20px 0;
	margin: 10px 20px 0 20px;
}

#languages a {
    color: #fff;
    margin: 0 5px;
    font-size: 90%;
}

#left {
	width: 550px;
	float: left;
	margin: 0 0 0 5px;
}

#right {
	width: 220px;
	margin: 0 0 0 570px;
}
#your_browser{
	border: 1px solid #fee9b3;

}
#your_browser *{
	margin: 10px;
	text-align: center;
}
#downloads{
	padding: 20px 10px 10px 10px;
	background:#fec021;
}
#downloads img{
	margin: 5px;
	border: none;
}
#contents a{
	width:100%;
	display:block;
	height:2em;
	line-height:2em;
	font-size:13px;
	text-decoration:none;
	
}
#contents a:hover{
	background-color:#fec021;
}
#footer{
	padding: 10px 0;
	color: #555;
	font-size: 90%;
	text-align:center;
	clear:both;
}
#footer a {
	color: #faa224;
}
#footer a:hover {
	color: #fec021;
}



h1{
	font-size: 30px;
	color: #faa224;
}
h2{
	font-size: 20px;
	font-weight: normal;
	color: #fec021;
}
h3{
	color: #222;
	font-size: 20px;
}
h6{
	color: #222;
	font-size: 25px;
}
p{
	margin: 5px 0;
	text-align:justify;
	line-height:1.6em;
}
p.list{
	margin: 5px 0 15px 25px;
}
/* syntax highlighting*/
p.code{
	text-align:left; 
	border:1px solid #ccc;
	border-left-width:10px; 
	margin:10px 0;
	text-indent:0;
	padding: 5px;
}
.code{
	font-family:monospace;
	font-size:1em; 
}
.comment{color:#090}
.string{color:#c0c}
.keyword{color:#00f}
.domobj{color:#d00}
.color{color:#d00}
.attr{color:#d00}