body {
	margin:			0px;
	padding:		0px;
	background:		#fff;
}

#logo {
	position:		absolute;
	left:			40px;
	top:			40px;
	height:			46px;
	width:			200px;
	background:		#fff;
}

#navigation {
	position:		absolute;
	left:			280px;
	top:			48px;
	color:			#888;
	margin-right:		140px;
	font-size:		14px;
	font-family:		'Lucida Grande', Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

#navigationRight {
	position:		absolute;
	right:			40px;
	top:			48px;
	color:			#888;
	font-size:		14px;
	font-family:		'Lucida Grande', Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

.contentText {
	position:		absolute;
	left:			280px;
	top:			100px;
	color:			#888;
	margin-right:		40px;
	font-size:		10px;
	font-family:		'Lucida Grande', Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

.contentTextLeft {
	position:		absolute;
	left:			40px;
	top:			100px;
	color:			#888;
	margin-right:		40px;
	text-align:		justify;
	font-size:		10px;
	font-family:		'Lucida Grande', Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

.contentImage {
	position:		relative;
	left:			-280px;
	top:			0px;
	height:			0px;
	z-index:		0;
}

td    {
	color:			#666;
	font-size:		10px;
	font-family:		'Lucida Grande', Arial, Helvetica, Geneva, Swiss, SunSans-Regular
	vertical-align:		top;
	padding-right:		30px;
	padding-bottom:		15px;
}

a {
	color:			#888;
	text-decoration:	underline;
}

a:hover {
	text-decoration:	underline;
	color:			#000;
}

.ruler {
	display:		block;
	height:			1px;
	border-top:		1px #ddd solid;
	border-right:		0;
	border-bottom:		0;
	border-left:		0;
	margin-left:		-240px;	
	margin-top:		30px;
	margin-bottom:		30px;
}

.dead {
	color:			#888;
}

.footerText {
	color:			#ccc;
	font-size:		9px;
	font-family:		'Lucida Grande', Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

a.footerNav {
	color:			#ccc;
}

a.buy {
	text-decoration:	none;
}

a.nav {
	text-decoration:	none;
}

h2 {
	font-size:		24px;
	font-family:		'Lucida Grande', Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

h3 {
	font-size:		14px;
	font-family:		'Lucida Grande', Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

