/* style sheet designed by Jeff McNear / Plasterdog Productions */

/*_____________________________________structure_______________________________________*/

/* setting text align to center solves IE bug for centering wrapper_____________*/
body {
	text-align: center;
	min-width: 95%;
	background-image: url(jmcimages/ice2.jpg);
	background-repeat: repeat;
}
/*_______________________________classes____________________________________________*/
/* left oriented image */
.content_img {
	float: left;
	padding-right: 10px;
	padding-left: 5px;
	padding-bottom: 25px;
	padding-top: 5px;
}
/* right oriented image */
.right_image {
	float: right;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
/*__puts image of skating girl in background__*/
.girl {
	background-image: url(jmcimages/7-24/Haley2.jpg);
	background-repeat: no-repeat;
	background-position: 500px 80px;
}
/*___positions rhyme___*/
.rhyme {
	margin-left: 25px;
}
/* setting text align to left here corrects cascade for IE bug fix above_________*/
#wrapper {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
/*_________________Banner elements________________________*/
#wrapper #banner {
	text-align: left;
	height: 280px;
}
#wrapper #banner #left_banner {
	float: left;
	width: 75%;
}
#wrapper #banner #right_banner {
	float: right;
	width: 20%;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}
/* __________________________________content elements ______________________________________ */
#wrapper #content {
	float: right;
	width: 83%;
	padding-top: 3px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00005E;
}
/*__________right content (splits content div)___________*/
#wrapper #content #right_content {
	float: right;
	width: 40%;
/*__________left content (splits content div)_____*/
}
#wrapper #content #left-content {
	float: left;
	width: 45%;
}
/*________lower content (splits content horizontally)____________*/
#wrapper #lower-content {
    float: right;
    width: 83%;
	padding-top: 5px;
}
/*_______________________nav elements ______________________________*/
#wrapper #mainNav {
	float: left;
	width: 15%;
	text-align: left;
}
/* left margin and left padding set to 0 to diminish automatic UL indent ___*/
#wrapper #mainNav ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
#wrapper #mainNav a {
	display: block;
	list-style-type: none;
	text-decoration: none;
	height:40px;
	width: 100px;
}
#wrapper #mainNav a:link {
	background-image: url(jmcimages/navkey1.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #2D567B;
	text-decoration: none;
	font-style: italic;
}
#wrapper #mainNav a:visited {
    background-image: url(jmcimages/navkey1.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #2D567B;
	text-decoration: none;
	font-style: italic;
}
#wrapper #mainNav a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #2d567b;
	background-image: url(jmcimages/navskate_key1.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-style: italic;
}
/* ____________________________________footer elements _____________________________________ */
/*___positioned inside content div____________*/
#wrapper #footer {
    clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
/*_____p-dog footer - floated to get rid of firefox bug caused by absolutely positioned div _______*/
/*______positioned outside content div ______________*/
#p-dog {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
	text-align: right;
	width: 95%;
	float: right;
}
/* links on p-dog div */

#p-dog p a:link {
	color: #999999;
	text-decoration: none;
}
#p-dog a:visited {
	color: #999999;
	text-decoration: none;
}
#p-dog a:hover {
	color: #999999;
	text-decoration: underline;
}
#p-dog a {
	color: #999999;
	text-decoration: none;
}
