/*------------------------------------------------------------------
[Master Stylesheet]

Project:			The DIY Essentials Group
Version:			0.1
Last change:		20/01/09
Author:				Rick Nunn
------------------------------------------------------------------*/

/* General */

*{margin: 0; padding: 0;}


body{
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	background: url(../images/body_background.jpg);
}

#body_fade{
	background: url(../images/body_fade.png) repeat-x;
}

#wrapper{
	width: 860px;
	margin: 0 auto;
}

p{
	text-align: justify;
	color: #4C5F6C;
}

a{
	color: #4C5F6C;
	text-decoration: none;
}

p a, h2 a{
	border-bottom: 1px dotted #4C5F6C;
}

p a:hover, h2 a:hover{
	border-bottom: 1px solid #4C5F6C;
	}

#head{
	height: 122px;
	position: relative;
}

#head h1{
	display: none;
}

#head img{
	margin: 10px;
	margin-left: 50px
}

#head p{
	text-align: right;
	width: 550px;
	color: #4C5F6C;
	position: absolute;
	top: 50px;
	right: 50px;
}

.tile{
	margin: 20px 20px 0 20px;
	_margin: 10px;
	float: left;
	padding: 0;
	width: 388px;
}

.tile .image_anchor{
	display: block;
	width: 388px;
	position: relative;
}

.tile h2{
	margin-left: 10px;	
	margin-bottom: 10px;
}

.tile p{
	margin: 10px;
	text-align: justify;
	height: 50px;
}

.tile img {
	padding: 10px;
	border: none;
	text-decoration: none;
}
.tile span {
	width: 388px;
	height: 149px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/frame.png) no-repeat;
}

#quote{
	height: 170px;
	background: url(../images/quote.png) 50% 50% no-repeat;
}

#quote p{
	margin-left: -9999px;
}

#about{
	background: url(../images/fade_down.png) no-repeat 50% bottom;
	padding-bottom: 25px;
	}

#about p{
	padding: 12px 40px 10px 40px;
	line-height: 20px;
}

#footer{
	clear: both;
	background: url(../images/fade_up.png) no-repeat 50% top;
	padding-top: 30px;
	font-size: 11px;
	padding-bottom: 20px;
}

#footer p{
	color: #4F4F4F;
	text-align: center;
	margin: 0 30px 5px 30px;
}