﻿body {
	background: url(img/BrownStone.jpg) repeat;
	text-align: justify;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 14px;
	color: #464646;
}

h1, h2, h3 {
	margin-bottom: 15px;
	font-family: "Century Gothic", Arial, serif;
	font-weight: bold;
	color: #9e2020;
}

h1 {
	font-size: 19px;
}

h2 {
	font-size: 16px;
	border-bottom: 1px dashed #CCCCCC;
}

h3 {
	font-size: 14px;
}

blockquote {
	text-align: center;
	font-family: "Copperplate Gothic Light", Arial, sans-serif;

	font-weight: bold;
	font-size: 13px;
	color: #4E2A28;
}

h4 {
	text-align: right;
	font-family: "Copperplate Gothic Light", Arial, sans-serif;
	
	font-weight: bold;
	font-size: 13px;
	color: #4E2A28;
}

a:link {
	text-decoration: none;
	color: #3B3B3B;
}

a:visited {
	text-decoration: none;
	color: #3B3B3B;
}

a:hover {
	text-decoration: underline;
	color: #9e2020
}

a:active {
	text-decoration: none;
	color: #9e2020;
}


li.new {
	list-style-image: url(img/paw.gif);
	align: middle;
}

#wrap {
    margin: 0 auto;
    width: 710px;
	
}


#header {
	width: 710px;
	height: 169px;
	margin: 0 auto;
	padding: 0 25px 10px 25px;
	background: url(img/header.gif) no-repeat center top;
	img src
}

#page {
	width: 710px;
	margin: 0 auto;
	padding: 0 25px;
	background: url(img/img02.gif) repeat-y center top;
}

#content {
	float: right;
	width: 480px;
	padding: 5px 0 0 5px;
	background: url(img/img03.gif) no-repeat;
}

.post {
	width: 440px;
	padding: 20px 0 0 20px;
}

.post a.email {text-decoration: underline;
		color: #9e2020;
}

.post a.email:hover {text-decoration: underline;
		color: #464646;
}



#sidebar {
	float: left;
	width: 220px;
	padding: 5px 5px 0 0;
	background: url(img/img04a.gif) no-repeat;
}

.box {
	width: 219px;
	padding-left: 1px;
}

.box .title {
	height: 10px;
	margin: 0;
	padding: 30px 0 0 20px;
	background: url(img/img.gif) repeat-x;
	font-size: 18px;
	color: #9e2020;
}

.box ul {
	margin: 20px;
	padding: 0;
	list-style: none;
}

.box li {
	padding: 5px 0;
	border-bottom: 1px dashed #CCCCCC;
}

.box li.first {
	background: none;
}

.box li.second {
	background: none;
	padding: 5px, 25px, 0 0;
}

.box h3 {
	margin: 0;
	padding: 5px 0;
	font-family: "Century Gothic", Arial, serif;
	font-size: 11pt;
	font-weight: bold;
	color: #9e2020;
}

.box p {
	margin: 0;
	line-height: normal;
}

.box a {
	padding-left: 10px;
	background: url(img/img11.gif) no-repeat 0 5px;
}

#footer {
	width: 710px;
	height: 45px;
	margin: 0 auto;
	padding: 0px 25px 25px 25px;
	background: url(img/img12.gif) no-repeat center top;
}
#footer p {
	margin: 0;
	padding: 14px 20px;
	line-height: normal;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 12px;
	color: #9e2020;
}

#footer a {
	color: #9e2020;
}



