@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: trebuchet ms, arial, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #7c5037; /* brown */
	width: 100%;
	height: inherit;
	
	background-color: #d3eef5; /* lt blue */
	background-image: url(../images/bg2.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

#header {
    background-image: url(../images/header2.png);
	background-repeat: no-repeat;
	background-position: center;
    width: 900px;
    height: 170px;
    margin: 0 auto;
	padding: 0;
}

#container {
    width: 900px;
    min-height: 100%;
    border: none;
    margin: 0 auto 0;
	padding: 0 25px;
	position: relative;
}

p a {
    text-decoration: none;
}

p a:link, a:visited, a:active {
	border-bottom: 2px dotted #7c5037; /* brown */
	color: #7c5037; /* lt blue */
}

p a:hover {
	color: #d3eef5; /* lt blue */
	background-color: #7c5037; /* brown */
}

#navbar {
	height: 30px;
    width: 900px;
	margin: 0;
	padding: 0;
    text-align: center;
	font-weight: bold;
	font-size: 1em;
	color: #d8ba90; /* tan */
	text-decoration: none;
}
	
#navbar ul {
	margin: 0;
	padding-top: 5px;
}
	
#navbar li {
    display: inline;
    padding-right: 50px;	
}

#navbar li a, a:active, a:link {
    text-decoration: none;
	color: #d8ba90; /* tan */
	border-bottom: none;
}

#navbar li a:hover {
	color: #d3eef5; /* lt blue */
	border-bottom: 2px dotted #d3eef5; /* lt blue */
}

#intro {
	margin: 0;
	padding: 10px 0 0;
	color: #d32b4c; /* pink */
	font-size: 1.25em;
	font-weight: bold;
	text-align: right;
	line-height: 1.15em;
}

#content {
    margin: 25px 0 0 350px;
}

#column {
	margin: -35px auto 0;
	padding: 0;
	float: left;
	width: 325px;
	height: 700px;
	background-image: url(../images/photos.png);
	background-position: top center;
	background-repeat: no-repeat;
}

#cbottom {
	margin: 75px auto 0;
	text-align: left;
}

p {
	margin: 0;
	padding: 0 0 10px;
}

.smaller {
	font-size: .85em;
}

li {
	padding-bottom: 15px;
	padding-right: 30px;
}

.pink {
	font-weight: bold;
	line-height: 1.25em;
    color: #d32b4c; /* pink */ 
}

.strong {
    font-weight: bold;
	line-height: 1.25em;
}

.serve {
	font-size: .75em;
}
h1 {
    font-size: 1.6em;
	font-weight: bold;
    color: #d32b4c; /* pink */
	text-align: left;
    margin-bottom: 0.8em
}

h2 {
	font-weight: bold;
	font-size: 1.5em;
	text-align: left;
    margin-bottom: 0.5em
}

img {
	border-style: none;
	margin: 0;
	float:left;
	padding: 0 10px 0 0;
}

#footer {
	margin: 0;
	padding: 25px 0 0;
	font-size: .80em;
	color: #d8ba90; /* tan */
	font-weight: bold;
	height: 30px;
	width: 900px;
	clear: both;
}

.left {
	float: left;
	margin: 0;
}

.right {
	float: right;
	margin: 0;
}

#footer a {
    text-decoration: none;
	color: #d8ba90; /* tan */
}

#footer a:link, a:active, a:hover, a:visited {
	text-decoration: none;
	border-bottom: 2px dotted #d8ba90; /* tan */
}

#footer a:hover {
	text-decoration: none;
	border-bottom: none;
	color: #d3eef5; /* lt blue */
}

#bottom {
	margin: -59px 0 0;
	padding: 0;
	font-size: .80em;
	color: #d8ba90; /* tan */
	height: 207px;
	width: 100%;
	
	background-image: url(../images/footer.png);
	background-repeat: repeat-x;
	background-position: bottom left;
}

.paw {
	float:none;
}
