body {
	background: #e9e5c0 url(../images/background.png) top center repeat-y;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333;
}

.clear {
	clear: both;
}

#outerContainer {
	background: url(../images/header-background.png) top left repeat-x;
}

#container {
	width: 1000px;
	text-align: center;
	margin: 0 auto;
}

/* ******************** HEADER ************************ */
#header {
	text-align: left;
	height: 316px;
	height: 266px;
	background: url(../images/puppy.jpg) top left no-repeat;
	padding: 50px 0 0 200px;
        position: relative;
}

#header #photos {
	background: url(../images/photo-frame.png) top left no-repeat;
	width: 371px;
	height: 343px;
	position: absolute;
	top: 50px;
	left: 630px;
}

#myGallery {
	width: 300px !important;
	height: 285px !important;
	margin: 30px 0 0 36px;
	border: 0;
}

#logo {
        margin: 55px 0 0 -18px;
	margin: 0 0 0 -18px;
	padding: 55px 0 0 0;
}

#vacation {
	margin: 10px 0 0 -30px;
}

h1 {
        display: none;
}

h2 {
        color: #6f620a;
        font-size: 1em;
        margin: -5px 0 0 -10px;
}

#seal {
        position: absolute;
        top: 0px;
        left: 495px;
}

/* ******************** /HEADER ************************ */

/* ******************** MAIN ************************ */
#mainContent {
	text-align: left;
	background: url(../images/content-background.gif) top center no-repeat;
	height: 263px;
	font-size: .9em;
}

#mainContent p {
	margin: 0 0 0 60px;
	padding: 5px 0 0 0;
	width: 550px;
	height: 64px;
}

ul#terms {
	color: #666;
	float: left;
	width: 250px;
	margin: 0;
	font-size: .9em;
	line-height: 23px;
	font-family: arial, helvetica, sans-serif;
	background: url(../images/rates-and-requirements.gif) 70px 8px no-repeat;
	padding: 26px 0 0 70px;
}

ul#about {
	font-family: arial, helvetica, sans-serif;
	font-size: 1.1em;
	width: 300px;
	margin: 8px 0 0 340px;
	margin: 1px 0 0 340px;
	line-height: 23px;
	color: #555;
}

ul#terms li {
	background: url(../images/star.png) 0px 3px no-repeat;
	padding: 0 0 0 20px;
}

ul#about li {
	background: url(../images/accept.png) 0px 3px no-repeat;
	padding: 0 0 0 20px;
}

/* ******************** /MAIN ************************ */

/* ******************** FOOTER ************************ */
#footer {
	width: 820px;
	margin: 0 auto;
	padding: 30px 0 10px 0;
	text-align: left;
}

#footer #facebook {
	text-align: center;
}

#footer .map {
	border: 4px solid #f8f6e6;
}

#footer #map {
	width: 300px;
	float: left;
}

#footer #quotes {
	width: 490px;
	float: right;
	color: #4b4747;
	font-family: "Trebuchet MS",verdana,arial,helvetica,sans-serif;
}

#footer #quotes p {
	text-indent: 6px;
}

#footer #quotes p.quotedby {
	text-indent: 0;
	color: #7a7a7a;
	font-size: .9em;
	margin: 0 0 20px 10px;
}

#footer #quotes .quote {
	background: url(../images/quotes.gif) top left no-repeat;
	padding: 0 0 0 30px;
}

#footer #signUp {
	border: 1px solid #fff;
	color: #555;
	font-size: 80%;
	width: 500px;
	margin: 20px 0 0 140px;
	padding: 8px;
}

#footer #signUp p {
	margin: 0 0 10px 0;
}

#footer #signUp label {
	width: 150px;
	display: block;
	float: left;
	text-align: right;
	margin: 2px 0;
}
	
#footer #signUp input {
	margin: 2px 0 2px 20px;
	border: 1px solid #999;
	background: transparent;
}

#footer #signUp input:focus {
	background: #fff;
}

#footer #signUp .button {
	margin-left: 170px;
}
#footer #disclaimer {
	margin: 10px 0 0 0;
}

#footer #disclaimer p {
	text-align: center;
	color: #777;
	font-size: 80%;
	font-style: italic;
}
/* ******************** /FOOTER ************************ */

