/*

	about.css - perpetualbeta.com
	by Michael Alex Wasylik
	copyright 2009


*/

body, html, div	{
	margin: 0;
	padding: 0;
}


body	{
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#000;
		font: 62.5%/1.4em  "Lucida Bright",  Lucidabright,  Georgia,  'times new roman', times,  serif; 	
	}


#content	{
	margin: 0;
	padding: 0 1em 0 350px;
	height: 500px;
	background:	#5ce url('http://wasylik.net/mike/twitter/images/MAW-crouch.jpg') top left no-repeat;
	font: 1.2em/1.5em  "Lucida Bright",  Lucidabright,  Georgia, constantia,  'times new roman', times,  serif; 
	}
	
#content a	{
	color: #337;

}
	
#text	{
	padding: 1em;
}

#footer	{
	padding-left: 350px;
	font:  2.4em/1.2em 	  frutiger, univers,  'helvetica neue', corbel, arial, sans-serif; 
}

#footer a	{
	color: #eee;
	text-decoration: none;
	padding-left: 1em;
}


#person, #domain	{
	width: 350px;
	padding: 0 4em 0 0; 
	float: left;
}


/* headline styles	*/

h1		{
	font:  2.4em/1.2em 	  frutiger, univers,  'helvetica neue', corbel, arial, sans-serif; 
	font-weight: bold; 
	letter-spacing: -1.5px;	 
	}

h2, h3, h4 	{ 
	letter-spacing: 0; 
	margin: 1.8em 0 0.2em 0; 
	padding: 0; 
	line-height: 1em; 
	font-family: frutiger, univers, 'helvetica neue', arial, sans-serif;
	}

h3	, h4	{	font-family: frutiger, univers, 'helvetica neue', arial, sans-serif;}

h1+h2	{  margin-top: 2em;	}

h2+p, h3+p, h4+p	{ margin: 0; }

