@charset "UTF-8";
/* CSS Document */

/*JSHAKESPEARE.COM
COPYRIGHT JAMES SHAKESPEARE, 2009*/


/*HOME*/
#home 
{
	width: 880px;
	margin: 24px 0 auto;
	height: 700px;
}
#home .top
{
	border-bottom: 1px solid #7d7d7d;
	height: 320px;
}
#home .bottom
{
	margin: 15px 0 0 0;
}
#home .top.left
{
	width: 270px;
	float:left;
	padding-right: 10px;
}
#home .top.right
{
	width: 600px;
	float: right;
}
#home .bottom.left
{
	width: 440px;
	float: left;
}
#home .bottom.right
{
	width: 440px;
	float: right;
}
#home .col
{
	width: 205px;
	height: 300px;
	float: left;
	margin: 10px 10px 0 0;
}

#home h1
{
	margin-top: 0;
	padding: 0;
}