*, body {
	margin:0;
	padding:0;
	list-style:none;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:14px;
}
body {
	/*color:#FFF;*/
	background:#FFF;
}
img {
	border:0;
}
a {
	background:#fff;
	color:#475457;
	text-decoration:none;
	padding:0 4px 0 4px;
	outline:none;
}
a:hover {
	background:#FFFFFF;
	text-decoration:underline;
}
#top-left-graphics-one {
	background:url(/prx/000/http/jquery.khurshid.com/images/ifixpng-left-top-corner.png) top left no-repeat;
	width:800px;
	height:391px;
	position:absolute;
}
#top-left-graphics-two {
	background:transparent url(/prx/000/http/jquery.khurshid.com/images/ifixpng-left-top-graphics.png) top left no-repeat;
	width:403px;
	height:391px;
	position:absolute;
}
#umbrella {
	position:absolute;
}
#dude {
	position:absolute;
	left:20px;
}
#paint {
	position:absolute;
}
#wrapper {
	padding:5px;
	width:603px;
	background:url(/prx/000/http/jquery.khurshid.com/images/content-bg.gif) top left repeat;
	background:#475457;
	position:absolute;
	text-align:center;
	top:140px;
	left:140px;
}
	#content {
		text-align:left;
	}
		h1 {
			font-size:140%;
			margin:13px 5px 15px 5px;
			color:#FFF;
		}
		p {
			color:#FFF;
			margin:4px 0 10px 5px;
		}
		
		
		
		
		
		
		
		
		
		
		
		
		









pre { margin-top: 5px; margin-bottom: 5px; }
pre { font-size: small; padding: 8px 10px 8px 15px; background-color: #eee; border: 1px solid #ddd; border-left-width: 5px; overflow-x: auto; }
pre.normal { background-color: transparent; border: none; border-left-width: 0; overflow-x: auto; }
code { padding: 0; font-size: 108%; font-style: normal; }
code.method { font-size: 150%; display: block; margin-top: 20px }
code.inline { background-color: #ffc }

/* syntax highlighting with Chili */
.jscom, .mix htcom   { color: #4040c2; }
.com      { color: green; }
.regexp   { color: maroon; }
.string   { color: teal; }
.keywords { color: blue; }
.global   { color: #008; }
.numbers  { color: #880; }
.comm     { color: green; }
.tag      { color: blue; }
.entity   { color: blue; }
.string   { color: teal; }
.aname    { color: maroon; }
.avalue   { color: maroon; }
.jquery   { color: #00a; }
.plugin   { color: red; }

.php .tag       { color: purple; }
.php .com       { color: green; }
.php .const1    { color: maroon; }
.php .const2    { color: maroon; }
.php .function  { color: #e17100; }
.php .global    { color: maroon; }
.php .keyword   { color: blue; }
.php .mlcom     { color: gray; }
.php .name      { color: maroon; }
.php .number    { color: #880; }
.php .string1   { color: teal; }
.php .string2   { color: teal; }
.php .value     { color: gray; }
.php .variable  { color: #e15c03; }

.css .mlcom  { color: #4040c2; }
.css .color  { color: black; }
.css .string { color: teal; }
.css .attrib { color: blue; }
.css .value  { color: navy; }
.css .number { color: #880; }