/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #0D0D0D url(images/img1.gif) repeat-y center top;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#CCCCCC;
}

h1, h2, h3 {
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #FF941D;
}

h2 { font-size: 24px; }
h3 { font-size: 18px; }

p, ol, ul, blockquote {
	line-height: 22px;
}

a {
	border-bottom: 1px dotted #707070;
	text-decoration: none;
	color: #BFBFBF;
}

a:hover {
	border: none;
}

strong {
	color: #8D8C8C;
}

/* Posts */

.post {
	margin-bottom: 9px;
	padding: 20px 40px 20px 60px;
	background: #131313;
	border-top: 1px solid #1F1F1F;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #1F1F1F;
	background: url(images/img1.gif) repeat-y -150px 0px;
}

.post h2, .post h3 {
	margin-left: -40px;
}

/* Header Home */

#header-home {
	width: 600px;
	height: 280px;
	margin: 0 auto;
	background: url(images/home.jpg);
}

#header-home h1 {
	margin: 0;
	padding: 40px 0 0 40px;
	font-size: 36px;
}

#header-home h2 {
	margin: 0;
	padding: 0 0 0 192px;
	font-size: 16px;
}

#header-home a {
	border: none;
	letter-spacing: -1px;
	color:#FFFF99;
}

/* Header about */

#header-about {
	width: 600px;
	height: 280px;
	margin: 0 auto;
	background: url(images/about.jpg);
}

#header-about h1 {
	margin: 0;
	padding: 40px 0 0 40px;
	font-size: 36px;
}

#header-about h2 {
	margin: 0;
	padding: 0 0 0 192px;
	font-size: 16px;
}

#header-about a {
	border: none;
	letter-spacing: -1px;
	color:#FFFF99;
}


/* Header counseling */

#header-counseling {
	width: 600px;
	height: 280px;
	margin: 0 auto;
	background: url(images/counseling.jpg);
}

#header-counseling h1 {
	margin: 0;
	padding: 40px 0 0 40px;
	font-size: 36px;
}

#header-counseling h2 {
	margin: 0;
	padding: 0 0 0 192px;
	font-size: 16px;
}

#header-counseling a {
	border: none;
	letter-spacing: -1px;
	color:#FFFF99;
}


/* Header note */

#header-note {
	width: 600px;
	height: 280px;
	margin: 0 auto;
	background: url(images/note.jpg);
}

#header-note h1 {
	margin: 0;
	padding: 40px 0 0 40px;
	font-size: 36px;
}

#header-note h2 {
	margin: 0;
	padding: 0 0 0 192px;
	font-size: 16px;
}

#header-note a {
	border: none;
	letter-spacing: -1px;
	color:#FFFF99;
}

/* Header location */

#header-location {
	width: 600px;
	height: 280px;
	margin: 0 auto;
	background: url(images/location.jpg);
}

#header-location h1 {
	margin: 0;
	padding: 40px 0 0 40px;
	font-size: 36px;
}

#header-location h2 {
	margin: 0;
	padding: 0 0 0 192px;
	font-size: 16px;
}

#header-location a {
	border: none;
	letter-spacing: -1px;
	color:#FFFF99;
}


/* Header pet */

#header-pet {
	width: 600px;
	height: 280px;
	margin: 0 auto;
	background: url(images/pet-bereavement.jpg);
}

#header-pet h1 {
	margin: 0;
	padding: 40px 0 0 40px;
	font-size: 36px;
}

#header-pet h2 {
	margin: 0;
	padding: 0 0 0 192px;
	font-size: 16px;
}

#header-pet a {
	border: none;
	letter-spacing: -1px;
	color:#FFFF99;
}

/* Content */

#content {
	width: 580px;
	margin: 0 auto;
	padding: 10px;
}

#colOne {
	float: left;
	width: 180px;
}

#colOne ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;

}

#colTwo {
	float: right;
	width: 390px;
}

#colTwo ul{
	font-size:11px;
	font-weight:bold;
	color:#707070;
	}

/* Footer */

#footer {
	clear: both;
	width: 580px;
	margin: 0 auto;
	padding-top: 20px;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 10px;
}

#footer * {
	color: #ffffff;
}