@charset "utf-8";
/* Stylesheet for Tisha Paige website by Jennifer Cristaldi - Cristaldi Designs LLC */
body {
	background: #99c;
	color: #c00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	text-align: center;
	}
img { behavior: url(iepngfix.htc);}
#container {
	width: 965px;
	height: 745px;
	background: #99c url(images/home_bkgd.jpg) no-repeat;
	color: #fc6;
	margin: auto;
	}
#left_nav {
	float: left;
	height: 645px;
	margin-left: 130px;
	margin-top: 100px;
}
.paintings {
	display: block;
	width: 175px;
	height: 150px;
	float: left;
}
.odds {
	display: block;
	float: left;
	margin-top: 220px;
	margin-left: -175px;
	width: 175px;
	height: 150px;
}
#mid_nav {
	float: left;
	margin-left: 10px;
	margin-top: 200px;
	height: 545px;
	width: 200px;
}
.photos {
	display: block;
	float: left;
	width: 200px;
	height: 150px;
}
.contact {
	display: block;
	float: left;
	width: 200px;
	height: 150px;
	margin-top: 100px;
	text-align: left;
}
#rt_nav {
	float: left;
	margin-left: 65px;
	margin-top: 100px;
	height: 645px;
	width: 150px;
}
.sketch {
	display: block;
	float: left;
	height: 150px;
	width: 150px;
}
#bottom_nav{
	float: left;
	margin-left: 30px;
	margin-top: 585px;
	height: 150px;
	width: 150px;
}
.about {
	display: block;
	float: left;
	height: 150px;
	width: 150px;
}
#footer {
	margin: auto;
	text-align: center;
}
.copyright {
	color: #fc6;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.copyright a, a:visited {
	color: #900;
	text-decoration: underline;
}
.copyright a:hover {
	color: #339;
	text-decoration: underline;
}

