@charset "utf-8";
#wrapper #header {
	margin: auto;
	height: 150px;
	width: 800px;
	background-image: url(../images/header2.jpg);
}
#wrapper {
	margin: auto;
	width: 800px;
	position: relative;
	z-index: 10;
}
#wrapper #sidebar {
	width: 270px;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
}

#wrapper #content {
	width: 500px;
	padding: 10px;
}

#wrapper #content #offer {
	height: 50px;
	width: 500px;
	background-image: url(../images/offer.gif);
	background-repeat: no-repeat;
	background-position: center center;
}




* {
	margin: 0px;
	padding: 0px;
}
#footer {
	height: 90px;
	clear: both;
	background-image: url(../images/greenslate_background_foot.gif);
	background-repeat: repeat-x;
}

#lefttile {
	height: 150px;
	background-image: url(../images/head_left2.jpg);
	width: 50%;
	position: absolute;
	z-index: 2;
	left: 0px;
}
#righttile {
	height: 150px;
	width: 50%;
	position: absolute;
	z-index: 1;
	right: 0px;
	background-image: url(../images/head_right.jpg);
}

#wrapper #content #details {
	border: medium solid #000000;
	background-color: #B3E275;
	display: none;
	margin: 5px;
}
a {
	outline:none;
	text-decoration: none;
}
#wrapper #content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: center;
	padding: 10px;
}
#wrapper #content #philos {
	padding-bottom: 30px;
	padding-top: 20px;
}

#wrapper #sidebar #quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
	text-align: center;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
}
#wrapper #sidebar img {
	padding-bottom: 2px;
}
#wrapper #content img {
	margin-left: 35px;
}
#wrapper #footer #blog {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
