body {	
	width: 700px;
	margin: 0 auto;
	padding: 0;
	background: white;
}

#header {
	padding: 0;
	margin-top: 1em;
	margin-bottom: 1em;
}

#header #name {
	font-family: Georgia, times, serif;
	font-weight: lighter;
	font-size: 2em;
	display: inline;
	padding-bottom: .5em;
}

#header #name #inc {
	font-family: Georgia, times, serif;
	font-weight: lighter;
	font-size: .5em;
}

#header #motto {
	font-family: Georgia, times, serif;
	font-style: italic;
	font-weight: lighter;
	font-size: .8em;
	display: inline;
	margin-left: 1.5em;
}

#menu ul {
	margin: 0;
	padding: 0;
	font-family: Lucida Grande, sans-serif;
	font-size: .9em;
	font-weight: lighter;
	border: 1px solid #aaa;
	border-bottom: 3px solid lightsteelblue;
	overflow: hidden;
}

#menu li {
	margin: 0;
	display: inline;
	list-style-type: none;
	margin-right: 10px;
	padding: 1em;
	line-height: 2em;
}

#menu a {
	text-decoration: none;
}

#menu a.selected {
	color: black;
	font-weight: bold;
}
	
#main {
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
}

#main .main_header {
	background: url('/images/logo_bg.gif') center right no-repeat;
	background-color: goldenrod;
	height: 100px;
}

#main .main_header h2 {
	font-family: Lucida Grande, Lucida, Arial, sans-serif;
	font-size: 3em;
	color: white;
	font-weight: lighter;
	display: inline;
	vertical-align: top;
}

#main .main_header img {
	border-right: 2px solid white;
}


#main .main_content {
	padding: 10px;
}

#main .main_content h3 {
	font-family: Lucida Grande, Arial, sans-serif;
	font-weight: lighter;
	color: #333;
}


#main .main_content h4 {
	font-family: Lucida Grande, Arial, sans-serif;
	font-weight: lighter;
	color: #333;
}


#main .main_content p {
	font-family: Arial, sans-serif;
	font-weight: lighter;
	line-height: 1.5em;
	font-size: .9em;
	color: #666;
}

#main #pet_care_links ul {
	margin: 0;
	padding: 0;
	font-family: Lucida Grande, sans-serif;
	font-size: .8em;
	font-weight: lighter;
	overflow: hidden;
}

#main #pet_care_links li {
	margin: 0;
	display: inline;
	list-style-type: none;
	margin-right: 1em;
	padding: 1em;
	line-height: 1.5em;
	vertical-align: bottom;
	border-left: 3px solid white;
	border-right: 3px solid white;
}

#main #pet_care_links li.selected {
	background: lightgoldenrodyellow;
	border-left: 3px solid gold;
	border-right: 3px solid gold;
}

#main #pet_care_links li.selected a {
	color: black;
}

#main #pet_care_links li:hover {
	border-left: 3px solid gold;
	border-right: 3px solid gold;
}

#main #pet_care_links a {
	text-decoration: none;
}

#main #pet_care_content {
	background: lightgoldenrodyellow;
	padding: 10px 15px;
	font-family: Arial, sans-serif;
	font-weight: lighter;
	font-size: .8em;
	height: 250px;
}

#main ul {
	font-family: Arial, sans-serif;
	font-weight: lighter;
	line-height: 1.5em;
	font-size: .9em;
	color: #666;
}

#main .main_content a {
	text-decoration: none;
}

#main .main_content .picture {
	float: right;
	margin: 20px 0 10px 10px;
    text-align: center;
    font-size: .9em;
    font-style: italic;
}

#main .main_content .text {
	height: 400px;
}

#footer {
	background: lightsteelblue;
	font-family: Lucida Grande, Arial, sans-serif;
	font-weight: lighter;
	font-size: .8em;
	padding: 4px 8px;
}

