body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #649ed5 url(../images/body_bg.jpg) repeat-x;
}

a:link, a:visited, a:active {
	color: #0071bb;
}

a:hover {
	color: #000;
}

h2 {
	margin-top: 0;
	color: #fff;
	font-size: 1.8em;
}

#container {
	width: 845px;
	margin: 0 auto;
	position: relative;
	background: url(../images/content_bg.gif);
}

#container h1 {
	margin: 0;
	padding: 0;
	width: 845px;
	height: 110px;
	background: url(../images/header.jpg) no-repeat;
	text-indent: -5000px;
}

#container h1 a {
	/*display: block;
	width: 175px;
	height: 110px;*/
}

#nav {
	position: absolute;
	top: 70px;
	left: 191px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	height: 40px;
	overflow: hidden;
}

#nav li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
}

#nav a {
	float: left;
	padding: 40px 0 0 0;
	overflow: hidden;
	height: 0px !important;
}

#nav_home a {
	width: 44px;
	background: url(../images/nav_home.jpg) top left no-repeat;
}

#nav_boarding a {
	width: 71px;
	background: url(../images/nav_boarding.jpg) top left no-repeat;
}

#nav_day_care a {
	width: 68px;
	background: url(../images/nav_day_care.jpg) top left no-repeat;
}

#nav_grooming a {
	width: 73px;
	background: url(../images/nav_grooming.jpg) top left no-repeat;
}

#nav_activities a {
	width: 74px;
	background: url(../images/nav_activities.jpg) top left no-repeat;
}

#nav_training a {
	width: 64px;
	background: url(../images/nav_training.jpg) top left no-repeat;
}

#nav_pet_boutique a {
	width: 89px;
	background: url(../images/nav_pet_boutique.jpg) top left no-repeat;
}

#nav_reservations a {
	width: 94px;
	background: url(../images/nav_reservations.jpg) top left no-repeat;
}

#nav_contact a {
	width: 59px;
	background: url(../images/nav_contact.jpg) top left no-repeat;
}

#content {
	clear: both;
}

#content #left_column {
	width: 443px;
	float: left;
	overflow: hidden;
}

#content #left_column #picture {
	padding-left: 21px;
}

#content #right_column {
	width: 380px;
	float: left;
}

#content #right_column #right_content {
	padding: 20px;
}

#right_content p {
	font-size: 1.1em;
	text-align:justify;
}

#footer_container {
	clear: both;
	padding-left: 21px;
	padding-right: 2px;
}

#footer_top {
	background: #629ed5;
	height: 20px;
}

#footer {
	background: #0072bc;
	padding: 10px;
	text-align: center;
	font-size: 1.1em;
	color: #fff;
}

#footer_bottom {
	background: url(../images/footer_bottom_bg.jpg);
	height: 13px;	
}

#footer a {
	color: #fff;
}

/*

*/

#right_content .subtitle {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}

.required {
	font-weight: bold;
}

.label {
	text-align: left;
	vertical-align: top;
}

.label span {
	font-weight: normal;
	color: #0071bb;
}

.input {
	text-align: left;
	vertical-align: top;
}

.input input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
}

.input textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	height: 100px;
}

.input select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.items {
	font-size: 11px;
}

.items th {
	text-align: left;
	text-decoration: underline;
}

.item_description {
	width: 80%;
	text-align: left;
}

.item_price {
	text-align: center;
	font-weight: bold;
}

.item_notes {
	font-style: italic;
	text-align: center;
}

.opening {
	text-align: center;
	font-style: italic;
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}

#content li {
	font-size: 11px;
	margin-bottom: 6px;
}