*{
	margin: 0em;
	padding: 0em;
	font-family: Tahoma,Verdana;
	}
body{
	background-color: gray;
	//margin: 10px;
}
hr{
		border: thin solid #c82;
	}
a{
	color: #e92;
	}
a:visited{
	color: #888;
	}
a:hover{
	color: #3be;
	}
.code,
.post div.code
{
	border: 1px dashed #888;
	border-left: 5px solid #888;
	margin: 1em 2em;
	font-family: Tahoma,Verdana;
	padding-left: 1em;
}

#page{
	background-color: #eee;
	}
#header{
	padding: 0.1em 1em;

	border-bottom: 3px solid #c82;
	background-color: #fec;
	background-image: url("pascal.png");
	background-repeat:  no-repeat;
	background-position:left;
	color: #000;
	
	font-size: x-large;
}
#footer{
	padding: 0.1em;
	clear: both;
	
	border-top: 1px solid #c82;
	
	background-color: #fec;
	color: #888;
	
	text-align: center;
}	
#menu{
	padding: 0.5em 0em 0em 10%;
	background-color: #ccc;
	border-bottom: 1px solid #c82;
}
#menu a{
	border: 1px solid #c82;
	padding: 0.1em 0.2em 0em 0.2em;
	background-color: #bbb;
	color: #333;
	text-decoration: none;
}
#menu a.active{
	border-bottom: 1px solid #eee;
	background-color: #eee;
	color: #000;
}
#menu a:hover{
	background-color: #fff;
}
#menu a.active:hover{
	background-color: #eee;
}
#content{
	width: 80%;
	color: #000;
	position: relative;
	left: 10%;
	}
#leftpanel{
	padding: 0.5em;
	width: 75%;	
	float: left;
	border-right:1px solid #c82;
	padding-left: 0em;
	}
#rightpanel{
	width: 20%;
	padding: 0.5em;
	padding-top: 0.8em;
	text-align: justify;
	float: right;
	}

#rightpanel ul
{
	list-style-type: none;
}
#rightpanel ul h2
{
	font-size: small;
	margin-top: 10px;
}	
.post{
	clear: both;
	background-color: #fff;
	border: thin solid #888;
	text-align: justify;
	padding: 1em;
	margin: 0.3em;
	margin-left: 0em;
	}
	
.post div{
	margin: 1em 0em 2em 0em;
	}
.post h2
{
	font-size: large;
}
	
.post img{
	margin: 0.1em;
	float: left;
	height: 100px;
	border: none;
	margin-right: 1em;
	}
.flaDownload
{
	background: url(images/fla.gif) no-repeat;
	padding-left: 1.2em;
	font-size:small;
	text-decoration: none;
}
#commentPanel{
	
}
#comments{
	border-top: 1px dashed #888;
	margin-top: 15px;
	font-size: small;
	padding-top: 5px;
}
#commentlist{
	list-style-type: none;
}
#commentlist li{
	border-top: 1px dashed #888;
	margin-top: 5px;
}
#postcomment{
	border-top: 1px dashed #888;
	margin-top: 5px;
	font-size: small;
}