body{
	background:		fixed;
	background-color:	#FFe400;
	background-image:	url(pheonix.gif);
	background-repeat:	repeat-x;
	font-family:		sans-serif;
	color:			#100000;
}
a{
	text-decoration:	none;
	color:		black;
	background:	url('t77.png') bottom repeat-x;
}
a:hover{
	background:	url('underline.gif') bottom repeat-x;
}
div#MenuContainer{
	position:	absolute;
	border-left:	2px solid black;
	padding:	2px;
	top:		100px;
	left:		10px;
	width:		124px;
}
div.MenuHeader{
	margin:		0px 15px 2px 5px;
	text-align:	left;
	font-family:	verdana, arial, sans-serif;
	font-size:	x-small;
}
div.MenuPane{
	display:	block;
	width:		100%;
	margin-bottom:	10px;
}
div.Menu{
	text-indent:	6px;
	margin:		1px;
	font-weight:	bold;
	border:		1px solid black;
	font-size:	small;
}
div.Menu a {
	display:	block;
}
div.Menu a:link{
	background:	url('t85.png');
	behavior:	url('alpha70p.htc');
}
div.Menu a:visited{
	background:	url('t85.png');
	behavior:	url('alpha70p.htc');
}
div.Menu a:hover{
	background:	#DDDDDD;
}
div#BodyContainer{
	position:	absolute;
	top:		10px;
	left:		145px;
}
div.TitlePane{
	position: 	relative;
	top:		3px;
	margin-bottom:	35px;
}
div.Title{
	text-align: 	center;
	font-family:	"Sans Bold",sans-serif;
	font-weight:	bold;
	font-size:	2em;
	color:		#990909;
	letter-spacing:	2px;
}
div.ContentGoogle{
	position:	relative;
	margin:		15px 0px;
	text-align:	center;
}
div.ContentGoogle iframe{
	border:		1px solid black;
}
div.ContentPane{
	position:	relative;
	border:		1px solid black;
	background: 	url('t85.png');
	behavior:	url('alpha70p.htc');
	margin:		15px 10px 15px 0px;
}
div.ContentDate{
	float:		right;
	width:		10%;
	font-family:	verdana, arial, sans-serif;
	font-size:	x-small;
	padding:	2px;
	text-align:	center;
	width:		200px;
}
div.ContentHeader{
	text-align:	left;
	text-indent:	5px;
	font-weight:	bold;
	background:	#DDDDDD;
	width:		100%;
	display:	block;
	letter-spacing:	1px;
}
div.Content{
	line-height:	120%;
	padding:	4px;
	margin:		0px 10px 15px;
	text-align:	left;
}
div.Content Code{
	background:	#DDDDDD;
	font-family:	"Fixedsys Semi-Bold",fixedsys,sans-serif;
	padding:	1px 5px;
	margin:		10px;
	font-weight:	normal;
	color:		#888888;
	text-indent:	5;
}	
div.Image{
	float:		left;
	padding:	1px;
	margin:		5px;
	background:	#FFFFFF;
	border:		1px solid black;
}
div.MenuImage{
	float:		left;
	margin:		5px 1px;
}
div.MenuImage iframe{
	border:		1px solid black;
}
div.MenuImage table{
	height:		0px;
}
/* Code */

	code, pre {
		/* override IE6 default */
		font-size: .8em;
		background:  #DDDDDD;
		font-family: sans-serif;
	}

	code {
		white-space: nowrap;
	}
	code.long {
		display: block;
		margin: 0.1em 1em;
		white-space: normal;
	}

	pre.code {
		overflow: auto;
		margin: 1em .5em;
		padding: .2em;
		border: solid 1px;
	}

	pre.code .remark {
		font-size: 1em;
		font-style: italic;
	}

	/* turn off content generation */
	pre.code .remark:before,
	pre.code .remark:after,
	pre.code .note:before {
		content: "";
	}