/* Most good stuff here was thieved from A List Apart. But you must have known that already.*/



/*------------------- Mechanical */

body	{
	margin:	0;
	padding:	0;
	color:	#000;
	background: #ccc;
	font:	18px/1.25 helvetica neue, arial sans-serif;
	}

a	{
	color:	#000;
	background-color: transparent;
	}
a:link	{
	color:	#000;
	background-color: transparent;
	text-decoration:	underline;
	font-weight:	bold;
	}
a:visited	{
	color:	#666;
	background-color: transparent;
	text-decoration:	none;
	}
a:active	{
	color:	#099;
	background-color: transparent;
	}
a:hover	{
	color:	#666;
	background-color: transparent;
	text-decoration:	underline;

	}



/*------------------- Layout */
div.content {

	margin: auto; 
	padding: auto; 
	width: 775px;
	margin-top: 15px;
	border: solid 1px black;	
	background: #fff;	

}

#MainContent
{
	margin: 20px 5px 0 15px;
	padding: 0 15px 0 0;
	float: left;
	width: 400px;
	border-right: solid 1px #999;	

}

div.sidebar
{
	margin: 25px 15px 0 10px;
	float: right;
	background-position: top left;
	width: 300px;	
	
}



#header
{
	margin: 2px 0px 0 2px;
	width: 771px;
	background-color: #000;
	float: left;

	
}

#nav
{

	margin: 2px 4px 0 4px;
	background: 000;
	float: left;
}




#endnotes {
	margin: auto; 
	padding: auto; 
	background: none;
	}



.left {
	float: left;
	}

.right {
	float: right;
	}






/*------------------- Typography */
h1 {
	margin: 0px 0 0 2px;
	font:	14px/1.35 helvetica neue, arial, sans-serif;
	font-weight:	light;
	text-align: left;
	}

h2	{
	padding-top:	10px;
	margin-top:	10px;
	margin-bottom: 0px;
	font: 13px Verdana, sans-serif;
	font-weight:	bold;
	}
h3	{
	margin:	10px 0 0 0;
	padding: 0;
	text-align: left;
	font:	14px/1.15 helvetica neue, arial, sans-serif;
	color: #000;
	}


h4 {
	margin: 0px 0 0px 0px;
	font:	14px/1.35 helvetica neue, arial, sans-serif;
	font-weight:	bold;
	text-align: left;
	}

		
p	{	/* primitive version for css-1 agents */
	margin:	15px 0 0 0;
	padding: 0;
	text-align: left;
	font:	14px/2 helvetica neue, arial, sans-serif;
	}

#tagline {
	padding: 0px;
	font-style: oblique;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	font:	18px/2.25 helvetica neue, arial, sans-serif;
	}

.firstp {
	margin: 0;
	padding: 0;
	}
	
.nolead {
	margin: 0;
	padding: 0;
	}	
	
.title {
	font-style: italic;
}

.internalheald {
	font-style: bold;
}


	
/*------------------- Magic */

div.space-line {
  clear: both; margin: 0; padding: 0px; width: auto;
}

/*-------------------The Exceptions that Prove the Rule */

p.designcredit {
	float: right;
	margin-right: 1px;
	}
	
p.designcredit>a:link	{
	color:	#333;
	background-color: transparent;
	font-weight: normal;
	}
p.designcredit>a:hover	{
	color:	#666;
	background-color: transparent;
	font-weight: normal;
	}
	
.sidebar>p	{
	font:	11px/1.35 helvetica neue, arial, sans-serif;

	}	


#endnotes>p	{
	font:	11px/1.35 helvetica neue, arial, sans-serif;
	margin: 0 0 0 2px;
	}
