body {
	background: url("bg.png") repeat-y 50% 0;
	margin: 0px;
	font-family: verdana, sans-serif;
	font-size: 95%;
}

#outer {
	background: url('bg-top.png') no-repeat 50% 0;
}

#wrapper {
	width: 750px;
	margin: 0 auto;
}

#header {
	margin-left: 24px;
	background: url('header.png') 0 20px no-repeat;
	height: 150px;
}

#header h1 {
	color: white;
	font-size: 3.5em;
	font-family: arial, sans-serif;
	font-style: italic;
	text-indent: 1em;
	margin-top: 65px;
	float:left;
}

#content {
	margin: 25px 180px 25px 25px;
}

#content h1 {
	text-align: center;
	font-family: Arial, sans-serif;
}

#content h2 {
	border-bottom: 1px solid #999;
	font-family: Arial, sans-serif;
}

#sidebar {
	float: right;
	width: 140px;
	font-size: 14px;
	margin-right: 20px;
}

#sidebar p {
	margin-left: 1em;
}

#sidebar h2 {
	font-size: 15px;
	font-family: Arial, sans-serif;
	margin-bottom: 10px;
}

#sidebar ul {
	margin-top: 0px;
	padding-top: 0px;
	list-style: none;
	text-indent: -1.5em;
}

#sidebar li {
	margin: 5px;
}

a {
	text-decoration: none;
	color: #0a0;
}

a:hover {
	text-decoration: underline;
}

#footer {
	text-align: center;	
	font-size: small;
	border-top: 1px dashed #999;
	margin: 40px 25px 0px 25px;
	padding: 10px;
}

#disqus_thread { 
                 background: #CCFF99;
                 border: 1px dotted #999;
				 border-bottom: 1px dotted #999;
				 font: 1em georgia, serif;
				 font-size: 11px;
				 margin: 0 50px 50px 50px;
				 padding-bottom: 2em;
				 padding-left: 5px;
}				 

div.techtags { 
               border-top: 1px solid #999; 
               color: #888; 
			   font: bold 11px Tahoma, Arial, Sans-Serif; 
			   margin: 5px;
			   margin-top: 15px;
			   padding: 5px;
			   
}

div.techtags a.techtag { 
                         color: #888; 
                         font: normal 11px tahoma, arial, Sans-Serif;
						
}
