/* ----------------------------------------------------------------
-------------------------------------------------------------------

	DEFINITIONS:	Gone Fishing
	AUTHORS:		Oliver Rich
	VERSION:		20.04.2010

-------------------------------------------------------------------
---------------------------------------------------------------- */

@import url("960.css");

/* 1.0	Reset */
* 
{
	padding					: 0;
	margin					: 0;
	background				: transparent url(../img/layout/repeat.jpg) repeat-x;
}

/* 1.1	Body */
body 
{
	color					: #242426;
	font-family				: Helvetica, Arial, Tahoma, Verdana,sans-serif;
	font-size				: 62.5%;
	height					: 300px;
	line-height				: 1.2em;
	margin					: 150px 0 0 150px;
	width 					: 700px;
}


/* 1.2	Styles */
h1 
{ 
	font-size				: 24px;
	text-shadow				: 0 1px 0 #FFFFFF;
	margin-bottom			: 10px;
}

/*h1.closed
{ 	font-family				: 'Changa One', cursive, Arial, serif; 
	font-weight				: 400; 
}*/

p
{
	font-size				: 12px;
	text-shadow				: 0 1px 0 #FFFFFF;
}

