	body {
		margin: 0;
		background: #5a5f65 url(images/bg_body.gif) top repeat-x;
		font: 10px Helvetica,Arial,Tahoma;
	}
	
	a:link, a:visited {
		color: #cbcac5;
		font-weight: bold;
		outline: none;
		text-decoration: none;
	}

	a:hover, a:active {
		color: #cc7415;
	}

	strong {
		color: #cc7415;
	}
	
	.notice {
	background-image: url(/images/notice_sprawlingterror.png);
	background-repeat: no-repeat;
	width: 230px;
	height: 110px;
	margin-left: 40px;
	margin-top: 30px;
	padding-left: 60px;
	padding-right: 10px;
	}
	
	.content-top {
		width: 700px;
		height: 300px;
		margin: 0 auto;
		background: url(images/bg_content-top.gif) bottom center no-repeat;
	}
	
	.content-bottom {
		width: 700px;
		min-height: 300px;
		margin: 0 auto;
		background: url(images/bg_content-bottom.gif) top center no-repeat;
	}
	
	.about {
		color: #605e57;
		width: 260px;
		height: 175px;
		text-align: justify;
		margin-top: 115px;
		margin-left: 120px;
		padding-left: 30px;
		background: url(images/bg_about.png) bottom left no-repeat;
		float: left;
	}
	
	.contact {
		color: #cbcac5;
		width: 265px;
		margin-top: 15px;
		float: right;
		text-align: left;
	}
	
	#accordion {
		width: 560px;
		margin: 0 auto;
		padding-top: 20px;
	}
	
	h2 {
		background: url(images/rickpierce.png) top left no-repeat;
		height: 25px;
		width: 115px;
		margin-top: 265px;
		margin-right: 165px;
		margin-bottom: 0;	
		padding: 0;
		float: right;
	}

	h2 span {
		display: none
	}
	
	h3.toggler {
		cursor: pointer;
		height: 30px;
		font-size: 15px;
		color: #fff;
		margin: 0;
		padding: 0;
	}
	
	.threed {
		background: url(images/3d.png) top right no-repeat;
		width: 168px;
		height: 30px;
	}
	
	.threed span {
		display: none;
	}
	
	.web {
		background: url(images/web.png) top right no-repeat;
		width: 148px;
		height: 30px;
	}
	
	.web span {
		display: none;
	}
	
	.ill {
		background: url(images/ill.png) top right no-repeat;
		width: 174px;
		height: 30px;
	}
	
	.ill span {
		display: none;
	}
	
	h4 {
		font-size: 120%;
	}

	div.element p, div.element h4 {
		margin-left: 76px;
		width: 280px;
		padding: 5px;
		vertical-align: middle;
	}
	
	div.element img {
		padding-right: 5px;
		padding-bottom: 5px;
		width: 60px;
		height: 60px;
	}
	
	img {
		border: 0;
	}
	