body {
	font-family: Arial, Helv, Helvetica, sans-serif;
	color: #000;
	background: #FFF;
	background-image: url("images/paw_patrol_background.png");
	min-width: 800px;
}

.logo_top	{
	float: left;
	width: 300px;
	margin: 0px -5px 0px 0px;
}


.title_bar {
	color: #FFF;
	background: #550286;
	height: 120px;
	font-style: italic;
	/* font-weight: bold; */
	font-size: 120%;
	text-align: center;
	vertical-align: 50%;
}

.left_bar {
	color: #FFF;
	background: #550286;
	width: 211px;
	height: auto;
	float: left;
	clear: both;
	border-right: 7px solid #1f1a17;
	border-bottom: 7px solid #1f1a17;
	/*overflow: visible;*/	
	padding-bottom: 150px;
}

.nav_item, .selected_nav_item {
	color: #000;
	background: #FFF;
	border: 3px solid #f5b91a;
	padding: 3px;
	margin-left: 8%;
	margin-top: 15px;
	width: 80%;
	text-align: center;
	font-size: 120%;
	text-decoration: none;
}

.selected_nav_item {
	color: #FFF;
	background: #1f1a17;
}

.nav_item a {
	text-decoration: none;
	color: #000;
	background-color: #fff;
}

.nav_item a:hover {
	display: block;
	background-color: #550286;
	color: #fff;
}

.copyright {
	font-size: 75%;
	/* text-align: left; */
	margin-left: 230px;
	margin-right: 10px;
}

.main_text {
	margin-left: 230px;
	margin-right: 10px;
}

.body_title {
	text-align: center;
	font-style: italic;
	font-weight: bold;
	font-size: 200%;
	margin: 20px;
}

.tag_line {
	text-align: left;
	vertical-align: 50%;
	padding-top: 80px;
	padding-left: 320px;
}
